pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libjit
Module Name: pkgsrc
Committed By: xtraeme
Date: Mon Feb 18 15:51:44 UTC 2008
Modified Files:
pkgsrc/devel/libjit: Makefile distinfo
Removed Files:
pkgsrc/devel/libjit/patches: patch-aa
Log Message:
Update to 0.1.0:
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.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libjit/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/libjit/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/devel/libjit/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index