Skip to content

Commit ee09166

Browse files
committed
Store validity_offset in LOAD_ATTR inline cache for WITH_VALUES specializations
1 parent c28f94e commit ee09166

10 files changed

Lines changed: 40 additions & 1492 deletions

File tree

Include/internal/pycore_code.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ typedef struct {
111111
union {
112112
uint16_t keys_version[2];
113113
uint16_t dict_offset;
114+
uint16_t validity_offset;
114115
};
115116
uint16_t descr[4];
116117
} _PyLoadMethodCache;

Include/internal/pycore_opcode_metadata.h

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

0 commit comments

Comments
 (0)