From: Matti Picus Date: Fri, 30 Oct 2020 14:52:39 +0000 (+0200) Subject: DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) X-Git-Tag: v3.10.0a2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99608c733c5960f7834adca933c02f6ddf9b1df9;p=thirdparty%2FPython%2Fcpython.git DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036) Co-authored-by: Pablo Galindo --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 45258db49257..f4d72908486d 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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.