René's URL Explorer Experiment


Title: Issue 26219: implement per-opcode cache in ceval - Python tracker

Mail addresses
report@bugs.python.org
mark@hotpy.org

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/70407 https://github.com/python/cpython/issues/70407
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
26058https://bugs.python.org/issue26058
26110https://bugs.python.org/issue26110
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
opcache1.patchhttps://bugs.python.org/file41729/opcache1.patch
reviewhttps://bugs.python.org/review/26219/#ps16436
opcache2.patchhttps://bugs.python.org/file41776/opcache2.patch
reviewhttps://bugs.python.org/review/26219/#ps16472
opcache3.patchhttps://bugs.python.org/file42658/opcache3.patch
reviewhttps://bugs.python.org/review/26219/#ps17113
PR 12884https://github.com/python/cpython/pull/12884
PR 13775https://github.com/python/cpython/pull/13775
PR 13809https://github.com/python/cpython/pull/13809
PR 13997https://github.com/python/cpython/pull/13997
PR 14000https://github.com/python/cpython/pull/14000
https://github.com/1st1/cpython/tree/opcache5https://github.com/1st1/cpython/tree/opcache5
msg259040https://bugs.python.org/issue26219#msg259040
(view)https://bugs.python.org/msg259040
msg259042https://bugs.python.org/issue26219#msg259042
(view)https://bugs.python.org/msg259042
https://mail.python.org/pipermail/python-dev/2016-January/142945.htmlhttps://mail.python.org/pipermail/python-dev/2016-January/142945.html
msg259051https://bugs.python.org/issue26219#msg259051
(view)https://bugs.python.org/msg259051
msg259052https://bugs.python.org/issue26219#msg259052
(view)https://bugs.python.org/msg259052
msg259060https://bugs.python.org/issue26219#msg259060
(view)https://bugs.python.org/msg259060
https://gist.github.com/1st1/aed69d63a2ff4de4c7behttps://gist.github.com/1st1/aed69d63a2ff4de4c7be
msg259064https://bugs.python.org/issue26219#msg259064
(view)https://bugs.python.org/msg259064
PEP 509https://www.python.org/dev/peps/pep-0509/
PEP 509https://www.python.org/dev/peps/pep-0509/
msg259065https://bugs.python.org/issue26219#msg259065
(view)https://bugs.python.org/msg259065
PEP 509https://www.python.org/dev/peps/pep-0509/
msg259344https://bugs.python.org/issue26219#msg259344
(view)https://bugs.python.org/msg259344
#26058https://bugs.python.org/issue26058
#26110https://bugs.python.org/issue26110
msg259371https://bugs.python.org/issue26219#msg259371
(view)https://bugs.python.org/msg259371
test/test_descr.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_descr.py#L4176
test/test_sys.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_sys.py#L895
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1475
test/test_gdb.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_gdb.py#L857
msg259410https://bugs.python.org/issue26219#msg259410
(view)https://bugs.python.org/msg259410
msg259522https://bugs.python.org/issue26219#msg259522
(view)https://bugs.python.org/msg259522
Python/compile.chttps://github.com/python/cpython/blob/master/Python/compile.c
msg259523https://bugs.python.org/issue26219#msg259523
(view)https://bugs.python.org/msg259523
Python/compile.chttps://github.com/python/cpython/blob/master/Python/compile.c
msg262623https://bugs.python.org/issue26219#msg262623
(view)https://bugs.python.org/msg262623
#26647https://bugs.python.org/issue26647
https://bugs.python.org/issue26647#msg262622https://bugs.python.org/issue26647#msg262622
msg264528https://bugs.python.org/issue26219#msg264528
(view)https://bugs.python.org/msg264528
PEP 509https://www.python.org/dev/peps/pep-0509/
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264532https://bugs.python.org/issue26219#msg264532
(view)https://bugs.python.org/msg264532
https://mail.python.org/pipermail/python-dev/2016-February/143025.htmlhttps://mail.python.org/pipermail/python-dev/2016-February/143025.html
msg264533https://bugs.python.org/issue26219#msg264533
(view)https://bugs.python.org/msg264533
msg264534https://bugs.python.org/issue26219#msg264534
(view)https://bugs.python.org/msg264534
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264658https://bugs.python.org/issue26219#msg264658
(view)https://bugs.python.org/msg264658
issue 26110https://bugs.python.org/issue26110
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264660https://bugs.python.org/issue26219#msg264660
(view)https://bugs.python.org/msg264660
msg264664https://bugs.python.org/issue26219#msg264664
(view)https://bugs.python.org/msg264664
issue 26110https://bugs.python.org/issue26110
PEP 509https://www.python.org/dev/peps/pep-0509/
https://gist.github.com/1st1/b1978e17ee8b82cc6432https://gist.github.com/1st1/b1978e17ee8b82cc6432
PEP 509https://www.python.org/dev/peps/pep-0509/
PEP 509https://www.python.org/dev/peps/pep-0509/
PEP 509https://www.python.org/dev/peps/pep-0509/
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264671https://bugs.python.org/issue26219#msg264671
(view)https://bugs.python.org/msg264671
issue 26110https://bugs.python.org/issue26110
issue 26647https://bugs.python.org/issue26647
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264674https://bugs.python.org/issue26219#msg264674
(view)https://bugs.python.org/msg264674
issue 26110https://bugs.python.org/issue26110
issue 26647https://bugs.python.org/issue26647
PEP 509https://www.python.org/dev/peps/pep-0509/
msg264676https://bugs.python.org/issue26219#msg264676
(view)https://bugs.python.org/msg264676
msg310845https://bugs.python.org/issue26219#msg310845
(view)https://bugs.python.org/msg310845
msg310956https://bugs.python.org/issue26219#msg310956
(view)https://bugs.python.org/msg310956
msg310960https://bugs.python.org/issue26219#msg310960
(view)https://bugs.python.org/msg310960
msg310961https://bugs.python.org/issue26219#msg310961
(view)https://bugs.python.org/msg310961
msg310965https://bugs.python.org/issue26219#msg310965
(view)https://bugs.python.org/msg310965
msg311028https://bugs.python.org/issue26219#msg311028
(view)https://bugs.python.org/msg311028
msg344418https://bugs.python.org/issue26219#msg344418
(view)https://bugs.python.org/msg344418
91234a16367b56ca03ee289f7c03a34d4cfec4c8https://hg.python.org/lookup/91234a16367b56ca03ee289f7c03a34d4cfec4c8
bpo-26219https://bugs.python.org/issue26219
GH-12884https://github.com/python/cpython/pull/12884
https://github.com/python/cpython/commit/91234a16367b56ca03ee289f7c03a34d4cfec4c8https://github.com/python/cpython/commit/91234a16367b56ca03ee289f7c03a34d4cfec4c8
msg344419https://bugs.python.org/issue26219#msg344419
(view)https://bugs.python.org/msg344419
msg344421https://bugs.python.org/issue26219#msg344421
(view)https://bugs.python.org/msg344421
395420e2a35937fa9777fc3c8b0086629db95e27https://hg.python.org/lookup/395420e2a35937fa9777fc3c8b0086629db95e27
bpo-26219https://bugs.python.org/issue26219
GH-13775https://github.com/python/cpython/pull/13775
https://github.com/python/cpython/commit/395420e2a35937fa9777fc3c8b0086629db95e27https://github.com/python/cpython/commit/395420e2a35937fa9777fc3c8b0086629db95e27
msg344470https://bugs.python.org/issue26219#msg344470
(view)https://bugs.python.org/msg344470
bpo-37146https://bugs.python.org/issue37146
msg344587https://bugs.python.org/issue26219#msg344587
(view)https://bugs.python.org/msg344587
ea9f168957f7236aae2185f65e0dc608a9a7a37bhttps://hg.python.org/lookup/ea9f168957f7236aae2185f65e0dc608a9a7a37b
bpo-26219https://bugs.python.org/issue26219
GH-13809https://github.com/python/cpython/pull/13809
https://github.com/python/cpython/commit/ea9f168957f7236aae2185f65e0dc608a9a7a37bhttps://github.com/python/cpython/commit/ea9f168957f7236aae2185f65e0dc608a9a7a37b
msg344591https://bugs.python.org/issue26219#msg344591
(view)https://bugs.python.org/msg344591
msg345300https://bugs.python.org/issue26219#msg345300
(view)https://bugs.python.org/msg345300
376ce9852eec4e97745c723f0dd0fe64383c6cd3https://hg.python.org/lookup/376ce9852eec4e97745c723f0dd0fe64383c6cd3
bpo-26219https://bugs.python.org/issue26219
GH-13997https://github.com/python/cpython/pull/13997
https://github.com/python/cpython/commit/376ce9852eec4e97745c723f0dd0fe64383c6cd3https://github.com/python/cpython/commit/376ce9852eec4e97745c723f0dd0fe64383c6cd3
msg345315https://bugs.python.org/issue26219#msg345315
(view)https://bugs.python.org/msg345315
996e52623af3854552d41751e0c2522bc0a7e84fhttps://hg.python.org/lookup/996e52623af3854552d41751e0c2522bc0a7e84f
bpo-26219https://bugs.python.org/issue26219
GH-13997https://github.com/python/cpython/pull/13997
GH-14000https://github.com/python/cpython/pull/14000
https://github.com/python/cpython/commit/996e52623af3854552d41751e0c2522bc0a7e84fhttps://github.com/python/cpython/commit/996e52623af3854552d41751e0c2522bc0a7e84f
msg354089https://bugs.python.org/issue26219#msg354089
(view)https://bugs.python.org/msg354089
msg354090https://bugs.python.org/issue26219#msg354090
(view)https://bugs.python.org/msg354090
https://github.com/python/cpython/pull/12884#issuecomment-485091040https://github.com/python/cpython/pull/12884#issuecomment-485091040
https://github.com/methane/sandbox/tree/master/2019/opcache_load_global#opcache-for-load_globalhttps://github.com/methane/sandbox/tree/master/2019/opcache_load_global#opcache-for-load_global
msg354091https://bugs.python.org/issue26219#msg354091
(view)https://bugs.python.org/msg354091
msg354122https://bugs.python.org/issue26219#msg354122
(view)https://bugs.python.org/msg354122
msg354181https://bugs.python.org/issue26219#msg354181
(view)https://bugs.python.org/msg354181
eric.snowhttps://bugs.python.org/user14000
msg354181https://bugs.python.org/msg354181
msg354122https://bugs.python.org/msg354122
msg354091https://bugs.python.org/msg354091
msg354090https://bugs.python.org/msg354090
Mark.Shannonhttps://bugs.python.org/user13034
msg354089https://bugs.python.org/msg354089
msg345315https://bugs.python.org/msg345315
pull_request13863https://bugs.python.org/pull_request13863
msg345300https://bugs.python.org/msg345300
pull_request13860https://bugs.python.org/pull_request13860
msg344591https://bugs.python.org/msg344591
msg344587https://bugs.python.org/msg344587
pull_request13693https://bugs.python.org/pull_request13693
msg344470https://bugs.python.org/msg344470
msg344421https://bugs.python.org/msg344421
pull_request13662https://bugs.python.org/pull_request13662
msg344419https://bugs.python.org/msg344419
msg344418https://bugs.python.org/msg344418
pull_request12809https://bugs.python.org/pull_request12809
msg311028https://bugs.python.org/msg311028
msg310965https://bugs.python.org/msg310965
msg310961https://bugs.python.org/msg310961
msg310960https://bugs.python.org/msg310960
ned.deilyhttps://bugs.python.org/user5248
methanehttps://bugs.python.org/user10371
msg310956https://bugs.python.org/msg310956
msg310845https://bugs.python.org/msg310845
Jim Fasarakis-Hilliardhttps://bugs.python.org/user24440
Roy Williamshttps://bugs.python.org/user24652
Ryan Mayhttps://bugs.python.org/user24600
jstasiakhttps://bugs.python.org/user18304
josh.rhttps://bugs.python.org/user19135
msg264676https://bugs.python.org/msg264676
msg264674https://bugs.python.org/msg264674
msg264671https://bugs.python.org/msg264671
msg264664https://bugs.python.org/msg264664
msg264660https://bugs.python.org/msg264660
msg264658https://bugs.python.org/msg264658
opcache3.patchhttps://bugs.python.org/file42658
msg264534https://bugs.python.org/msg264534
msg264533https://bugs.python.org/msg264533
msg264532https://bugs.python.org/msg264532
gvanrossumhttps://bugs.python.org/user5
msg264528https://bugs.python.org/msg264528
msg262623https://bugs.python.org/msg262623
msg259523https://bugs.python.org/msg259523
francismbhttps://bugs.python.org/user14385
msg259522https://bugs.python.org/msg259522
msg259410https://bugs.python.org/msg259410
msg259371https://bugs.python.org/msg259371
opcache2.patchhttps://bugs.python.org/file41776
msg259344https://bugs.python.org/msg259344
msg259065https://bugs.python.org/msg259065
msg259064https://bugs.python.org/msg259064
msg259060https://bugs.python.org/msg259060
msg259052https://bugs.python.org/msg259052
msg259051https://bugs.python.org/msg259051
PEP 509: Add ma_version to PyDictObjecthttps://bugs.python.org/issue26058
Speedup method calls 1.2xhttps://bugs.python.org/issue26110
ncoghlanhttps://bugs.python.org/user1309
vstinnerhttps://bugs.python.org/user2377
opcache1.patchhttps://bugs.python.org/file41729
patchhttps://bugs.python.org/keyword2
msg259042https://bugs.python.org/msg259042
brett.cannonhttps://bugs.python.org/user37
msg259040https://bugs.python.org/msg259040
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.