Re: [fpc-devel] Nested functions in numlib

2017-04-04 Thread Werner Pamler
Am 04.04.2017 um 03:28 schrieb Marco van de Voort: Did you test performance? Repeated access to parent frame in tight loops might be suboptimal. Could maybe be helped with some pointer work? Right, I should have done that before asking... Here are the results of a test running the original

Re: [fpc-devel] LineInfo

2017-04-04 Thread Sven Barth via fpc-devel
Am 04.04.2017 10:42 schrieb "Tomas Hajny" : > > On Tue, April 4, 2017 10:21, Michael Van Canneyt wrote: > > On Tue, 4 Apr 2017, Sven Barth via fpc-devel wrote: > >> Am 04.04.2017 08:52 schrieb "Martok" : > >>> > > Does it is possible that the

Re: [fpc-devel] LineInfo

2017-04-04 Thread Tomas Hajny
On Tue, April 4, 2017 10:21, Michael Van Canneyt wrote: > On Tue, 4 Apr 2017, Sven Barth via fpc-devel wrote: >> Am 04.04.2017 08:52 schrieb "Martok" : >>> > Does it is possible that the LineInfo trace (-gl option) are broken >> (no output) > in 3.0.2 version on

Re: [fpc-devel] LineInfo

2017-04-04 Thread Michael Van Canneyt
On Tue, 4 Apr 2017, Sven Barth via fpc-devel wrote: Am 04.04.2017 08:52 schrieb "Martok" : Does it is possible that the LineInfo trace (-gl option) are broken (no output) in 3.0.2 version on Linux (at least)? Hm. Indeed. I can reproduce the issue :/ AFAIR

Re: [fpc-devel] LineInfo

2017-04-04 Thread Sven Barth via fpc-devel
Am 04.04.2017 08:52 schrieb "Martok" : > > >> Does it is possible that the LineInfo trace (-gl option) are broken (no output) > >> in 3.0.2 version on Linux (at least)? > > > > Hm. Indeed. I can reproduce the issue :/ > AFAIR lineinfo.pp only works with Stabs? Didn't the

Re: [fpc-devel] Nested functions in numlib

2017-04-04 Thread Marco van de Voort
In our previous episode, Marco van de Voort said: > > Is there a chance that such a patch would be accepted? > > Did you test performance? Repeated access to parent frame in tight loops > might be suboptimal. Could maybe be helped with some pointer work? (no it can't be helped with pointer work,

Re: [fpc-devel] LineInfo

2017-04-04 Thread Martok
>> Does it is possible that the LineInfo trace (-gl option) are broken (no >> output) >> in 3.0.2 version on Linux (at least)? > > Hm. Indeed. I can reproduce the issue :/ AFAIR lineinfo.pp only works with Stabs? Didn't the default change to Dwarf? Martok