1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00
guile/include/lightning
pcpa a34410eee2 Add filename and line number annotation abstraction.
* lib/jit_note.c: New file implementing a simple string+integer
	annotation, that should be used to map filename and line number
	to offsets in the generated jit.

	* include/lightning.h, lib/lightning.c: Update for the new
	note code.
	  Add an extra mandatory argument to init_jit, that is used
	as argument to bfd_openr.
	  Change from generic void* to char* the argument to jit_note
	and add an extra integer argument, to map to filename and
	line number.

	* check/ccall.c, check/lightning.c, include/lightning/jit_private.h,
	lib/jit_arm.c, lib/jit_disasm.c, lib/jit_mips.c, lib/jit_ppc.c,
	lib/jit_print.c, lib/jit_x86.c: lib/Makefile.am: Update for the
	new annotation code.

	* configure.ac, check/Makefile.am: Update to work with latest
	automake.
2013-01-11 15:29:35 -02:00
..
jit_arm.h Big merge with new lightning semantics aiming for lightning 2.0. 2012-12-02 19:44:36 -02:00
jit_mips.h Correct mips backend implementation to pass initial tests. 2012-12-04 12:39:10 -02:00
jit_ppc.h Add the new ccall test case to test interleaved C and jit function calls 2013-01-05 16:14:59 -02:00
jit_private.h Add filename and line number annotation abstraction. 2013-01-11 15:29:35 -02:00
jit_x86.h Correct implementation problems on ix86. 2012-12-03 09:40:08 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00