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
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 2.1 KB
Manifest.toml -rw-r--r-- 2.6 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 59 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 13.5 KB

README.md

back to top