Cache some properties of function versions to make resolution faster
For calling runtime functions, we usually just have one function that handles all types. We can bypass most of the resolution work by just skipping to that function.
Showing
Please register or sign in to comment