Bug 66038 - [NEW PORT] lang/libjit: Libjit implements Just-In-Time compilation functionality
Summary: [NEW PORT] lang/libjit: Libjit implements Just-In-Time compilation functionality
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 03:10 UTC by Michael Johnson
Modified: 2004-04-29 09:31 UTC (History)
0 users

See Also:


Attachments
libjit-0.0.0f.shar (4.46 KB, text/plain)
2004-04-28 03:10 UTC, Michael Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-04-28 03:10:23 UTC
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.

WWW:	http://www.southern-storm.com.au/libjit.html

Generated with FreeBSD Port Tools 0.50
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-29 09:31:18 UTC
State Changed
From-To: open->closed

New port added, thanks!