aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-29 16:30:56 +0800
committerkrion <krion@FreeBSD.org>2004-04-29 16:30:56 +0800
commit024a644e46c8c15fab4c1ed8e95903fb2ac0655c (patch)
treede9a8670dd31e565a09f04158cc84dae15d314ce /lang/Makefile
parent1b34efff9430a449dd8bb8db813ed5718ae60853 (diff)
downloadfreebsd-ports-gnome-024a644e46c8c15fab4c1ed8e95903fb2ac0655c.tar.gz
freebsd-ports-gnome-024a644e46c8c15fab4c1ed8e95903fb2ac0655c.tar.zst
freebsd-ports-gnome-024a644e46c8c15fab4c1ed8e95903fb2ac0655c.zip
Add libjit 0.0.0f,
The libjit library implements Just-In-Time compilation functionality. Unlike other JIT's, this one is designed to be independent of any particular virtual 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 to write your own interpreter for your bytecode format if you don't want to. PR: ports/66038 Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9e056640e441..90fb502b885c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -115,6 +115,7 @@
SUBDIR += klogoturtle
SUBDIR += klone
SUBDIR += lafontaine
+ SUBDIR += libjit
SUBDIR += librep
SUBDIR += libutils
SUBDIR += linux-j