gh-117045: Add code object to function version cache#117028
Merged
gvanrossum merged 14 commits intopython:mainpython/cpython:mainfrom Mar 21, 2024
gvanrossum:func-version-cachegvanrossum/cpython:func-version-cacheCopy head branch name to clipboard
Merged
gh-117045: Add code object to function version cache#117028gvanrossum merged 14 commits intopython:mainpython/cpython:mainfrom gvanrossum:func-version-cachegvanrossum/cpython:func-version-cacheCopy head branch name to clipboard
gvanrossum merged 14 commits intopython:mainpython/cpython:mainfrom
gvanrossum:func-version-cachegvanrossum/cpython:func-version-cacheCopy head branch name to clipboard
Commits
Commits on Mar 19, 2024
Leave func_version zero after critical mutations
Show description for 21dc79ccommittedChange the function version cache to contain a (func, code) pair
Show description for 51bc626committed- committed
- committed
Change the operand for _PUSH_FRAME
Show description for fdbfe07committed- committed
Add code to the trace stack in translate_bytecode_to_trace()
Show description for 0d0551ecommitted- committed
- committed
Commits on Mar 20, 2024
- committed
- committed
Revert "Remove bogus assert" (it's not my job to fix this)
Show description for fac617ccommitted- committed
- committed