summaryrefslogtreecommitdiffstats
path: root/InternalDocs/compiler.md
diff options
context:
space:
mode:
Diffstat (limited to 'InternalDocs/compiler.md')
-rw-r--r--InternalDocs/compiler.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md
index 9e99f34..c257bfd 100644
--- a/InternalDocs/compiler.md
+++ b/InternalDocs/compiler.md
@@ -595,16 +595,6 @@ Objects
* [Exception Handling](exception_handling.md): Describes the exception table
-Specializing Adaptive Interpreter
-=================================
-
-Adding a specializing, adaptive interpreter to CPython will bring significant
-performance improvements. These documents provide more information:
-
-* [PEP 659: Specializing Adaptive Interpreter](https://peps.python.org/pep-0659/).
-* [Adding or extending a family of adaptive instructions](adaptive.md)
-
-
References
==========