diff options
Diffstat (limited to 'lang/jbuilder-jit/DESCR')
-rw-r--r-- | lang/jbuilder-jit/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/jbuilder-jit/DESCR b/lang/jbuilder-jit/DESCR new file mode 100644 index 00000000000..5bfc654a0e8 --- /dev/null +++ b/lang/jbuilder-jit/DESCR @@ -0,0 +1,4 @@ +This is a JIT (Just-In-Time) compiler for Linux/i386 based Java Virtual +Machines. It precompiles classes as they are referenced into native code, +permitting applications that stay running to run much faster than standard +bytecode interpretation. |