1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Kirill Ponomarev
19d73f8b10 Fix build on amd64.
PR:		ports/77638
Submitted by:	Johan van Selst <johans@stack.nl>
2005-02-18 09:27:02 +00:00
Kirill Ponomarev
b8da1dc3eb Drop maintainership to ports@FreeBSD.org
PR:		ports/72437
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 12:31:34 +00:00
Kirill Ponomarev
590de45aac Fix build with gcc-3.4
PR:		ports/70752
Submitted by:	maintainer
2004-08-21 06:11:56 +00:00
Kirill Ponomarev
93184cdab1 Update to 0.0.4
PR:		ports/70183
Submitted by:	maintainer
2004-08-09 08:27:31 +00:00
Kris Kennaway
ef790344e6 BROKEN on amd64: Does not compile 2004-06-19 09:21:28 +00:00
Kirill Ponomarev
02d8aaea7e - Update to 0.0.2
PR:		ports/66641
Submitted by:	maintainer
2004-05-14 19:24:23 +00:00
Kirill Ponomarev
c645a7ed35 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>
2004-04-29 08:30:56 +00:00