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
Smarter dispatch in maps for common cases, e.g. contiguous values (ideally, turn that to "switch" statements in LLVM IR and let the switch optimizer do its magic).
The text was updated successfully, but these errors were encountered:
Dynamic dispatch is currently somewhat implemented both in the compiler and interpreter.
However, given recent evolutions of the language, notably with respect to pattern matching, this code needs to be seriously revisited.
Key changes:
The text was updated successfully, but these errors were encountered: