cpython/Misc/NEWS.d/next/Core and Builtins/2023-11-22-13-17-54.gh-issu...

5 lines
270 B
ReStructuredText

The Tier 2 translator now tracks the confidence level for staying "on trace"
(i.e. not exiting back to the Tier 1 interpreter) for branch instructions
based on the number of bits set in the branch "counter". Trace translation
ends when the confidence drops below 1/3rd.