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

Port LOAD_GLOBAL to adaptive interpreter #88504

Closed
markshannon opened this issue Jun 7, 2021 · 2 comments
Closed

Port LOAD_GLOBAL to adaptive interpreter #88504

markshannon opened this issue Jun 7, 2021 · 2 comments
Labels
performance Performance or resource usage

Comments

@markshannon
Copy link
Member

BPO 44338
Nosy @markshannon
PRs
  • bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter #26638
  • 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-09.14:58:46.344>
    created_at = <Date 2021-06-07.18:04:54.594>
    labels = ['performance']
    title = 'Port LOAD_GLOBAL to adaptive interpreter'
    updated_at = <Date 2021-08-09.14:58:46.344>
    user = 'https://github.com/markshannon'

    bugs.python.org fields:

    activity = <Date 2021-08-09.14:58:46.344>
    actor = 'Mark.Shannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-08-09.14:58:46.344>
    closer = 'Mark.Shannon'
    components = []
    creation = <Date 2021-06-07.18:04:54.594>
    creator = 'Mark.Shannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44338
    keywords = ['patch']
    message_count = 2.0
    messages = ['395272', '395786']
    nosy_count = 1.0
    nosy_names = ['Mark.Shannon']
    pr_nums = ['26638']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue44338'
    versions = []

    @markshannon
    Copy link
    Member Author

    Port the implementation of LOAD_GLOBAL to the new adaptive interpreter

    Once this and https://bugs.python.org/issue44337 are implemented we can remove the old opcache.

    @markshannon
    Copy link
    Member Author

    New changeset eecbc7c by Mark Shannon in branch 'main':
    bpo-44338: Port LOAD_GLOBAL to PEP-659 adaptive interpreter (GH-26638)
    eecbc7c

    @markshannon markshannon added the performance Performance or resource usage label Aug 9, 2021
    @markshannon markshannon added the performance Performance or resource usage label Aug 9, 2021
    @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