| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| inst->operand0 = operand; | ||
| #ifdef Py_STATS | ||
| inst->execution_count = 0; | ||
| inst->fitness = tracer->translator_state.fitness; |
There was a problem hiding this comment.
Should we need reset/set fitness when calling make_exit?
Sorry, something went wrong.
There was a problem hiding this comment.
The fitness of an exit is meaningless. We could set it to zero, to avoid confusion
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds the fitness to trace dumps, to make it easier to see when the fitness and actual execution counts diverge.
Example: