1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 03:30:22 +02:00
guile/lightning/i386
Paolo Bonzini be415cc6a5 finish jit_allocai implementation
2006-11-04  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/ppc/core.h: Implement jit_allocai, define JIT_FP to be R1.
	* lightning/ppc/funcs.h: Store frame size into _jitl.  Store R1 before
	the STMW, so that the offset is unchanged when we patch the STMW.
	* lightning/i386/core.h: Define JIT_FP to be EBP.
	* lightning/i386/core-32.h: Implement jit_allocai, put LEAVE in the
	epilog if jit_allocai was used.
	* lightning/i386/core-64.h: Implement jit_allocai, put LEAVE in the
	epilog if jit_allocai was used.

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-36
2008-01-09 15:49:52 +01:00
..
asm-32.h first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
asm-64.h first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
asm-i386.h first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
core-32.h finish jit_allocai implementation 2008-01-09 15:49:52 +01:00
core-64.h finish jit_allocai implementation 2008-01-09 15:49:52 +01:00
core-i386.h finish jit_allocai implementation 2008-01-09 15:49:52 +01:00
fp-32.h prepare for automatic variables support 2008-01-09 15:49:49 +01:00
fp-64.h first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
funcs.h fix i386 syntax error 2008-01-09 15:49:42 +01:00
Makefile.frag first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00