summaryrefslogtreecommitdiff
path: root/lang/libjit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainership to ports@FreeBSD.orgKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118986
* Fix build with gcc-3.4Kirill Ponomarev2004-08-211-0/+6
| | | | | | | | PR: ports/70752 Submitted by: maintainer Notes: svn path=/head/; revision=116873
* Update to 0.0.4Kirill Ponomarev2004-08-094-14/+25
| | | | | | | | PR: ports/70183 Submitted by: maintainer Notes: svn path=/head/; revision=115721
* BROKEN on amd64: Does not compileKris Kennaway2004-06-191-1/+7
| | | | Notes: svn path=/head/; revision=111799
* - Update to 0.0.2Kirill Ponomarev2004-05-144-3/+55
| | | | | | | | PR: ports/66641 Submitted by: maintainer Notes: svn path=/head/; revision=109159
* Add libjit 0.0.0f,Kirill Ponomarev2004-04-298-0/+106
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> Notes: svn path=/head/; revision=107945