FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-46841: Quicken code in-place by brandtbucher · Pull Request #31888 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-46841: Quicken code in-place
- #31888
#31888
Merged
markshannon
merged 37 commits into
python:main
python/cpython:main
from
brandtbucher:quicken-in-place-fast
brandtbucher/cpython:quicken-in-place-fast
Copy head branch name to clipboard
Mar 21, 2022
Conversation
Commits
37
(37)
Checks
Files changed
Merged
bpo-46841: Quicken code in-place
#31888
markshannon
merged 37 commits into
python:main
python/cpython:main
from
brandtbucher:quicken-in-place-fast
brandtbucher/cpython:quicken-in-place-fast
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2022
Move bytecode into the code object
brandtbucher
committed
6ca0d42
View commit details
Copy full SHA for 6ca0d42
Browse repository at this point
Clean things up a bit
brandtbucher
committed
a77a124
View commit details
Copy full SHA for a77a124
Browse repository at this point
Bump the magic number
brandtbucher
committed
975b8d1
View commit details
Copy full SHA for 975b8d1
Browse repository at this point
co_bytecode -> _co_code
brandtbucher
committed
40ddf39
View commit details
Copy full SHA for 40ddf39
Browse repository at this point
Generate specialization table
brandtbucher
committed
bfcba6d
View commit details
Copy full SHA for bfcba6d
Browse repository at this point
Clean things up a bit
brandtbucher
committed
0376822
View commit details
Copy full SHA for 0376822
Browse repository at this point
Pack code objects more efficiently
brandtbucher
committed
3e77b8d
View commit details
Copy full SHA for 3e77b8d
Browse repository at this point
Fix typo
brandtbucher
committed
0a598a7
View commit details
Copy full SHA for 0a598a7
Browse repository at this point
Commits on Mar 11, 2022
More cleanup
brandtbucher
committed
2fda3b8
View commit details
Copy full SHA for 2fda3b8
Browse repository at this point
Try a different approach
brandtbucher
committed
42810dd
View commit details
Copy full SHA for 42810dd
Browse repository at this point
Clean up the diff
brandtbucher
committed
7df4934
View commit details
Copy full SHA for 7df4934
Browse repository at this point
Support equality comparisons again
brandtbucher
committed
5fa0ca2
View commit details
Copy full SHA for 5fa0ca2
Browse repository at this point
Never un-quicken!
brandtbucher
committed
1fc2282
View commit details
Copy full SHA for 1fc2282
Browse repository at this point
More renaming and cleanup
brandtbucher
committed
b40e300
View commit details
Copy full SHA for b40e300
Browse repository at this point
Revert marshal format changes
brandtbucher
committed
af27670
View commit details
Copy full SHA for af27670
Browse repository at this point
More cleanup
brandtbucher
committed
629bf8b
View commit details
Copy full SHA for 629bf8b
Browse repository at this point
Clean up the diff
brandtbucher
committed
59cda59
View commit details
Copy full SHA for 59cda59
Browse repository at this point
Commits on Mar 12, 2022
Catch up with main
brandtbucher
committed
73c33c1
View commit details
Copy full SHA for 73c33c1
Browse repository at this point
Commits on Mar 14, 2022
Miscellaneous cleanup
brandtbucher
committed
ecfb193
View commit details
Copy full SHA for ecfb193
Browse repository at this point
Remove outdated comment
brandtbucher
committed
824b2da
View commit details
Copy full SHA for 824b2da
Browse repository at this point
Properly skip over EXTENDED_ARG instructions
brandtbucher
committed
8164f41
View commit details
Copy full SHA for 8164f41
Browse repository at this point
Make sure that f_lasti is always valid
brandtbucher
committed
932a3f2
View commit details
Copy full SHA for 932a3f2
Browse repository at this point
Add some comments
brandtbucher
committed
c0c5498
View commit details
Copy full SHA for c0c5498
Browse repository at this point
Catch up with main
brandtbucher
committed
f62a395
View commit details
Copy full SHA for f62a395
Browse repository at this point
Check opargs during size calculations
brandtbucher
committed
e7464a3
View commit details
Copy full SHA for e7464a3
Browse repository at this point
Add another TODO
brandtbucher
committed
4f51fdd
View commit details
Copy full SHA for 4f51fdd
Browse repository at this point
Commits on Mar 15, 2022
Clean up formatting
brandtbucher
committed
75bd375
View commit details
Copy full SHA for 75bd375
Browse repository at this point
Fix compiler warning
brandtbucher
committed
d6d5128
View commit details
Copy full SHA for d6d5128
Browse repository at this point
Simplify calculation of instr_prev
brandtbucher
committed
82145c1
View commit details
Copy full SHA for 82145c1
Browse repository at this point
_Py_Quicken -> _PyCode_Quicken
brandtbucher
committed
ca176ac
View commit details
Copy full SHA for ca176ac
Browse repository at this point
Revert expensive f_lasti changes
brandtbucher
committed
1e06bb5
View commit details
Copy full SHA for 1e06bb5
Browse repository at this point
Commits on Mar 16, 2022
Naming is hard
brandtbucher
committed
e70819f
View commit details
Copy full SHA for e70819f
Browse repository at this point
Catch up with main
brandtbucher
committed
001eb53
View commit details
Copy full SHA for 001eb53
Browse repository at this point
make patchcheck
brandtbucher
committed
6b96204
View commit details
Copy full SHA for 6b96204
Browse repository at this point
blurb add
brandtbucher
committed
3087025
View commit details
Copy full SHA for 3087025
Browse repository at this point
Reuse the PyCodeObject definition for deepfreeze
brandtbucher
committed
6f3bc38
View commit details
Copy full SHA for 6f3bc38
Browse repository at this point
Commits on Mar 18, 2022
Clean up TODO
brandtbucher
committed
c8054b9
View commit details
Copy full SHA for c8054b9
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL