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
Performance: make SyntaxGraph and SyntaxList mutable (#12)
The long initial hang in generating code for JuliaLowering is LLVM taking forever to deal with what julia gives it. Large structs on the stack are the likely culprit.
0 commit comments