8000 DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) · python/cpython@99608c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99608c7

Browse files
mattippablogsal
andauthored
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 3af4b58 commit 99608c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Optimizations
261261

262262
* The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism.
263263
It is about 36% faster now. (Contributed by Pablo Galindo and Yury Selivanov
264-
in :issue:`42093`.)
264+
in :issue:`42093`, based on ideas implemented originally in PyPy and MicroPython.)
265265

266266
* When building Python with ``--enable-optimizations`` now
267267
``-fno-semantic-interposition`` is added to both the compile and link line.

0 commit comments

Comments
 (0)
0