Skip to content

Commit ffa4177

Browse files
committed
support family-head recorder
1 parent 9d38143 commit ffa4177

File tree

12 files changed

+1330
-1071
lines changed

12 files changed

+1330
-1071
lines changed

Include/internal/pycore_opcode_metadata.h

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ typedef struct {
490490
uint8_t indices[MAX_RECORDED_VALUES];
491491
} _PyOpcodeRecordEntry;
492492
PyAPI_DATA(const _PyOpcodeRecordEntry) _PyOpcode_RecordEntries[256];
493+
PyAPI_DATA(const uint8_t) _PyOpcode_RecordIsFamilyOverride[256];
493494
#endif
494495

495496
#ifdef __cplusplus

0 commit comments

Comments
 (0)