| Java | |
| Translator | |
| Nik Shaylor | |
| http://www.digiserve.com/nshaylor/jcc.html | |
| JCC is a direct Java to C converter. Unlike other translators JCC does not convert Java class files, but instead processes Java source code directly. It converts whole programs at a time and because of this it can make a number of optimisations that would be very difficult to achieve with other techniques. When used with a good optimising C compiler it produces programs that are typically between 10 to 20 times faster than Sun's 1.0.2 JVM. | |
| ? |
category: object oriented languages summary, or expanded.
Please send updates to free-compilers@idiom.com
The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.
Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved