Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) | Pablo Galindo | 2020-10-20 | 1 | -0/+7 |
| | |||||
* | bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) | Inada Naoki | 2019-06-03 | 1 | -0/+27 |
This patch implements per opcode cache mechanism, and use it in only LOAD_GLOBAL opcode. Based on Yury's opcache3.patch in bpo-26219. |