Title: Split opcodes into micro-ops · Issue #104909 · python/cpython · GitHub
Open Graph Title: Split opcodes into micro-ops · Issue #104909 · python/cpython
X Title: Split opcodes into micro-ops · Issue #104909 · python/cpython
Description: See faster-cpython/ideas#592. This project can be parallelized, and I could use help! Note that initially we don't have a tier-2 interpreter or instruction format defined yet, but the first stage of splitting doesn't require that. Remain...
Open Graph Description: See faster-cpython/ideas#592. This project can be parallelized, and I could use help! Note that initially we don't have a tier-2 interpreter or instruction format defined yet, but the first stage o...
X Description: See faster-cpython/ideas#592. This project can be parallelized, and I could use help! Note that initially we don't have a tier-2 interpreter or instruction format defined yet, but the first sta...
Opengraph URL: https://github.com/python/cpython/issues/104909
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Split opcodes into micro-ops","articleBody":"See https://github.com/faster-cpython/ideas/issues/592. This project can be parallelized, and I could use help!\r\n\r\nNote that initially we don't have a tier-2 interpreter or instruction format defined yet, but the first stage of splitting doesn't require that.\r\n\r\n### Remaining non-viable ops\r\n\r\nWith usage stats from the latest weekly pyperformance run (not all are uop candidates):\r\n\r\n```\r\n 956,835,460 YIELD_VALUE \r\n 490,121,077 SEND_GEN (specialization of SEND)\r\n 429,220,003 JUMP_FORWARD \r\n 410,623,920 EXTENDED_ARG \r\n 390,537,200 JUMP_BACKWARD_NO_INTERRUPT \r\n 250,483,954 RETURN_GENERATOR \r\n 239,793,181 CALL_LIST_APPEND (specialization of CALL)\r\n 168,297,543 CALL_KW \r\n 162,922,780 FOR_ITER_GEN (specialization of FOR_ITER)\r\n 157,442,920 CALL_PY_WITH_DEFAULTS (specialization of CALL)\r\n 145,986,780 BINARY_SUBSCR_GETITEM (specialization of BINARY_SUBSCR)\r\n 135,636,840 STORE_FAST_LOAD_FAST \r\n 83,118,452 MAKE_CELL \r\n 74,149,898 CALL_FUNCTION_EX \r\n 68,587,076 CALL_ALLOC_AND_ENTER_INIT (specialization of CALL)\r\n 49,897,724 STORE_ATTR_WITH_HINT (specialization of STORE_ATTR)\r\n 49,846,886 LOAD_ATTR_PROPERTY (specialization of LOAD_ATTR)\r\n 8,224,500 RERAISE \r\n 6,000,000 END_ASYNC_FOR \r\n 5,801,385 BEFORE_WITH \r\n 2,892,780 RAISE_VARARGS \r\n 1,850,040 IMPORT_FROM \r\n 1,813,620 IMPORT_NAME \r\n 240 CLEANUP_THROW \r\n 120 BEFORE_ASYNC_WITH \r\n ENTER_EXECUTOR \r\n LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN (specialization of LOAD_ATTR)\r\n```\r\n\r\n\u003c!-- gh-linked-prs --\u003e\r\n### Linked PRs\r\n* gh-104910\r\n* gh-105748\r\n* gh-106677\r\n* gh-106678\r\n* gh-107444\r\n* gh-109316\r\n* gh-109943\r\n* gh-110025\r\n* gh-110317\r\n* gh-110560\n\u003c!-- /gh-linked-prs --\u003e\r\n","author":{"url":"https://github.com/gvanrossum","@type":"Person","name":"gvanrossum"},"datePublished":"2023-05-24T23:28:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/104909/cpython/issues/104909"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:010c5c64-0b6a-b283-0f9a-8b01f53b228f |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BC14:A457C:11BFB9E:17C3F37:6969A9D9 |
| html-safe-nonce | caead7d2f8c60371ef17c875fb4632b9dc004b798f0f382863d35fefe7016208 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzE0OkE0NTdDOjExQkZCOUU6MTdDM0YzNzo2OTY5QTlEOSIsInZpc2l0b3JfaWQiOiI1OTY1NjM5NDIxOTE2NzE5NTc3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | df6bacfe99074f23f2f3d7f7256c51808d1237b907b9a8288c367d32be4526c2 |
| hovercard-subject-tag | issue:1724862413 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/104909/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ceec5a92b0da4303e805adec70f45e49b1b6848e5f5316221ffc5115ee190f7f/python/cpython/issues/104909 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ceec5a92b0da4303e805adec70f45e49b1b6848e5f5316221ffc5115ee190f7f/python/cpython/issues/104909 |
| og:image:alt | See faster-cpython/ideas#592. This project can be parallelized, and I could use help! Note that initially we don't have a tier-2 interpreter or instruction format defined yet, but the first stage o... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | gvanrossum |
| hostname | github.com |
| expected-hostname | github.com |
| None | 24c4c97a2d520cb286b35e1a4c22d7a4df3c26a2fa28dd7cdf0e65db327b4de7 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 124667f43168afb6c9c03b7c02eb5b1d2e1be3d9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width