[kaffe] CVS kaffe (inaba): Make arm/jit3 work. Not as fast as the name implies, BTW...

Kaffe CVS cvs-commits at kaffe.org
Wed Aug 1 10:58:42 PDT 2007


PatchSet 7503 
Date: 2007/08/01 17:57:37
Author: inaba
Branch: HEAD
Tag: (none) 
Log:
Make arm/jit3 work. Not as fast as the name implies, BTW...

Members: 
	ChangeLog:1.5002->1.5003 
	config/arm/jit.h:1.17->1.18 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5002 kaffe/ChangeLog:1.5003
--- kaffe/ChangeLog:1.5002	Tue Jul 31 19:53:31 2007
+++ kaffe/ChangeLog	Wed Aug  1 17:57:37 2007
@@ -1,3 +1,8 @@
+2007-08-02  Kiyo Inaba <inaba at src.ricoh.co.jp>
+
+	* config/arm/jit.h,
+	config/arm/linux/jit3-md.h: Make arm/jit3 work. Not so fast...
+
 2007-07-31 Alper Akcan <alper at kaffe.org>
 
 	* libraries/clib/awt/xynth/graphic.c: Code update for new GRLib API.
Index: kaffe/config/arm/jit.h
diff -u kaffe/config/arm/jit.h:1.17 kaffe/config/arm/jit.h:1.18
--- kaffe/config/arm/jit.h:1.17	Mon Jul  2 19:38:44 2007
+++ kaffe/config/arm/jit.h	Wed Aug  1 17:57:38 2007
@@ -136,7 +136,11 @@
 /* Register management information. */
 /**/
 
+#if defined(JIT3)
+#define	_GR_	0
+#else
 #define	_GR_	(Rglobal|Rnosaveoncall)
+#endif
 
 /* Define the register set */
 	// slot, ctype, type, flags, used, regno




More information about the kaffe mailing list