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:
parent
f3b44fbe4d
commit
bb386b9b89
|
@ -1,5 +1,5 @@
|
|||
PEP: 590
|
||||
Title: A new calling convention for CPython
|
||||
Title: Vectorcall: A new calling convention for CPython
|
||||
Author: Mark Shannon <mark@hotpy.org>
|
||||
Status: Draft
|
||||
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.
|
||||
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
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue