mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Add file describing how to add or modify specialized families of instructions. (GH-26954)
This commit is contained in:
parent
dd3adc013b
commit
3623aaa78c
2 changed files with 135 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
#include "opcode.h"
|
||||
#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
|
||||
|
||||
/* For guidance on adding or extending families of instructions see
|
||||
* ./adaptive.md
|
||||
*/
|
||||
|
||||
|
||||
/* We layout the quickened data as a bi-directional array:
|
||||
* Instructions upwards, cache entries downwards.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue