Issue 44900: Implement superinstructions - Python tracker
Created on 2021-08-12 11:44 by Mark.Shannon, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 27741 | merged | Mark.Shannon, 2021-08-12 13:04 | |
| Messages (2) | |||
|---|---|---|---|
| msg399444 - (view) | Author: Mark Shannon (Mark.Shannon) * ![]() |
Date: 2021-08-12 11:44 | |
PEP 659 quickening provides a mechanism for replacing instructions. We should exploit this to implement superinstructions when quickening. See https://github.com/faster-cpython/ideas/issues/16 |
|||
| msg399652 - (view) | Author: Mark Shannon (Mark.Shannon) * ![]() |
Date: 2021-08-16 11:23 | |
New changeset 4f51fa9e2d3ea9316e674fb9a9f3e3112e83661c by Mark Shannon in branch 'main': bpo-44900: Add five superinstructions. (GH-27741) https://github.com/python/cpython/commit/4f51fa9e2d3ea9316e674fb9a9f3e3112e83661c |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:48 | admin | set | github: 89063 |
| 2021-08-16 11:24:00 | Mark.Shannon | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2021-08-16 11:23:16 | Mark.Shannon | set | messages: + msg399652 |
| 2021-08-12 13:04:30 | Mark.Shannon | set | keywords:
+ patch stage: patch review pull_requests: + pull_request26220 |
| 2021-08-12 11:44:41 | Mark.Shannon | create | |
