]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
authorMatti Picus <matti.picus@gmail.com>
Fri, 30 Oct 2020 14:52:39 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 14:52:39 +0000 (14:52 +0000)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/whatsnew/3.10.rst

index 45258db4925718dd2682e87c27f19da01f78ad0b..f4d72908486ddd86144ab9e81d613e6fa60159e1 100644 (file)
@@ -261,7 +261,7 @@ Optimizations
 
 * The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism.
   It is about 36% faster now.  (Contributed by Pablo Galindo and Yury Selivanov
-  in :issue:`42093`.)
+  in :issue:`42093`, based on ideas implemented originally in PyPy and MicroPython.)
 
 * When building Python with ``--enable-optimizations`` now
   ``-fno-semantic-interposition`` is added to both the compile and link line.