chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Bex
Subject: Re: [PATCH] Add line number tracking to the interpreter
Date: Sun, 25 Jun 2023 10:25:26 +0200

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 it as an additional argument to emit-trace-info.

Patch has also been pushed to the line-numbers-in-csi branch.

Cheers,
Peter

Attachment: 0001-Fetch-line-number-from-info-in-evaluator-before-comp.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]