FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-98831: Implement basic cache effects by gvanrossum · Pull Request #99313 · 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
GH-98831: Implement basic cache effects
- #99313
#99313
Merged
gvanrossum
merged 22 commits into
python:main
python/cpython:main
from
gvanrossum:cache-effects
gvanrossum/cpython:cache-effects
Copy head branch name to clipboard
Nov 16, 2022
Conversation
Commits
22
(22)
Checks
Files changed
Merged
GH-98831: Implement basic cache effects
#99313
gvanrossum
merged 22 commits into
python:main
python/cpython:main
from
gvanrossum:cache-effects
gvanrossum/cpython:cache-effects
Copy head branch name to clipboard
Commits
Commits on Nov 10, 2022
Support simple cache effects
Show description for 9f15c4b
gvanrossum
committed
9f15c4b
View commit details
Copy full SHA for 9f15c4b
Browse repository at this point
More BINARY_OP instructions
gvanrossum
committed
6189043
View commit details
Copy full SHA for 6189043
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cache-effects
gvanrossum
committed
f5e1aed
View commit details
Copy full SHA for f5e1aed
Browse repository at this point
Tweak dummy definitions in bytecodes.c after merge
gvanrossum
committed
a8d608d
View commit details
Copy full SHA for a8d608d
Browse repository at this point
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Show description for 4ee85e7
vstinner
authored and
gvanrossum
committed
4ee85e7
View commit details
Copy full SHA for 4ee85e7
Browse repository at this point
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
Show description for 873da31
vstinner
authored and
gvanrossum
committed
873da31
View commit details
Copy full SHA for 873da31
Browse repository at this point
gh-90110: Update the C-analyzer Tool (gh-99307)
ericsnowcurrently
authored and
gvanrossum
committed
e0ab5b8
View commit details
Copy full SHA for e0ab5b8
Browse repository at this point
gh-99277: remove older version of `get_write_buffer_limits` (#99280)
Show description for 882fdec
authored and
gvanrossum
committed
882fdec
View commit details
Copy full SHA for 882fdec
Browse repository at this point
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Show description for 8226fb9
vfazio
authored and
gvanrossum
committed
8226fb9
View commit details
Copy full SHA for 8226fb9
Browse repository at this point
GH-99298: Don't perform jumps before error handling (GH-99299)
brandtbucher
authored and
gvanrossum
committed
1aa0124
View commit details
Copy full SHA for 1aa0124
Browse repository at this point
GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
Show description for d094e42
gvanrossum
and
brandtbucher
committed
d094e42
View commit details
Copy full SHA for d094e42
Browse repository at this point
Remaining BINARY_OP family members
gvanrossum
committed
d3d907a
View commit details
Copy full SHA for d3d907a
Browse repository at this point
Uniformly skip 'unused' effects
gvanrossum
committed
0339a67
View commit details
Copy full SHA for 0339a67
Browse repository at this point
Remove superfluous asserts; fix one 'is not'
gvanrossum
committed
f3e7dd6
View commit details
Copy full SHA for f3e7dd6
Browse repository at this point
Commits on Nov 11, 2022
Make BINARY_OP result unused
gvanrossum
committed
e3ff6ac
View commit details
Copy full SHA for e3ff6ac
Browse repository at this point
Fix parser for family()
gvanrossum
committed
3db443a
View commit details
Copy full SHA for 3db443a
Browse repository at this point
Check family consistency
gvanrossum
committed
c58a85a
View commit details
Copy full SHA for c58a85a
Browse repository at this point
Add first family (binary_op)
gvanrossum
committed
756a41b
View commit details
Copy full SHA for 756a41b
Browse repository at this point
Add assert() to double-check cache struct size
gvanrossum
committed
48400ac
View commit details
Copy full SHA for 48400ac
Browse repository at this point
Merge commit '00ee6d506e' into cache-effects
gvanrossum
committed
433243a
View commit details
Copy full SHA for 433243a
Browse repository at this point
Merge commit '694cdb24a6' into cache-effects
gvanrossum
committed
3d51484
View commit details
Copy full SHA for 3d51484
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cache-effects
gvanrossum
committed
4d42a0a
View commit details
Copy full SHA for 4d42a0a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL