https://github.com/JuliaLang/julia
Revision 0f56da8988366dd60e170932eefca4adb890acff authored by Shuhei Kadowaki on 19 July 2023, 09:09:04 UTC, committed by GitHub on 19 July 2023, 09:09:04 UTC
- pack return value of `ir_prepare_inlining!` into a struct and pass it around
- improved handling of `linetable` argument
1 parent c5e4621
Raw File
Tip revision: 0f56da8988366dd60e170932eefca4adb890acff authored by Shuhei Kadowaki on 19 July 2023, 09:09:04 UTC
inlining: NFC simplifications on the inlining algorithm (#50593)
Tip revision: 0f56da8
.gitignore
/srccache
/DelimitedFiles-*
/DelimitedFiles
/Pkg-*
/Pkg
/Statistics-*
/Statistics
/LibCURL-*
/LibCURL
/Downloads-*
/Downloads
/ArgTools-*
/ArgTools
/Tar-*
/Tar
/NetworkOptions-*
/NetworkOptions
/SuiteSparse-*
/SuiteSparse
/SparseArrays-*
/SparseArrays
/SHA-*
/SHA
/*_jll/StdlibArtifacts.toml
/*/Manifest.toml
/*.image
back to top