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 roo

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 LineInfo trace (-gl option) are broken > >> (no outp

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 Linux (at least)?

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 lineinfo.pp only works with St

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 default change to Dwarf? A