You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an alternative to JuliaLang#56714 that goes in the opposite direction -
just outline all GlobalRefs during lowering. It is a lot simpler that
JuliaLang#56714 at the cost of some size increase. Numbers:
sys.so .ldata size:
This PR: 159.8 MB
Master: 158.9 MB
I don't have numbers of JuliaLang#56714, because it's not fully complete.
Additionally, it's possible that restricting GlobalRefs from arguments
position would let us use a more efficient encoding in the future.
0 commit comments