Alpha VM on Solaris UltraSPARC?
Nicolas Pelletier
nicolas.pelletier3 at free.fr
Fri Mar 11 10:00:45 PST 2005
Nick Forde <nickf at cadence.com> writes:
>
> Do you mean change the use of long long to something equivalent (Byte[8]?)
> in the structs MethodDefinition and Map?
Just an aside: a similar problem with dispatchID shows up on a 32-bit
sparc. The 2 offending lines where dispatchID is used in the VM must
be converted to a byte-per-byte copy mechanism using a for loop (since
gcc optimizes calls to memcpy).
--
Nicolas
More information about the Slate
mailing list