You are not logged in.
Pages: 1
Hi!
I'm a little surprised (positive ofc) about fossil commit [ad9fac7b65]. It will be work under Windows FPC compiler, or it is only Kylix dedicated?
best regards,
Maciej Izak
Offline
It is supposed to work under Linux and Darwin (OSX), for both 32 bit and 64 bit.
Please note that, from my preliminary testing, the patch for FPC does not work under Windows.
I'll try to fix it, at least for Win32.
I need FastMM4 even under Windows for FPC, since the default memory manager of FPC burns a lot of memory, and easily trigger EThread exceptions, when creating a lot of threads: sounds like if the per-thread FPC heap manager reserves a lot of virtual memory, so the program is very soon out of virtual address space for a 32 bit app...
FastMM4 does not suffer from these issues, and is much faster with a x86 CPU.
Online
I'll try to fix it, at least for Win32.
I need FastMM4 even under Windows for FPC...
I also need FMM4 for that purpose I am waiting for this (!) .
best regards,
Maciej Izak
Offline
Pages: 1