Re: [fpc-pascal] FastMM4 for fpc

2005-12-18 Thread Peter Vreman
> I tried to modify the FastMM4 to work with with fpc. > I had no big problems for the non-assembly language version, but with > the assembly language version i have the problem, that fpc is allways > generating a stack frame, even if i use the {$STACKFRAMES OFF} directive. > > Is it not possible a

Re: [fpc-pascal] FastMM4 for fpc

2005-12-16 Thread Florian Klaempfl
Adrian Veith wrote: > I tried to modify the FastMM4 to work with with fpc. > I had no big problems for the non-assembly language version, but with > the assembly language version i have the problem, that fpc is allways > generating a stack frame, even if i use the {$STACKFRAMES OFF} directive. Us

[fpc-pascal] FastMM4 for fpc

2005-12-15 Thread Adrian Veith
I tried to modify the FastMM4 to work with with fpc. I had no big problems for the non-assembly language version, but with the assembly language version i have the problem, that fpc is allways generating a stack frame, even if i use the {$STACKFRAMES OFF} directive. Is it not possible at the m