Skip to content

Speedup method calls 1.2x #70298

@1st1

Description

@1st1
BPO 26110
Nosy @Yhg1s, @brettcannon, @jcea, @ncoghlan, @vstinner, @benjaminp, @DinoV, @methane, @serhiy-storchaka, @soltysh, @jdemeyer, @1st1, @jstasiak, @MojoVampire, @Vgr255, @florinpapa, @efahl, @dopplershift, @Fidget-Spinner
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • bpo-26110: Add CALL_METHOD_KW opcode to speedup method calls with keywords #26014
  • bpo-26110: Document CALL_METHOD_KW #26159
  • Files
  • call_method_1.patch
  • call_method_2.patch
  • call_method_3.patch
  • call_method_4.patch: updated for Python 3.7
  • default.json.gz
  • callmethod4.json.gz
  • call_method_5.patch
  • default.json.gz
  • patched.json.gz
  • callmethod-doc.patch
  • callmethod-doc2.patch
  • callmethod-doc3.patch
  • call-method-doc4.patch
  • call-method-doc5.patch
  • 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/1st1'
    closed_at = <Date 2017-01-16.08:23:59.319>
    created_at = <Date 2016-01-14.17:09:06.979>
    labels = ['interpreter-core', '3.7', 'performance']
    title = 'Speedup method calls 1.2x'
    updated_at = <Date 2021-05-16.09:26:18.303>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2021-05-16.09:26:18.303>
    actor = 'kj'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2017-01-16.08:23:59.319>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2016-01-14.17:09:06.979>
    creator = 'yselivanov'
    dependencies = []
    files = ['41614', '43599', '43601', '45786', '45787', '45788', '45866', '45887', '45888', '45889', '45891', '45896', '45963', '46294']
    hgrepos = []
    issue_num = 26110
    keywords = ['patch']
    message_count = 31.0
    messages = ['258204', '258205', '258206', '258211', '258220', '258222', '259333', '259339', '264659', '269662', '269665', '282620', '282621', '282622', '282627', '283075', '283077', '283093', '283094', '283147', '283148', '283149', '283160', '283161', '283166', '283168', '283177', '285415', '285511', '285544', '345335']
    nosy_count = 22.0
    nosy_names = ['twouters', 'brett.cannon', 'jcea', 'ncoghlan', 'vstinner', 'benjamin.peterson', 'dino.viehland', 'methane', 'santagada', 'python-dev', 'serhiy.storchaka', 'maciej.szulik', 'jdemeyer', 'yselivanov', 'jstasiak', 'josh.r', 'abarry', 'alecsandru.patrascu', 'florin.papa', 'eric.fahlgren', 'Ryan May', 'kj']
    pr_nums = ['552', '26014', '26159']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue26110'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions