JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

v1.12: revisit more efficient and more context-aware `LineInfoNode` #623

Open aviatesk opened 3 months ago

aviatesk commented 3 months ago

https://github.com/JuliaDebug/JuliaInterpreter.jl/blob/ebc743a99ec681a22e3cd0ff3676fc2399f79601/src/utils.jl#L280-L285

I don't understand this commit -- do we now store some macro expansion context within debuginfo?

_Originally posted by @aviatesk in https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/606#discussion_r1537492588_