A Look at GCJ 4.1

One of the components of the GNU Compiler Collection (GCC) is GCJ, the GNU Compiler for the Java programming language. GCJ is a compiler that can generate both native code and bytecode from Java source files. GCJ includes a runtime library (libgcj) that provides all runtime support, the core class libraries, a garbage collector, and a bytecode interpreter. Programs created by gcj can dynamically load and interpret class files or native shared libraries resulting in pure, or mixed native/interpreted apps.

9 Comments

  1. 2006-04-16 9:06 am
  2. 2006-04-16 9:40 am
  3. 2006-04-16 3:01 pm
  4. 2006-04-16 5:11 pm
    • 2006-04-16 7:18 pm
  5. 2006-04-16 8:37 pm
  6. 2006-04-16 11:09 pm
    • 2006-04-17 9:17 am
  7. 2006-04-17 3:41 pm