bpo-26219: per opcode cache for LOAD_GLOBAL by methane · Pull Request #12884 · python/cpython

@methane

This patch implements opcache only for LOAD_GLOBAL to ease review.

Based on Yury's opcache3.patch.

@methane

@methane

methane

@methane methane changed the title bpo-26219: opcode cache for LOAD_GLOBAL bpo-26219: per opcode cache for LOAD_GLOBAL

Apr 23, 2019

pitrou

@methane

@methane

JimJJewett

JimJJewett

JimJJewett

JimJJewett

@methane

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
This patch implements per opcode cache mechanism, and use it in
only LOAD_GLOBAL opcode.

Based on Yury's opcache3.patch in bpo-26219.