-
- Downloads
Fixed a bug in which scavenge was only testing to see if the object was
in the correct range to be a forwarding pointer. Therefore, fixnums that just happened to be represented by a value in that range looked like forwarding pointers. Scavenge should have been checking to see if the object really was a pointer before checking the range.
Loading
Please register or sign in to comment