1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/include/lightning
pcpa 9afca85921 Rework to better describe what is used only during jit generation.
* include/lightning/jit_private.h, lib/jit_arm-cpu.c,
	lib/jit_arm.c, lib/jit_disasm.c, lib/jit_mips-cpu.c,
	lib/jit_mips.c, lib/jit_note.c, lib/jit_ppc-cpu.c,
	lib/jit_ppc.c, lib/jit_print.c, lib/jit_sparc-cpu.c,
	lib/jit_sparc.c, lib/jit_x86-cpu.c, lib/jit_x86.c,
	lib/lightning.c: Add an extra structure for data storage
	during jit generation, and release it after generating
	jit, to reduce a bit memory usage, and also to make it
	easier to understand what data is available during
	jit runtime.
2013-03-06 16:49:26 -03: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 Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_sparc.h Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_x86.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
Makefile.am Add framework for sparc port. 2013-02-18 01:18:54 -03:00