2003-12-08 01:26 AM
ST7 C Compiler choice : Cosmic or MetroWerks?
2003-12-08 01:26 AM
Cosmic is far the best for code optimisation.
With Cosmic default model is full C (renetrance recursion; stack) while Metrowerks uses the ''static'' type (all varibales allocated at compile time). This way Metrowerks tries to show better but it's artificial and in the real world Cosmic is far much better.