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
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Any type frequency information that the interpreter can collect can likely be profitably exploited by a JIT compiler.
For example, if we know a method is always called with
Fixnum
arguments, we can specialize that body to the most likely case.The text was updated successfully, but these errors were encountered: