FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c by iritkatriel · Pull Request #106758 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c
- #106758
#106758
Merged
iritkatriel
merged 30 commits into
python:main
python/cpython:main
from
iritkatriel:opcode_py
iritkatriel/cpython:opcode_py
Copy head branch name to clipboard
Jul 18, 2023
Conversation
Commits
30
(30)
Checks
Files changed
Merged
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c
#106758
iritkatriel
merged 30 commits into
python:main
python/cpython:main
from
iritkatriel:opcode_py
iritkatriel/cpython:opcode_py
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2023
gh-105481: add haslocal to _opcode.py. Generate most oplists in opcode.py with the functions in _opcode.py
iritkatriel
committed
36a7d56
View commit details
Copy full SHA for 36a7d56
Browse repository at this point
added HAS_FREE flag. Removed HAS_FREE from the HAS_LOCAL list
iritkatriel
committed
75019ca
View commit details
Copy full SHA for 75019ca
Browse repository at this point
Commits on Jul 15, 2023
add hasjump, soft deprecate hasjrel and hasjabs. Fix build bug
iritkatriel
committed
494680a
View commit details
Copy full SHA for 494680a
Browse repository at this point
generate hasexc from the C macros instead of defining it again
iritkatriel
committed
24786fb
View commit details
Copy full SHA for 24786fb
Browse repository at this point
typo
iritkatriel
committed
563b431
View commit details
Copy full SHA for 563b431
Browse repository at this point
Commits on Jul 17, 2023
Merge remote-tracking branch 'upstream/main' into opcode_py
iritkatriel
committed
227756f
View commit details
Copy full SHA for 227756f
Browse repository at this point
ascii quotes
iritkatriel
committed
1b13b96
View commit details
Copy full SHA for 1b13b96
Browse repository at this point
make clinic
iritkatriel
committed
0f5ae32
View commit details
Copy full SHA for 0f5ae32
Browse repository at this point
remove oplists
iritkatriel
committed
289fad1
View commit details
Copy full SHA for 289fad1
Browse repository at this point
import less from opcode in build script. _opcode.has_* don't exist pre-3.13
iritkatriel
committed
598ba2a
View commit details
Copy full SHA for 598ba2a
Browse repository at this point
hascompare in old versions as well
iritkatriel
committed
d2d355e
View commit details
Copy full SHA for d2d355e
Browse repository at this point
remove redundant init
iritkatriel
committed
27eb2cc
View commit details
Copy full SHA for 27eb2cc
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
998024a
View commit details
Copy full SHA for 998024a
Browse repository at this point
Merge branch 'main' into opcode_py
iritkatriel
authored
ffa4ee3
View commit details
Copy full SHA for ffa4ee3
Browse repository at this point
remove unnecessary comment
iritkatriel
authored
ce76a60
View commit details
Copy full SHA for ce76a60
Browse repository at this point
make the tests more precise
iritkatriel
committed
4194a12
View commit details
Copy full SHA for 4194a12
Browse repository at this point
sort the lists
iritkatriel
committed
6b8c46b
View commit details
Copy full SHA for 6b8c46b
Browse repository at this point
Commits on Jul 18, 2023
address some of the code review comments
iritkatriel
committed
e15f7d5
View commit details
Copy full SHA for e15f7d5
Browse repository at this point
remove hard-coded lists from the tests
iritkatriel
committed
21fe0a4
View commit details
Copy full SHA for 21fe0a4
Browse repository at this point
remove opcode metadata file from generated files list so diff are visible
iritkatriel
committed
75795db
View commit details
Copy full SHA for 75795db
Browse repository at this point
import _opcode directly into dis, rather than via opcode
iritkatriel
committed
1a0a2b2
View commit details
Copy full SHA for 1a0a2b2
Browse repository at this point
add stack effect to dis.__all__
iritkatriel
committed
f530469
View commit details
Copy full SHA for f530469
Browse repository at this point
Merge branch 'main' into opcode_py
iritkatriel
authored
71ffe34
View commit details
Copy full SHA for 71ffe34
Browse repository at this point
import _specializations, _specialized_instructions directly from _opcode_metadata rather than via opcode
iritkatriel
committed
d525c53
View commit details
Copy full SHA for d525c53
Browse repository at this point
update Tools/scripts/summarize_stats.py to use _opcode_metadata instead of opcode for _specialized_instructions
iritkatriel
committed
5e1c4a4
View commit details
Copy full SHA for 5e1c4a4
Browse repository at this point
Revert "update Tools/scripts/summarize_stats.py to use _opcode_metadata instead of opcode for _specialized_instructions"
Show description for 6077263
iritkatriel
committed
6077263
View commit details
Copy full SHA for 6077263
Browse repository at this point
Revert "import _specializations, _specialized_instructions directly from _opcode_metadata rather than via opcode"
Show description for 98ba11f
iritkatriel
committed
98ba11f
View commit details
Copy full SHA for 98ba11f
Browse repository at this point
Revert "add stack effect to dis.__all__"
Show description for cc8e5e1
iritkatriel
committed
cc8e5e1
View commit details
Copy full SHA for cc8e5e1
Browse repository at this point
Revert "import _opcode directly into dis, rather than via opcode"
Show description for 31dbfec
iritkatriel
committed
31dbfec
View commit details
Copy full SHA for 31dbfec
Browse repository at this point
Merge branch 'main' into opcode_py
iritkatriel
authored
1abf6ca
View commit details
Copy full SHA for 1abf6ca
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL