Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Mon, 18 Mar 2002 20:22:13 +0000


CVSROOT:	/usr/data/cvs
Module name:	ciel
Changes by:	chris	02/03/18 20:22:13

Modified files:
	.              : Makefile.am decode.cc 
	include        : instruction.h 
	x86_libc       : libc.cc 
Added files:
	.              : native-ppc.cc 
	include        : native.h ppc-assembler.h 

Log message:
A start on the PPC JIT engine.  It can now make what it thinks is good
native code for "return 7", but doesn't yet call it.  I'm sure it will crash
when it does.