IBM
Contents Index Previous Next



68 Cextreme Code Generator Reference

The Cextreme Code Generator is a SDL to C compiler with many advanced features. It generates code with a small memory footprint, which often can be made even smaller by applying some of the many optimizations available.

The Cextreme Code Generator is inteded to be used to develop applications on embedded systems. It is of course possible to use it for other types of applications as well, but its features are designed to be used when developing embedded systems.

The Cextreme Code Generator can generate applications in two modes, Light and Threaded. The Light integration creates a single-threaded application to be executed on a standard environment, while the Threaded integration gives the user control over how many threads that should be created, what they should execute and more.

Finally, the Cextreme Code Generator generates code that has few macros and is easy to read and understand.


http://www.ibm.com/rational
Contents Index Previous Next