BasicBlockRewriter.jl icon indicating copy to clipboard operation
BasicBlockRewriter.jl copied to clipboard

GlobalRef lookup, constant & LNN extraction

Open timholy opened this issue 3 years ago • 0 comments

This gives the package a bit more formal structure. It's easier to recover the original AST: fragments are interwoven with non-fragment statements. Constants are extracted in an attempt to increase reuse, although the impact seems to be almost unnoticeable. More helpful is looking up GlobalRefs, since Base.string and LinearAlgebra.string actually mean the same function.

timholy avatar Mar 11 '22 19:03 timholy