| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 ↵ | Mark Shannon | 2024-05-04 | 1 | -57/+59 |
| | | | | | | | | | | | support of calls. (GH-118322) * Add CALL_PY_GENERAL, CALL_BOUND_METHOD_GENERAL and call CALL_NON_PY_GENERAL specializations. * Remove CALL_PY_WITH_DEFAULTS specialization * Use CALL_NON_PY_GENERAL in more cases when otherwise failing to specialize | ||||
| * | gh-116381: Remove bad specializations, add fail stats (GH-116464) | Ken Jin | 2024-03-07 | 1 | -40/+37 |
| | | | | * Remove bad specializations, add fail stats | ||||
| * | gh-116381: Specialize CONTAINS_OP (GH-116385) | Ken Jin | 2024-03-06 | 1 | -36/+41 |
| | | | | | | | | | | | | * Specialize CONTAINS_OP * 📜🤖 Added by blurb_it. * Add PyAPI_FUNC for JIT --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> | ||||
| * | GH-111485: Generate instruction and uop metadata (GH-113287) | Mark Shannon | 2023-12-20 | 1 | -1/+1 |
| | | |||||
| * | GH-111485: Factor out tier 2 code generation from the rest of the ↵ | Mark Shannon | 2023-12-12 | 1 | -1/+1 |
| | | | | | interpreter code generator (GH-112968) | ||||
| * | GH-111485: Factor out opcode ID generator from the main cases generator. ↵ | Mark Shannon | 2023-12-08 | 1 | -4/+5 |
| | | | | | (GH-112831) | ||||
| * | gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ↵ | Irit Katriel | 2023-11-03 | 1 | -75/+75 |
| | | | | | frame state (#111648) | ||||
| * | gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ↵ | Irit Katriel | 2023-11-02 | 1 | -75/+75 |
| | | | | | (#111459) | ||||
| * | GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300) | Brandt Bucher | 2023-09-13 | 1 | -51/+52 |
| | | |||||
| * | gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269) | Irit Katriel | 2023-09-12 | 1 | -186/+186 |
| | | |||||
| * | GH-108614: Add `RESUME_CHECK` instruction (GH-108630) | Mark Shannon | 2023-09-07 | 1 | -141/+142 |
| | | |||||
| * | gh-105481: generate op IDs from bytecode.c instead of hard coding them in ↵ | Irit Katriel | 2023-08-16 | 1 | -217/+219 |
| | | | | | opcode.py (#107971) | ||||
| * | gh-105481: split opcode_ids.h out of opcode.h so that it can be generated ↵ | Irit Katriel | 2023-08-11 | 1 | -0/+235 |
| separately (#107866) | |||||
