Re: [PATCH] Add line number tracking to the interpreter

2023-06-27 Thread felix . winkelmann
Merged and pushed. Excellent work, as usual. Please let me point out how extremely well structured and documented these changes are. Well done, Peter. cheers, felix

Re: [PATCH] Add line number tracking to the interpreter

2023-06-25 Thread felix . winkelmann
> Hi all, > > I noticed that the interpreter got quite a bit slower due to fetching > the line number information for an expression when emitting info into > the trace buffer. Attached is an additional patch to bring things back > to our original performance by pre-fetching the line number info

Re: [PATCH] Add line number tracking to the interpreter

2023-06-25 Thread Peter Bex
Hi all, I noticed that the interpreter got quite a bit slower due to fetching the line number information for an expression when emitting info into the trace buffer. Attached is an additional patch to bring things back to our original performance by pre-fetching the line number info and passing