1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00
guile/lib
pcpa c39def9dce Add a simple memory management wrapper.
* lib/jit_memory.c: Implement a simple memory allocation wrapper
	to allow overriding calls to malloc/calloc/realloc/free, as well
	as ensuring all memory containing pointers is zero or points to
	allocated memory.

	* include/lightning.h, include/lightning/jit_private.h: Definitions
	for the memory allocation wrapper.

	* lib/Makefile.am: Update for new jit_memory.c file.

	* lib/jit_arm.c, lib/jit_disasm.c, lib/jit_mips.c, lib/jit_note.c,
	lib/jit_ppc.c, lib/jit_sparc.c, lib/jit_x86.c, lib/lightning.c:
	Use the new memory allocation wrapper code.
2013-03-29 12:10:36 -03:00
..
jit_arm-cpu.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_arm-swf.c Test and correct test cases in all current backends. 2013-01-02 17:53:51 -02:00
jit_arm-vfp.c Make current test cases pass in armv7l. 2012-12-05 23:48:40 -02:00
jit_arm.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_disasm.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_memory.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_mips-cpu.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_mips-fpu.c Rework {get,push}arg{,i,r}_{f,d} to a more descriptive name and usage. 2013-01-09 17:14:51 -02:00
jit_mips.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_note.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_ppc-cpu.c Adapt PowerPC port to work in Darwin 32 bit and Linux 64 bit. 2013-03-10 15:36:25 -03:00
jit_ppc-fpu.c Adapt PowerPC port to work in Darwin 32 bit and Linux 64 bit. 2013-03-10 15:36:25 -03:00
jit_ppc.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_print.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_sparc-cpu.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_sparc-fpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_sparc.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_x86-cpu.c Rework to better describe what is used only during jit generation. 2013-03-06 16:49:26 -03:00
jit_x86-sse.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86-x87.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
lightning.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
Makefile.am Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00