Skip to content

Implement superinstruction UNPACK_SEQUENCE_ST #89423

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

Closed
zcpara mannequin opened this issue Sep 22, 2021 · 2 comments
Closed

Implement superinstruction UNPACK_SEQUENCE_ST #89423

zcpara mannequin opened this issue Sep 22, 2021 · 2 comments
Labels
3.11 only security fixes performance Performance or resource usage

Comments

@zcpara
Copy link
Mannequin

zcpara mannequin commented Sep 22, 2021

BPO 45260
Nosy @gvanrossum, @markshannon, @zcpara
PRs
  • bpo-45260: Add superinstruction, UNPACK_SEQUENCE__STORE_FAST #28519
  • 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 = None
    created_at = <Date 2021-09-22.06:14:37.467>
    labels = ['3.11', 'performance']
    title = 'Implement superinstruction UNPACK_SEQUENCE_ST'
    updated_at = <Date 2021-10-09.04:44:06.023>
    user = 'https://github.com/zcpara'

    bugs.python.org fields:

    activity = <Date 2021-10-09.04:44:06.023>
    actor = 'zhangchaospecial'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = []
    creation = <Date 2021-09-22.06:14:37.467>
    creator = 'zhangchaospecial'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 45260
    keywords = ['patch']
    message_count = 1.0
    messages = ['402407']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'Mark.Shannon', 'zhangchaospecial']
    pr_nums = ['28519']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue45260'
    versions = ['Python 3.11']

    @zcpara
    Copy link
    Mannequin Author

    zcpara mannequin commented Sep 22, 2021

    PEP-659 quickening provides a mechanism for replacing instructions.

    We add another super-instruction UNPACK_SEQUENCE_ST to replace the original UNPACK_SEQUENCE and the following n STROE_FAST instructions.

    See faster-cpython/ideas#16.

    @zcpara zcpara mannequin added 3.11 only security fixes performance Performance or resource usage labels Sep 22, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel
    Copy link
    Member

    The PR was closed, closing the issue as well.

    @iritkatriel iritkatriel closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant