From 3623aaa78cb9c50edb6da5ac37000446f138b91c Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Thu, 1 Jul 2021 13:13:05 +0100 Subject: Add file describing how to add or modify specialized families of instructions. (GH-26954) --- Python/specialize.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Python/specialize.c') diff --git a/Python/specialize.c b/Python/specialize.c index a8ae09ff0e..3277c6bc9e 100644 --- a/Python/specialize.c +++ b/Python/specialize.c @@ -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. -- cgit v1.2.1