Skip to content

Commit

Permalink
bpo-42927: Update the What's new entry for LOAD_ATTR optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Jan 31, 2021
1 parent 5c5a938 commit 867b13c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@ Optimizations
(Contributed by Victor Stinner in :issue:`41006`.)
* The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism. It
is about 36% faster now. This makes optimized ``LOAD_ATTR`` instructions the
current most performance attribute access method (faster than slots).
(Contributed by Pablo Galindo and Yury Selivanov in :issue:`42093`, based on
ideas implemented originally in PyPy and MicroPython.)
is about 36% faster now for regular attributes and 44% faster for slots.
(Contributed by Pablo Galindo and Yury Selivanov in :issue:`42093` and Guido
van Rossum in :issue:`42927`, 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.
Expand Down

0 comments on commit 867b13c

Please sign in to comment.