April 2012 Meeting Minutes
From CometWiki
(Difference between revisions)
Barb (Talk | contribs)
(Created page with "=Comet Meeting -- April 17, 2012= ==Comet32== Comet32 is our current product. No more development will be done on Comet16 (CosH). There are 2 runtimes in Comet32 - one to...")
Newer edit →
(Created page with "=Comet Meeting -- April 17, 2012= ==Comet32== Comet32 is our current product. No more development will be done on Comet16 (CosH). There are 2 runtimes in Comet32 - one to...")
Newer edit →
Revision as of 14:48, 23 April 2012
Contents |
Comet Meeting -- April 17, 2012
Comet32
Comet32 is our current product. No more development will be done on Comet16 (CosH). There are 2 runtimes in Comet32 - one to run Comet16 objects and one to run Comet32 objects. The goal is for Comet16 objects to run as closely to how they run under CosH. This is not necessarily the case for Comet32 objects because of the new features available in the Comet32 compiler.
Comet32 can use up all of the memory on the computer so be careful! The memory is used up not just by the bigger object files allowed but also through the use of dynamic strings. You can, for example, read an entire file into one dynamic string variable.