Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-19 Thread Florian Klaempfl
Adrian Veith wrote: > Florian Klaempfl schrieb: > >> Adrian Veith wrote: >> >>> I compiled fpc from the sources from the svn repository today, but >>> the results are almost the same as I posted yesterday (I marked with >>> ** where the results have changed): >>> >>> Test1: >>> ** fpc (standard M

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-19 Thread Florian Klaempfl
Jonas Maebe wrote: > > On 19 dec 2005, at 10:47, Adrian Veith wrote: > >> Test1 isn't relevant anymore. And in Test2 and Test3 fpc beats delphi >> clearly. The benefits for the FastMM4 are now not that big anymore, >> but it helps to compare delphi and fpc on a fair base, since the >> impact o

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-19 Thread Jonas Maebe
On 19 dec 2005, at 10:47, Adrian Veith wrote: Test1 isn't relevant anymore. And in Test2 and Test3 fpc beats delphi clearly. The benefits for the FastMM4 are now not that big anymore, but it helps to compare delphi and fpc on a fair base, since the impact of the MM is now leveled out. Bu

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-19 Thread Adrian Veith
Peter Vreman schrieb: I took a look at the MM and found that this test is not representative at all. At least in the FPC MM it triggers only a single code path for Reallocmem. And that code path is even the fastest for a not-in-place-reallocation. And looking at the (unmaintable) FastMM4 sources

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-19 Thread Adrian Veith
Florian Klaempfl schrieb: Adrian Veith wrote: I compiled fpc from the sources from the svn repository today, but the results are almost the same as I posted yesterday (I marked with ** where the results have changed): Test1: ** fpc (standard MM): 3.0 sec - factor = 1.30 fpc (FastMM4): 2.9

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-18 Thread Peter Vreman
>> I compiled fpc from the sources from the svn repository today, but the >> results are almost the same as I posted yesterday (I marked with ** >> where the results have changed): >> >> Test1: >> ** fpc (standard MM): 3.0 sec - factor = 1.30 >> fpc (FastMM4): 2.9 sec - factor = 1.30 >> delphi (s

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-18 Thread Peter Vreman
> Hi, > > I have changed the FastMM4 that it seemd to work with fpc now. Here are > the results of my prior tests now with FastMM4 for fpc: > > Test1: > fpc (standard MM): 3.1 sec - factor = 1.34 > fpc (FastMM4): 3.0 sec - factor = 1.30 > delphi (standard MM): 3.1 sec - factor = 1.34 > de

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-18 Thread Peter Vreman
> Hi, > > I have changed the FastMM4 that it seemd to work with fpc now. Here are > the results of my prior tests now with FastMM4 for fpc: > > Test1: > fpc (standard MM): 3.1 sec - factor = 1.34 > fpc (FastMM4): 3.0 sec - factor = 1.30 > delphi (standard MM): 3.1 sec - factor = 1.34 > de

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Florian Klaempfl
Adrian Veith wrote: Florian Klaempfl schrieb: Adrian Veith wrote: Hi, I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: Test1: fpc (standard MM): 3.1 sec - factor = 1.34 fpc (FastMM4): 3.0 sec - factor = 1

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Adrian Veith
Florian Klaempfl schrieb: Adrian Veith wrote: Hi, I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: Test1: fpc (standard MM): 3.1 sec - factor = 1.34 fpc (FastMM4): 3.0 sec - factor = 1.30 delphi (standard M

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-17 Thread Adrian Veith
Micha Nelissen schrieb: On Thu, 15 Dec 2005 18:21:18 +0100 Adrian Veith <[EMAIL PROTECTED]> wrote: I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: How did you fix FastReallocMem? FPC uses a 'var APointer

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-15 Thread Micha Nelissen
On Thu, 15 Dec 2005 18:21:18 +0100 Adrian Veith <[EMAIL PROTECTED]> wrote: > I have changed the FastMM4 that it seemd to work with fpc now. Here are > the results of my prior tests now with FastMM4 for fpc: How did you fix FastReallocMem? FPC uses a 'var APointer', but delphi doesn't, apparantly

Re: [fpc-pascal] First Test of FastMM4 for fpc

2005-12-15 Thread Florian Klaempfl
Adrian Veith wrote: > Hi, > > I have changed the FastMM4 that it seemd to work with fpc now. Here are > the results of my prior tests now with FastMM4 for fpc: > > Test1: > fpc (standard MM): 3.1 sec - factor = 1.34 > fpc (FastMM4): 3.0 sec - factor = 1.30 > delphi (standard MM): 3.1 sec -

[fpc-pascal] First Test of FastMM4 for fpc

2005-12-15 Thread Adrian Veith
Hi, I have changed the FastMM4 that it seemd to work with fpc now. Here are the results of my prior tests now with FastMM4 for fpc: Test1: fpc (standard MM): 3.1 sec - factor = 1.34 fpc (FastMM4): 3.0 sec - factor = 1.30 delphi (standard MM): 3.1 sec - factor = 1.34 delphi (FastMM4): 2.3