Revision 39a4013ded7775304554a303de53c46a467fd488 authored by Keno Fischer on 25 June 2023, 16:23:11 UTC, committed by GitHub on 25 June 2023, 16:23:11 UTC
There was an off-by-one in the indexing for TwoPhaseDefUseMap, causing
def-use chains to not be properly visited. We don't use this functionality
much in base, because it's only active for irinterp on functions with
loops that were shown to terminate, which the compiler currently does
not generally have the power to do, but I saw it in some downstream
experiments.
1 parent dd1f03d
Raw File
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