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
We shouldn't spend a lot of time rewriting if a function is never called. Add an opcode INC_STATS that, after a certain threshold, rewrites the bytecode using rewriteBytecode. It can optionally NOP the INC_STATS or rewrite it to something else for a higher tier of optimization.
Task: T45382423 (probably?)
The text was updated successfully, but these errors were encountered:
We shouldn't spend a lot of time rewriting if a function is never called. Add an opcode
INC_STATS
that, after a certain threshold, rewrites the bytecode usingrewriteBytecode
. It can optionallyNOP
theINC_STATS
or rewrite it to something else for a higher tier of optimization.Task: T45382423 (probably?)
The text was updated successfully, but these errors were encountered: