1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/include/lightning
pcpa 7b449aa063 Implement jit_flush
* include/lightning/jit_private.h, lib/jit_aarch64.c,
	lib/jit_alpha.c, lib/jit_arm.c, lib/jit_hppa.c,
	lib/jit_ia64.c, lib/jit_mips.c, lib/jit_ppc.c,
	lib/jit_s390x.c, lib/jit_sparc.c, lib/jit_x86.c:
	Implement a private jit_flush call, that flushes
	the cache, if applicable, aligning down to the
	previous and up to the next page boundary.
2014-11-08 19:34:23 -02:00
..
jit_aarch64.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_alpha.h ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_arm.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_hppa.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_ia64.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_mips.h mips: Do not make t9 available as a generic register 2014-11-03 12:55:35 -02:00
jit_ppc.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_private.h Implement jit_flush 2014-11-08 19:34:23 -02:00
jit_s390x.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_sparc.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_x86.h x86: Build and pass all tests under cygwin64 (Windows x64) 2014-09-24 11:03:20 -03:00
Makefile.am ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00