[kaffe] kaffe.def commands
Michael Franz
mvfranz at gmail.com
Mon Feb 21 06:51:12 PST 2005
Guilhem,
> Yes. Correct. (Look at jit3/slots.h and jit/slots.h)
jit/slots.h does not have anything describing the info I am interested
in, however, jit3/slots.h does.
How closely does kaffe.def follow this convention? FALOAD uses method
load_offset_scaled_float(stack_float(1), stack(1),
stack(0),object_array_offset). This assigns stack_float(1) the
results of the index operation - shouldn't this be
load_offset_scaled_float(wstack_float(1), rstack(1), rstack(0),
object_array_offset) instead?
>
> Guilhem.
>
Michael
More information about the kaffe
mailing list