0.1.0 (3 March 2007) General improvements: * Add on-demand compilation driver (Aleksey Demakov, Klaus Treichel). * Add jit_function_from_vtable_pointer function (Klaus Treichel). * Add jit_insn_mark_breakpoint_variable function (Radek Polak). * Add signal handlers (Kirill Kononenko). * Add JIT_OPTION_POSITION_INDEPENDENT context option (not supported by the backends yet) (Aleksey Demakov). * Add function indirectors (Klaus Treichel). * Allocate function redirectors and indirectors in the code cache (Aleksey Demakov). * Use mmap to allocate executable memory where available (Klaus Treichel). * Now can dump to any stream not just stdout and stderr (Radek Polak). * Use a global lock during context initialization (Aleksey Demakov). * Fix problems that take place after compilation is restarted on cache page overflow (Aleksey Demakov). ...and more, see the NEWS file.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/02/18 15:51:44 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= libjit-0.1.0
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.southern-storm.com.au/libjit.html
|
|
COMMENT= Just-In-Time compilation functionality
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake lex yacc makeinfo
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|