[BUG][FIX] Linux 2GB problem in FFI

Bert Freudenberg bert at impara.de
Wed Apr 13 13:39:26 UTC 2005


This bug is similar to the image segment loading problem when the 
object memory spans the 2GB boundary. Ned has fixed that, but FFI uses 
the #isInMemory: method which was not fixed.

The attached changeset makes #startOfMemory return an unsigned value 
(just like endOfMemory, which Ned fixed), and casts the parameter of 
#isInMemory: to unsigned.

- Bert -
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unsignedFix-jl.1.cs.gz
Type: application/x-gzip
Size: 456 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20050413/58c273b8/unsignedFix-jl.1.cs.bin


More information about the Vm-dev mailing list