andremussche / scalemm

Fast scaling memory manager for Delphi
https://code.google.com/p/scalemm/
Other
98 stars 22 forks source link

XE4 Update #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello!

ScaleMM3.pas will not compile under XE4 Update1..

[dcc32 Warning] ScaleMM3.pas(1439): W1036 Variable 'iFree' might not have been 
initialized
[dcc32 Error] ScaleMM3.pas(1844): E2010 Incompatible types: 'NativeInt' and 
'NativeUInt'
[dcc32 Fatal Error] Project1.dpr(4): F2063 Could not compile used unit 
'Scalemm3.pas'

Original issue reported on code.google.com by david.lo...@gmail.com on 19 Aug 2013 at 5:28

GoogleCodeExporter commented 9 years ago
fixed (in XE3)

but you better use ScaleMM2, smm3 is not actively developed (and stable?) and 
slower.
smm3 uses some new ideas but was not fast enough

Original comment by andre.mussche on 22 Aug 2013 at 11:59