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
ArgTools.version
ARGTOOLS_BRANCH = master
ARGTOOLS_SHA1 = 08b11b2707593d4d7f92e5f1b9dba7668285ff82
ARGTOOLS_GIT_URL := https://github.com/JuliaIO/ArgTools.jl.git
ARGTOOLS_TAR_URL = https://api.github.com/repos/JuliaIO/ArgTools.jl/tarball/$1
back to top