diff options
Diffstat (limited to 'lang/libjit/pkg-descr')
-rw-r--r-- | lang/libjit/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/libjit/pkg-descr b/lang/libjit/pkg-descr index 0164133..ff05290 100644 --- a/lang/libjit/pkg-descr +++ b/lang/libjit/pkg-descr @@ -4,9 +4,9 @@ machine bytecode format or language. The hope is that Free Software projects can get a leg-up on proprietry VM vendors by using this library rather than spending large amounts of time writing their own JIT from scratch. -This JIT is also designed to be portable to multiple archictures. If you run -libjit on a machine for which a native code generator is not yet available, -then libjit will fall back to interpreting the code. This way, you don't need +This JIT is also designed to be portable to multiple archictures. If you run +libjit on a machine for which a native code generator is not yet available, +then libjit will fall back to interpreting the code. This way, you don't need to write your own interpreter for your bytecode format if you don't want to. WWW: http://www.gnu.org/software/dotgnu/ |