Irit Katriel
|
665a4391e1
|
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
|
2023-08-16 22:25:18 +00:00 |
Brandt Bucher
|
ea72c6fe3b
|
GH-107596: Specialize str[int] (GH-107597)
|
2023-08-08 13:42:43 -07:00 |
Mark Shannon
|
0c90e75610
|
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
* Add two more specializations of LOAD_ATTR.
|
2023-07-10 11:40:35 +01:00 |
Brandt Bucher
|
7b2d94d875
|
GH-106008: Make implicit boolean conversions explicit (GH-106003)
|
2023-06-29 13:49:54 -07:00 |
Mark Shannon
|
04492cbc9a
|
GH-91095: Specialize calls to normal Python classes. (GH-99331)
|
2023-06-22 09:48:19 +01:00 |
Irit Katriel
|
33f0a8578b
|
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
|
2023-06-19 23:47:04 +01:00 |