
Top : Computers : Programming : Compilers :
Object-Oriented
Categories
| Ada @ C++ @ CLOS @ Eiffel @ GNU Compiler Collection @ Java @ Modula-3 @ Oberon @ Objective-C @ |
Websites
Language-independent optimizing compiler infrastructure for OO and other high-level languages, coded in Cecil, whole-program optimizer with aggressive analyses and optimizations. Front-ends: Cecil, Smalltalk; C++, Java; Modula-3. Outputs portable C++, SPARC assembly.
site exerpt
Vortex compiler It primarily operates as a whole-program optimizer, performing aggressive analyses and optimizations given the whole program. It has front-ends for Cecil, Smalltalk, Java, C and Modula-3. These front-ends translate into the Vortex RTL intermediate language. Vortex produces either portable C...