Date: Thu, 29 Apr 2004 01:30:56 -0700 (PDT) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/libjit Makefile distinfo pkg-descr pkg-plist ports/lang/libjit/files patch-aa patch-ab patch-ac patch-ad Message-ID: <200404290830.i3T8UupF019165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2004/04/29 01:30:56 PDT FreeBSD ports repository Modified files: lang Makefile Added files: lang/libjit Makefile distinfo pkg-descr pkg-plist lang/libjit/files patch-aa patch-ab patch-ac patch-ad Log: 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> Revision Changes Path 1.400 +1 -0 ports/lang/Makefile 1.1 +21 -0 ports/lang/libjit/Makefile (new) 1.1 +2 -0 ports/lang/libjit/distinfo (new) 1.1 +12 -0 ports/lang/libjit/files/patch-aa (new) 1.1 +12 -0 ports/lang/libjit/files/patch-ab (new) 1.1 +12 -0 ports/lang/libjit/files/patch-ac (new) 1.1 +12 -0 ports/lang/libjit/files/patch-ad (new) 1.1 +12 -0 ports/lang/libjit/pkg-descr (new) 1.1 +23 -0 ports/lang/libjit/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404290830.i3T8UupF019165>