PEP 590: Add "Vectorcall" and "fastcall" keywords (#984)

- Add "Vectorcall" to the PEP title to make it easier to reference
- Mention "fastcall" in the abstract, for people familiar with the term
This commit is contained in:
Petr Viktorin 2019-04-14 11:51:38 +02:00 committed by Mark Shannon
parent f3b44fbe4d
commit bb386b9b89
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PEP: 590 PEP: 590
Title: A new calling convention for CPython Title: Vectorcall: A new calling convention for CPython
Author: Mark Shannon <mark@hotpy.org> Author: Mark Shannon <mark@hotpy.org>
Status: Draft Status: Draft
Type: Standards Track Type: Standards Track
@ -12,7 +12,7 @@ Abstract
======== ========
This PEP introduces a new calling convention [1]_ for use by CPython and other software and tools in the CPython ecosystem. This PEP introduces a new calling convention [1]_ for use by CPython and other software and tools in the CPython ecosystem.
The new calling convention is a formalisation and extension of a calling convention already used internally by CPython. The new calling convention is a formalisation and extension of "fastcall", a calling convention already used internally by CPython.
Rationale Rationale
========= =========