Revision fdbb3f9ef14ba4a26e2b025cdf541776922f884e authored by Shuhei Kadowaki on 15 November 2022, 08:50:29 UTC, committed by Shuhei Kadowaki on 21 November 2022, 05:37:37 UTC
JuliaLang/julia#41199 implements the base logic of type-based alias
analysis with new lattice element `MustAlias`, but doesn't enable it for
`NativeInterpreter`. This PR enables it for our native code execution
pipeline, checking its performance impact.
1 parent c9eccfc
History
File Mode Size
Dockerfile -rw-r--r-- 140 bytes
devcontainer.json -rw-r--r-- 134 bytes

back to top