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 a design decision that I am not so sure about. At the moment almost all of the backend llvm functions take the llvm_traversal_ctx as an argument. Example here.
Maybe it would be beneficial to make it into a static global thread local variable.
The text was updated successfully, but these errors were encountered:
This is a design decision that I am not so sure about. At the moment almost all of the backend llvm functions take the
llvm_traversal_ctx
as an argument. Example here.Maybe it would be beneficial to make it into a static global thread local variable.
The text was updated successfully, but these errors were encountered: