https://github.com/JuliaLang/julia
Revision 41a6f268ff07f68779bdf6f8f9dd6ebba82a02b5 authored by Keno Fischer on 19 November 2023, 08:29:15 UTC, committed by GitHub on 19 November 2023, 08:29:15 UTC
As of #51494 is used in the base pipeline, so external abstract
interpreters inherit it by default. To avoid breaking them, make sure we
properly pass down the lattice.
1 parent e75dd47
Raw File
Tip revision: 41a6f268ff07f68779bdf6f8f9dd6ebba82a02b5 authored by Keno Fischer on 19 November 2023, 08:29:15 UTC
Thread lattice through escape analysis (#52223)
Tip revision: 41a6f26
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.expmap
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top