Re: Fastcode MM B&V 0.38
- From: "Dennis" <marianndkc@xxxxxxxxxxxxxxx>
- Date: Thu, 12 May 2005 11:39:34 +0200
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
.
- References:
- Fastcode MM B&V 0.38
- From: Dennis
- Fastcode MM B&V 0.38
- Prev by Date: Re: New Delphi Survey
- Next by Date: Re: DLL injection and code patching
- Previous by thread: Re: Fastcode MM B&V 0.38
- Next by thread: Re: Fastcode MM B&V 0.38
- Index(es):
Relevant Pages
|