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
I ran into a case where a closure that I expected to be fast (closed variables of known type, read-only) was not. I think I reduced it to the example below. Should the closure returned by f1 have inferred the type of y?
I ran into a case where a closure that I expected to be fast (closed variables of known type, read-only) was not. I think I reduced it to the example below. Should the closure returned by f1 have inferred the type of y?
This is with a recent version:
@code_llvm
shows that g2 is nice but g1 is not so nice:The text was updated successfully, but these errors were encountered: