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.
For the purposes of informing a JIT compiler about the execution frequency of bytecode basic blocks, it would be nice if the interpreter would track how often a particular block gets executed.
This kind of change can allow the JIT compiler to focus its optimization on the parts of a method that actually get executed.
The text was updated successfully, but these errors were encountered:
For the purposes of informing a JIT compiler about the execution frequency of bytecode basic blocks, it would be nice if the interpreter would track how often a particular block gets executed.
This kind of change can allow the JIT compiler to focus its optimization on the parts of a method that actually get executed.
The text was updated successfully, but these errors were encountered: