Skip to content

Split up the CALL_NO_KW and CALL_KW instructions. #90487

@markshannon

Description

@markshannon
BPO 46329
Nosy @markshannon, @pablogsal, @brandtbucher, @Fidget-Spinner
PRs
  • bpo-46329: Split calls into precall and call instructions. #30855
  • bpo-46329: Fix refleak in specialized isinstance error path #31005
  • Revert "bpo-46329: Split calls into precall and call instructions." #31011
  • bpo-46329: Reduce default recursion to 800 if Py_DEBUG is enabled. #31033
  • bpo-46329: Change calling sequence (again) #31373
  • bpo-46329: Streamline calling sequence a bit. #31465
  • bpo-46329: Move call specializations from CALL to PRECALL. #31496
  • bpo-46329: Fix test failure when Py_STATS is enabled #31511
  • bpo-46329: Avoid PUSH_NULL when followed by LOAD_GLOBAL #31933
  • 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 = 'https://github.com/markshannon'
    closed_at = <Date 2022-03-17.16:15:27.117>
    created_at = <Date 2022-01-10.12:54:45.748>
    labels = ['3.11', 'performance']
    title = 'Split up the CALL_NO_KW and CALL_KW instructions.'
    updated_at = <Date 2022-03-17.16:15:27.116>
    user = 'https://github.com/markshannon'

    bugs.python.org fields:

    activity = <Date 2022-03-17.16:15:27.116>
    actor = 'Mark.Shannon'
    assignee = 'Mark.Shannon'
    closed = True
    closed_date = <Date 2022-03-17.16:15:27.117>
    closer = 'Mark.Shannon'
    components = []
    creation = <Date 2022-01-10.12:54:45.748>
    creator = 'Mark.Shannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46329
    keywords = ['patch']
    message_count = 7.0
    messages = ['410209', '411992', '412034', '412089', '413495', '413666', '413783']
    nosy_count = 4.0
    nosy_names = ['Mark.Shannon', 'pablogsal', 'brandtbucher', 'kj']
    pr_nums = ['30855', '31005', '31011', '31033', '31373', '31465', '31496', '31511', '31933']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue46329'
    versions = ['Python 3.11']

    Metadata

    Metadata

    Assignees

    Labels

    3.11only security fixesperformancePerformance or resource usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions