[kaffe] mipsel JIT3

Casey Marshall rsdio at metastatic.org
Fri Mar 5 15:25:03 PST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>>>>> "Kevin" == Kevin D Kissell <kevink at mips.com> writes:

>> * If I renumber the float registers from 32 to 63, the spill
>> problem doesn't happen, but I get a bus error when the `call'
>> instruction is reached. This happens because the constant pool code
>> tries to restore register gp from fp, and it looks like fp gets
>> clobbered before this can happen.

Kevin> The code generation in jit3-mips.def is going to generate all
Kevin> sorts of broken code if you allow those values to go above 31,
Kevin> I think.  There is no masking of the shifted values as the
Kevin> instruction words are being created.

I masked all the registers when generating instructions, and with the
float registers renumbered all of the test/internal tests pass. Kaffe
itself won't yet load, however.

This solution is obviously a hack; the correct fix is probobly to fix
register.c to not assume that regno is an index into reginfo.

Unrelated question to the peanut gallery: currently the stack trace I
get when Kaffe is loading (an "Internal error: caught an unexpected
exception.") goes all the way back to
java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:native). Is
this just a symptom of an exception being thrown early, or is this yet
another problem with the MIPS backend?

- -- 
Casey Marshall || rsdio at metastatic.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>

iD8DBQFASQvdgAuWMgRGsWsRAoMrAKCHnDxQqb4F3Y/lXeTd5w7jUrHQxACeLKNP
Sk21s4RmhYzHAntbg+My50s=
=wQLR
-----END PGP SIGNATURE-----




More information about the kaffe mailing list