Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-04-01 Thread J. Gareth Moreton
I'm having problems connecting to the FTP server to download the release candidate - it keeps timing out. Gareth aka. Kit On 29/03/2020 19:18, Marco van de Voort wrote: Hello, We have placed the first release candidate of the Free Pascal Compiler version 3.2.0 on our ftp servers. You can hel

Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-04-01 Thread Joao Schuler
I regret to say that I can't reproduce my initial result showing 9% improvement on 3.2.0rc1 against 3.0.4. Both versions show the same speed now. I also compared 3.0.4 against trunk in another environment: Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-1014-gcp x86_64) cpu model name: Intel(R) Xeon(R) CPU @

Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-04-01 Thread J. Gareth Moreton
With your permission I'd like to use this project as part of my work to improve the peephole optimiser, among other things.  Any improvements probably won't happen until the version after 3.2.0, but I like a challenge! J. Gareth Moreton, aka. Kit P.S. One of the things I introduced into FPC 3.

Re: [fpc-devel] Error building xtensa rtl

2020-04-01 Thread Christo Crause via fpc-devel
On Wed, Apr 1, 2020 at 6:58 PM Christo Crause wrote: > Good idea, the alternative instructions are part of the core ISA so it > should always be supported. > So the updated cgcpu patch attached... diff --git a/compiler/xtensa/cgcpu.pas b/compiler/xtensa/cgcpu.pas index a1fdbede87..25b6cb40b9 100

Re: [fpc-devel] Error building xtensa rtl

2020-04-01 Thread Christo Crause via fpc-devel
On Wed, Apr 1, 2020 at 12:06 AM Sven Barth wrote: > Christo Crause schrieb am Di., 31. März 2020, > 19:45: > >> On Tue, Mar 31, 2020 at 7:39 AM Sven Barth via fpc-devel < >> fpc-devel@lists.freepascal.org> wrote: >> >>> Am 30.03.2020 um 22:07 schrieb Christo Crause via fpc-devel: >>> >>> I've no

Re: [fpc-devel] FPC 3.2.0RC1 released!

2020-04-01 Thread Kostas Michalopoulos via fpc-devel
Hm, for me the new compiler produces slightly slower results. The difference is tiny, but consistent. I use my raytracing benchmark from here: http://runtimeterror.com/tools/raybench/ The results on my AMD Ryzen 3700X are: FPC 3.0.4: 3.984 seconds FPC 3.2.0RC1: 4.047 seconds As i wrote, the dif