https://github.com/JuliaLang/julia
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
Raw File
Tip revision: fdbb3f9ef14ba4a26e2b025cdf541776922f884e authored by Shuhei Kadowaki on 15 November 2022, 08:50:29 UTC
enable type-based alias analysis for `NativeInterpreter`
Tip revision: fdbb3f9
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top