Skip to content

Use FASTCALL in typeobject.c call_method() to avoid temporary tuple #73693

Closed
@vstinner

Description

@vstinner
BPO 29507
Nosy @rhettinger, @vstinner, @methane, @serhiy-storchaka, @1st1
Files
  • method_fastcall.patch
  • callmethod.patch
  • method_fastcall2.patch
  • method_fastcall3.patch
  • method_fastcall4.patch
  • bench.py
  • callmethod2.patch
  • callmethod3.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 = None
    closed_at = <Date 2017-03-14.21:38:51.342>
    created_at = <Date 2017-02-09.00:17:38.154>
    labels = ['interpreter-core', '3.7', 'performance']
    title = 'Use FASTCALL in typeobject.c call_method() to avoid temporary tuple'
    updated_at = <Date 2017-03-14.21:38:51.341>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-03-14.21:38:51.341>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-14.21:38:51.342>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2017-02-09.00:17:38.154>
    creator = 'vstinner'
    dependencies = []
    files = ['46601', '46603', '46606', '46610', '46611', '46612', '46615', '46619']
    hgrepos = []
    issue_num = 29507
    keywords = ['patch']
    message_count = 30.0
    messages = ['287371', '287372', '287387', '287399', '287401', '287410', '287413', '287418', '287436', '287439', '287440', '287453', '287460', '287461', '287462', '287463', '287464', '287465', '287467', '287468', '287469', '287470', '287471', '287476', '287481', '287490', '287492', '287496', '287529', '289621']
    nosy_count = 6.0
    nosy_names = ['rhettinger', 'vstinner', 'methane', 'python-dev', 'serhiy.storchaka', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue29507'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      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