Staging
v0.5.1
https://github.com/python/cpython
Revision 91234a16367b56ca03ee289f7c03a34d4cfec4c8 authored by Inada Naoki on 03 June 2019, 12:30:58 UTC, committed by GitHub on 03 June 2019, 12:30:58 UTC
This patch implements per opcode cache mechanism, and use it in
only LOAD_GLOBAL opcode.

Based on Yury's opcache3.patch in bpo-26219.
1 parent 29ec422
History
Tip revision: 91234a16367b56ca03ee289f7c03a34d4cfec4c8 authored by Inada Naoki on 03 June 2019, 12:30:58 UTC
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Tip revision: 91234a1
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.8 KB
_testembed.c -rw-r--r-- 37.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top