Re: [fpc-pascal] Past list archives

2005-06-01 Thread Gerhard Scholz
Sorry,

that list mentioned below:

http://www.freepascal.org/mailist.html

is dead.

(Objekt nicht gefunden! Der angeforderte URL konnte auf dem Server nicht
gefunden werden.)

Greetings

Gerhard

- Original Message -
From: "Jonas Maebe" <[EMAIL PROTECTED]>
To: "Mike's Mail" <[EMAIL PROTECTED]>; "FPC-Pascal users discussions"

Sent: Sunday, May 29, 2005 2:38 PM
Subject: Re: [fpc-pascal] Past list archives


>
> On 25 May 2005, at 14:47, Mike's Mail wrote:
>
> > Is there an active link for the archives that works, or who would I
> > contact to report the link, so it may be fixed?
>
> Yes, working links can be found on http://www.freepascal.org/
> maillist.html
>
>
> Jonas
>
> PS: please turn off html posting in your mail client, it causes your
> posts to be held for approval (because the rule that stops such mails
> it also stops all viruses I know of)
>
>
> ___
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Past list archives

2005-06-01 Thread Vincent Snijders

Gerhard Scholz wrote:

Sorry,

that list mentioned below:

http://www.freepascal.org/mailist.html

is dead.


but http://www.freepascal.org/maillist.html isn't.

Vincent.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Optimizer in 2.0

2005-06-01 Thread Florian Klaempfl
Adrian Veith wrote:
> It shows with useless code like simple nested for .. to loops, but also
> with some more useful code like the attached RSA_Angriff from the C'T
> magazine.
> 
> My results are with:
> 
> fpc -Sd -OG3rp3 -XX RSA_Angriff_D5.dpr
> 
> 5266 ms
> 
> with:
> 
> fpc -Sd -XX RSA_Angriff_D5.dpr
> 
> 4844 ms
> 
> The unoptimized code is faster than the optimized code.

For me the version compiled with -OG3rp3 is the fastest (AthlonXP). Just
curious, what CPU do you use?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Optimizer in 2.0

2005-06-01 Thread Adrian Veith

Florian Klaempfl schrieb:


Adrian Veith wrote:
 


It shows with useless code like simple nested for .. to loops, but also
with some more useful code like the attached RSA_Angriff from the C'T
magazine.

My results are with:

fpc -Sd -OG3rp3 -XX RSA_Angriff_D5.dpr

5266 ms

with:

fpc -Sd -XX RSA_Angriff_D5.dpr

4844 ms

The unoptimized code is faster than the optimized code.
   



For me the version compiled with -OG3rp3 is the fastest (AthlonXP). Just
curious, what CPU do you use?
 


Intel Pentium M 730.

I will do the test on a Athlon XP as well. Maybe the picture changes.



___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal