Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement superinstructions #89063

Closed
markshannon opened this issue Aug 12, 2021 · 2 comments
Closed

Implement superinstructions #89063

markshannon opened this issue Aug 12, 2021 · 2 comments
Labels
performance Performance or resource usage

Comments

@markshannon
Copy link
Member

BPO 44900
Nosy @markshannon
PRs
  • bpo-44900: Add five superinstructions. #27741
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2021-08-16.11:24:00.599>
    created_at = <Date 2021-08-12.11:44:41.083>
    labels = ['performance']
    title = 'Implement superinstructions'
    updated_at = <Date 2021-08-16.11:24:00.599>
    user = 'https://github.com/markshannon'

    bugs.python.org fields:

    activity = <Date 2021-08-16.11:24:00.599>
    actor = 'Mark.Shannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-08-16.11:24:00.599>
    closer = 'Mark.Shannon'
    components = []
    creation = <Date 2021-08-12.11:44:41.083>
    creator = 'Mark.Shannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44900
    keywords = ['patch']
    message_count = 2.0
    messages = ['399444', '399652']
    nosy_count = 1.0
    nosy_names = ['Mark.Shannon']
    pr_nums = ['27741']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue44900'
    versions = []

    @markshannon
    Copy link
    Member Author

    PEP-659 quickening provides a mechanism for replacing instructions.
    We should exploit this to implement superinstructions when quickening.
    See faster-cpython/ideas#16

    @markshannon markshannon added performance Performance or resource usage labels Aug 12, 2021
    @markshannon
    Copy link
    Member Author

    New changeset 4f51fa9 by Mark Shannon in branch 'main':
    bpo-44900: Add five superinstructions. (GH-27741)
    4f51fa9

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant