mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
618b726d68
* Replaces ad-hoc logic for ending traces with a simple inequality: `fitness < exit_quality` * Fitness starts high and is reduced for branches, backward edges, calls and trace length * Exit quality reflect how good a spot that instruction is to end a trace. Closing a loop is very, specializable instructions are very low and the others in between.
Miscellaneous source files for the main Python shared library