https://github.com/JuliaLang/julia
Revision ccb81e683128e42e781852540f56028a34540ddd authored by Keno Fischer on 11 August 2020, 18:32:46 UTC, committed by GitHub on 11 August 2020, 18:32:46 UTC
Move the code that inlines results from `@pure` function earlier.
It doesn't depend on any of the method analysis, so doing that
work was just wasted time.
1 parent 102c9ac
History
Tip revision: ccb81e683128e42e781852540f56028a34540ddd authored by Keno Fischer on 11 August 2020, 18:32:46 UTC
Slight inlining refactor (#36998)
Tip revision: ccb81e6
File Mode Size
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 3.5 KB
repl.c -rw-r--r-- 7.5 KB

back to top