mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
This commit is contained in:
parent
767d3a8f6f
commit
08b67fb34f
11 changed files with 187 additions and 172 deletions
|
@ -20,7 +20,7 @@ extern "C" {
|
|||
typedef struct {
|
||||
uint16_t counter;
|
||||
uint16_t index;
|
||||
uint16_t module_keys_version[2];
|
||||
uint16_t module_keys_version;
|
||||
uint16_t builtin_keys_version;
|
||||
} _PyLoadGlobalCache;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue