refu icon indicating copy to clipboard operation
refu copied to clipboard

Turn llvm_traversal_ctx to static thread local

Open LefterisJP opened this issue 8 years ago • 0 comments

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.

LefterisJP avatar Feb 06 '17 00:02 LefterisJP