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
clinic
_iomodule.c -rw-r--r-- 24.9 KB
_iomodule.h -rw-r--r-- 6.4 KB
bufferedio.c -rw-r--r-- 80.4 KB
bytesio.c -rw-r--r-- 32.1 KB
fileio.c -rw-r--r-- 32.3 KB
iobase.c -rw-r--r-- 30.1 KB
stringio.c -rw-r--r-- 29.7 KB
textio.c -rw-r--r-- 97.9 KB
winconsoleio.c -rw-r--r-- 31.9 KB

back to top