![]() |
ScaleMM2 - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: ScaleMM2 (/thread-3886.html) |
ScaleMM2 - Mikael Nilsson - 02-13-2024 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; RE: ScaleMM2 - iwuser - 02-15-2024 It's a bug in this download, it's supposed to be EAX there instead of AX - just edit it and it will build. Alexandre, maybe you should download it from your site, already fixed? RE: ScaleMM2 - Mikael Nilsson - 02-15-2024 (02-15-2024, 02:47 AM)iwuser Wrote: It's a bug in this download, it's supposed to be EAX there instead of AX - just edit it and it will build. Thanks RE: ScaleMM2 - Alexandre Machado - 02-19-2024 Yes, this has been fixed. I'll check our version and make sure that it is OK. Make sure that you monitor the memory consumption of the application. ScaleMM2 is kind of memory hungry... |