head	1.7;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2011.08.31.22.01.27;	author dhn;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.08.20.09.19;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.02.01.02.41.44;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2006.02.20.20.23.45;	author garga;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.09.08.27.31;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.14.19.24.22;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.29.08.30.56;	author krion;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Update to 0.1.2

PR:		ports/160122
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@include/jit/jit-apply.h
include/jit/jit-arch.h
include/jit/jit-block.h
include/jit/jit-common.h
include/jit/jit-context.h
include/jit/jit-debugger.h
include/jit/jit-defs.h
include/jit/jit-dump.h
include/jit/jit-dynamic.h
include/jit/jit-elf.h
include/jit/jit-except.h
include/jit/jit-function.h
include/jit/jit-init.h
include/jit/jit-insn.h
include/jit/jit-intrinsic.h
include/jit/jit-meta.h
include/jit/jit-objmodel-private.h
include/jit/jit-objmodel.h
include/jit/jit-opcode.h
include/jit/jit-plus.h
include/jit/jit-type.h
include/jit/jit-unwind.h
include/jit/jit-util.h
include/jit/jit-value.h
include/jit/jit-walk.h
include/jit/jit.h
lib/libjit.a
lib/libjit.la
lib/libjit.so
lib/libjit.so.0
lib/libjitdynamic.a
lib/libjitdynamic.la
lib/libjitdynamic.so
lib/libjitdynamic.so.0
lib/libjitplus.a
lib/libjitplus.la
lib/libjitplus.so
lib/libjitplus.so.0
@@dirrm include/jit
@


1.6
log
@- Update to 0.1.0

PR:		128699
Submitted by:	Wen heping <wenheping@@gmail.com>
@
text
@d1 1
a2 1
include/jit/jit-apply.h
d22 1
@


1.5
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d1 1
@


1.4
log
@- Update pnet related ports:
  * lang/pnet 0.7.0 -> 0.7.4
  * lang/pnet-base 0.7.0 -> 0.7.4
  * lang/pnetlib 0.7.0 -> 0.7.4
  * lang/pnetc 0.7.0 -> 0.7.4
  * lang/ml-pnet 0.7.0 -> 0.7.4
  * lang/treecc 0.3.6 -> 0.3.8
  * lang/libjit 0.0.4 -> 0.0.6
- Make portlint(1) happy
- Unbreak ml-pnet on 4.x

PR:		ports/93602
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Reworked by:	garga
Thanks to:	mnag, tdb
@
text
@d26 1
d30 1
d34 1
@


1.3
log
@Update to 0.0.4

PR:		ports/70183
Submitted by:	maintainer
@
text
@d5 1
@


1.2
log
@- Update to 0.0.2

PR:		ports/66641
Submitted by:	maintainer
@
text
@d15 2
@


1.1
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>
@
text
@d7 1
d23 5
d29 2
@

