1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/doc
pcpa ad589fbb0a Implement jit_allocar for dynamic stack allocation
* include/lightning.h, include/lightning/jit_private.h,
	lib/jit_aarch64-cpu.c, lib/jit_aarch64.c,
	lib/jit_alpha-cpu.c, lib/jit_alpha.c,
	lib/jit_arm-cpu.c, lib/jit_arm.c,
	lib/jit_hppa-cpu.c, lib/jit_hppa.c,
	lib/jit_ia64-cpu.c, lib/jit_ia64.c,
	lib/jit_mips-cpu.c, lib/jit_mips.c,
	lib/jit_ppc-cpu.c, lib/jit_ppc.c,
	lib/jit_s390-cpu.c, lib/jit_s390.c,
	lib/jit_sparc-cpu.c, lib/jit_sparc.c,
	lib/jit_x86-cpu.c, lib/jit_x86.c: Implement the new
	jit_allocar(offs, size) interface, that receives
	two integer registers arguments, allocates space
	dynamically in the stack, returns the offset in
	the first argument, and uses the second argument
	for the size in bytes of the memory to be allocated.

	* check/allocar.ok, check/allocar.tst: New files
	implementing test cases for the new jit_allocar
	interface.

	* check/Makefile.am, check/lightning.c: Update for
	the new test case and interface.

	* doc/body.texi: Add documentation of the new
	interface.
2015-02-17 14:37:57 -02:00
..
.cvsignore big merge 2008-01-09 15:49:22 +01:00
.gitignore add .gitignore 2008-01-09 15:49:21 +01:00
body.texi Implement jit_allocar for dynamic stack allocation 2015-02-17 14:37:57 -02:00
fact.c Update documentation on jit_frame and jit_tramp 2015-01-19 19:09:37 -02:00
ifib.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
incr.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
lightning.texi Update texinfo documentation to match current implementation. 2013-01-24 19:41:35 -02:00
Makefile.am Update documentation on jit_frame and jit_tramp 2015-01-19 19:09:37 -02:00
printf.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
rfib.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
rpn.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
version.texi GNU lightning 2.1.0 release 2015-02-07 17:10:37 -02:00