1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00
guile/include/lightning
pcpa 9e86ef12cf Add the new jit_name call to mark function boundaries
* check/3to2.tst, check/add.tst, check/allocai.tst, check/bp.tst,
	check/call.tst, check/ccall.c, check/clobber.tst, check/divi.tst,
	check/fib.tst, check/ldsti.tst, check/ldstr-c.tst, check/ldstr.tst,
	check/ldstxi-c.tst, check/ldstxi.tst, check/ldstxr-c.tst,
	check/ldstxr.tst, check/lightning.c, check/rpn.tst, check/stack.tst,
	check/varargs.tst, include/lightning.h,
	include/lightning/jit_private.h, lib/jit_arm.c, lib/jit_disasm.c,
	lib/jit_mips.c, lib/jit_note.c, lib/jit_ppc.c, lib/jit_print.c,
	lib/jit_x86.c, lib/lightning.c:	Extend the "jit_note" abstraction
	with the new "jit_name" call, that receives a string argument, and
	should usually be called to mark boundaries of functions of code
	generating jit (that is, it is not expected that the language
	generating jit map its functions to jit functions).
2013-01-18 18:05:57 -02:00
..
jit_arm.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_mips.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_ppc.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_private.h Add the new jit_name call to mark function boundaries 2013-01-18 18:05:57 -02:00
jit_x86.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00