Subject: CVS commit: pkgsrc/devel/libjit
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 05/16/2004 01:12:15
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Sun May 16 01:12:15 UTC 2004

Update of /cvsroot/pkgsrc/devel/libjit
In directory ivanova.netbsd.org:/tmp/cvs-serv24080

Log Message:
Initial import of libjit-0.0.2.

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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/libjit/Makefile
N pkgsrc/devel/libjit/PLIST
N pkgsrc/devel/libjit/distinfo
N pkgsrc/devel/libjit/DESCR
N pkgsrc/devel/libjit/buildlink3.mk
N pkgsrc/devel/libjit/patches/patch-aa

No conflicts created by this import