Re: [fpc-devel] Little feature teaser

2013-08-04 Thread Florian Klaempfl
Am 03.08.2013 23:31, schrieb Sven Barth: On 03.08.2013 22:50, Florian Klämpfl wrote: Am 03.08.2013 17:19, schrieb Sven Barth: On 03.08.2013 13:12, Florian Klämpfl wrote: First, FPC does not loop unrolling by default, you need -Ooloopunroll, second, the loop is relatively long, so let the

Re: [fpc-devel] Little feature teaser

2013-08-04 Thread Sven Barth
On 04.08.2013 10:46, Florian Klaempfl wrote: Am 03.08.2013 23:31, schrieb Sven Barth: On 03.08.2013 22:50, Florian Klämpfl wrote: Am 03.08.2013 17:19, schrieb Sven Barth: On 03.08.2013 13:12, Florian Klämpfl wrote: First, FPC does not loop unrolling by default, you need -Ooloopunroll,

Re: [fpc-devel] Little feature teaser

2013-08-04 Thread Paul Ishenin
04.08.13, 20:20, Sven Barth пишет: Then I just need to wait until you've done the 635364 other items on your list. Sounds doable :P This is not doable even if Florian will do 10 items per day. The life is not as long as we wish. Best regards, Paul Ishenin

Re: [fpc-devel] Little feature teaser

2013-08-04 Thread Sven Barth
On 04.08.2013 14:40, Paul Ishenin wrote: 04.08.13, 20:20, Sven Barth пишет: Then I just need to wait until you've done the 635364 other items on your list. Sounds doable :P This is not doable even if Florian will do 10 items per day. The life is not as long as we wish. You're aware that my

Re: [fpc-devel] Little feature teaser

2013-08-04 Thread Florian Klämpfl
Am 04.08.2013 14:20, schrieb Sven Barth: Jupp, it indeed works now. Now the compiler would just need to detect that the for loop is basically only using constants and evaluate that at compile time... but that's a wish for another day ;) I think item 635365 of my todo list, the autovectorizer