GH-117121: Add pystats to JIT builds (GH-117346)

This commit is contained in:
Michael Droettboom 2024-03-28 18:23:08 -04:00 committed by GitHub
parent 14f1ca7d53
commit 26d328b2ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View file

@ -990,7 +990,7 @@ enter_tier_two:
#define DPRINTF(level, ...)
#endif
OPT_STAT_INC(traces_executed);
; // dummy statement after a label, before a declaration
uint16_t uopcode;
#ifdef Py_STATS
uint64_t trace_uop_execution_counter = 0;