Skip to content
Snippets Groups Projects
Unverified Commit 9e8fe198 authored by Pablo Galindo's avatar Pablo Galindo Committed by GitHub
Browse files

bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070)

parent bd2728b1
No related branches found
No related tags found
No related merge requests found
......@@ -426,9 +426,11 @@ Optimizations
average.
(Contributed by Victor Stinner in :issue:`41006`.)
* 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`, based on ideas implemented originally in PyPy and MicroPython.)
* 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.)
* When building Python with ``--enable-optimizations`` now
``-fno-semantic-interposition`` is added to both the compile and link line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment