Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ScaleMM2
#1
Hi,

I have read the article "Capacity of IntraWeb Applications and Memory Managers". It was very interesting.
So I decided to use ScaleMM2 instead of FastMM4.
But when I compiled my applicaction I got a compile error in unit smmFunctions in function BitScanLast(aValue: NativeInt): NativeUInt;
{$IFDEF CPU386}
  BSR AX, aValue;      
{$ELSE} .NOFRAME
  BSR RAX, aValue;
{$ENDIF}


[dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch                    on statement BSR AX, aValue;
Reply


Messages In This Thread
ScaleMM2 - by Mikael Nilsson - 02-13-2024, 01:01 PM
RE: ScaleMM2 - by iwuser - 02-15-2024, 02:47 AM
RE: ScaleMM2 - by Mikael Nilsson - 02-15-2024, 08:08 AM
RE: ScaleMM2 - by Alexandre Machado - 02-19-2024, 02:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)