Re: Fastcode MM B&V 0.38



1) MMUseMemory fails with range checking enabled at this line:

s[n][Size shr 1] := #1; // Line 29

changed to

s[n][Size + 1 shr 1] := #1;

This is the fix we applied to two other benchmarks.

Dennis


.



Relevant Pages