[Python-Dev] Compact GC Header (original) (raw)
Victor Stinner vstinner at redhat.com
Tue May 29 09:41:25 EDT 2018
- Previous message (by thread): [Python-Dev] Compact GC Header
- Next message (by thread): [Python-Dev] Compact GC Header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I hacked GC module and managed to slim PyGCHead down from 3 words to 2 words. It passes test suite, while some comments and code cleanup is needed before merge.
Does this change break the stable ABI?
Victor
- Previous message (by thread): [Python-Dev] Compact GC Header
- Next message (by thread): [Python-Dev] Compact GC Header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]