Add file describing how to add or modify specialized families of instructions. (GH-26954)

This commit is contained in:
Mark Shannon 2021-07-01 13:13:05 +01:00 committed by GitHub
parent dd3adc013b
commit 3623aaa78c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 135 additions and 0 deletions

View file

@ -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.