summaryrefslogtreecommitdiffstats
path: root/Tools/build/deepfreeze.py
Commit message (Expand)AuthorAgeFilesLines
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-1/+1
* gh-109515: When generating deep frozen modules on Windows, use a list file in...Riccardo Ghetta2023-10-301-2/+14
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-6/+3
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-1/+1
* gh-105481: fix out of date comment (#108079)Irit Katriel2023-08-171-1/+1
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-161-3/+5
* Attempt to speed up deepfreeze.py (#107887)Guido van Rossum2023-08-141-12/+23
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-0/+2
* gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)Yichen Yan2023-04-261-0/+6
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+1
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-2/+0
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-4/+6
* GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)Mark Shannon2023-01-041-6/+2
* gh-100720: refactor calculation of number of frame slots for a code object in...Irit Katriel2023-01-041-0/+1
* GH-98522: Add version number to code objects. (GH-98525)Mark Shannon2022-12-091-0/+5
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-021-18/+11
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-0/+504