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
Avoid generating machine code for infrequently used indirect jumps
We set 256 as the threshold because we recorded 16 indirect jumps, and
the threshold for launching T1C is 4096. This modification also saves
code cache space by avoiding storing the machine code with less usage.
0 commit comments