commit | 91234a16367b56ca03ee289f7c03a34d4cfec4c8 | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Mon Jun 03 21:30:58 2019 +0900 |
committer | GitHub <noreply@github.com> | Mon Jun 03 21:30:58 2019 +0900 |
tree | 81d13661e09df4712009641eaba30e4599f1b776 | |
parent | 29ec4228106ed5f970d1c3666614f4a51bad192c [diff] |
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) This patch implements per opcode cache mechanism, and use it in only LOAD_GLOBAL opcode. Based on Yury's opcache3.patch in bpo-26219.