René's URL Explorer Experiment


Title: Sort `Instruction` variants + Ensure each holds a singular oparg type by ShaharNaveh · Pull Request #6312 · RustPython/RustPython · GitHub

Open Graph Title: Sort `Instruction` variants + Ensure each holds a singular oparg type by ShaharNaveh · Pull Request #6312 · RustPython/RustPython

X Title: Sort `Instruction` variants + Ensure each holds a singular oparg type by ShaharNaveh · Pull Request #6312 · RustPython/RustPython

Description: One of the changes made is to sort all variants alphabetically, this will makes it easier for finding if an instruction exist, especially when comparing it to https://github.com/python/cpython/blob/cfcd52490d6531f3b0e8ddd4bb2b40fb6baee854/Include/opcode_ids.h (which is sorted alphabetically). The second change I did was to change each named field to an associated value because we are only holding the oparg type. For example: Foo { index: Arg } to: Foo(Arg) IMO this has the following benefits: signals that the Instruction only holds the oparg type not the actual value. Will make the Instruction easier to auto-generate (what #6174 tried to do). The reason why we had named fields was because in the first iterations of the Instruction enum we held the actual oparg value as a named field inside the Instruction, which is no longer the case. IMO this enum should be renamed to Opcode and have a method called oparg that looks like: enum Opcode { Foo, Bar, ... } impl Opcode { fn oparg(self) -> Option { ... } } but that's a different discussion Summary by CodeRabbit Refactor Standardized the instruction/bytecode representation across the compiler, VM, and JIT for a simpler, more consistent surface. New Features Broader VM/JIT support for many additional bytecode operations, improving data-structure construction, call patterns, async/with, and iterator flows. Bug Fixes Improved import/name resolution, mapping/unpacking, exception unwinding, and async/context-manager protocol handling for more correct runtime behavior. ✏️ Tip: You can customize this high-level summary in your review settings.

Open Graph Description: One of the changes made is to sort all variants alphabetically, this will makes it easier for finding if an instruction exist, especially when comparing it to https://github.com/python/cpython/blob...

X Description: One of the changes made is to sort all variants alphabetically, this will makes it easier for finding if an instruction exist, especially when comparing it to https://github.com/python/cpython/blob...

Opengraph URL: https://github.com/RustPython/RustPython/pull/6312

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:86caf70f-da22-01a0-2f54-5b6a00ae292a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id86B8:266D37:4B6BE5:630711:696B4337
html-safe-nonce0ba7eca11d2ceb7e3ef950c64929caa8c169a668db02747760cd529a3d2d5d5d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NkI4OjI2NkQzNzo0QjZCRTU6NjMwNzExOjY5NkI0MzM3IiwidmlzaXRvcl9pZCI6IjU5NTIxOTQyMjAwNzAyMjQ2OTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac8e8ac5d5e14bb71fe6268cafe815cc785b29993521859fe5133ef32804365c50
hovercard-subject-tagpull_request:3055547346
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/RustPython/RustPython/pull/6312/files
twitter:imagehttps://avatars.githubusercontent.com/u/50263213?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/50263213?s=400&v=4
og:image:altOne of the changes made is to sort all variants alphabetically, this will makes it easier for finding if an instruction exist, especially when comparing it to https://github.com/python/cpython/blob...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git
octolytics-dimension-user_id39710557
octolytics-dimension-user_loginRustPython
octolytics-dimension-repository_id135201145
octolytics-dimension-repository_nwoRustPython/RustPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id135201145
octolytics-dimension-repository_network_root_nwoRustPython/RustPython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/6312/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6312%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F6312%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=RustPython%2FRustPython
Reloadhttps://github.com/RustPython/RustPython/pull/6312/files
Reloadhttps://github.com/RustPython/RustPython/pull/6312/files
Reloadhttps://github.com/RustPython/RustPython/pull/6312/files
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.4k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 21.7k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 278 https://github.com/RustPython/RustPython/issues
Pull requests 92 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects 0 https://github.com/RustPython/RustPython/projects
Wiki https://github.com/RustPython/RustPython/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/RustPython/RustPython/security
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
Insights https://github.com/RustPython/RustPython/pulse
Code https://github.com/RustPython/RustPython
Issues https://github.com/RustPython/RustPython/issues
Pull requests https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Wiki https://github.com/RustPython/RustPython/wiki
Security https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
ShaharNavehhttps://github.com/ShaharNaveh
RustPython:mainhttps://github.com/RustPython/RustPython/tree/main
ShaharNaveh:sort-insthttps://github.com/ShaharNaveh/RustPython/tree/sort-inst
Conversation 12 https://github.com/RustPython/RustPython/pull/6312
Commits 16 https://github.com/RustPython/RustPython/pull/6312/commits
Checks 12 https://github.com/RustPython/RustPython/pull/6312/checks
Files changed https://github.com/RustPython/RustPython/pull/6312/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
Sort Instruction variants + Ensure each holds a singular oparg type https://github.com/RustPython/RustPython/pull/6312/files#top
Show all changes 16 commits https://github.com/RustPython/RustPython/pull/6312/files
423fc3d Sort `Instruction` enum. Variants hold 1 element ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/423fc3db24041722974c017c640f304a18ef04b3
ef456a7 Fix `fmt_dis` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/ef456a7338441c34e3fbf8e762bde066c5c5c72f
e2a1dfa Fix `stack_effect` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/e2a1dfa3a27dd5410d096562a706d04d51b7eb12
0eed077 Fix `label_arg` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/0eed077ceb6d507d601c06ce87b4ee985387d583
e844cef Fix codegen compile ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/e844cef4f0d846876a35754f4f1c138db79cacb1
7659663 Fix `execute_instruction` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/7659663bbdd419bada38ab184150cd04ca0c2570
73b5b88 Sort `execute_instruction` match arms ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/73b5b884912112727e83f1714622fb4d56d5c95e
f59c99f Clippy ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/f59c99f58a272cdefc505fa15f61e6a011f5d32c
6d52107 Fix jit `add_instruction` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/6d5210750a91c3aada3a8dda8838250e6089cb5f
d5abcdb Sort match arms ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/d5abcdbd5bf2eda43ad249e80128e87f11ec444a
3a01e05 Missed one ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/3a01e053c46c0ee61c587324efb49ad2e1164c41
845cdd9 fix Jit's `process_instruction` ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/845cdd947cdf1f87a4b864693e75419139ae140d
f35d028 Sort arms ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/f35d02810e6a1c406fad00624fcc700d4f421471
6579723 Fix docs ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/65797233e6246413a500af1e3056c756c7920acb
7beb732 Merge remote-tracking branch 'upstream/main' into sort-inst ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/7beb7323db41a4516724937e480b44b25c35f07c
85b17af Add comments ShaharNaveh Nov 29, 2025 https://github.com/RustPython/RustPython/pull/6312/commits/85b17afdc97b382878fd82e81e61a51c9c4bd811
Clear filters https://github.com/RustPython/RustPython/pull/6312/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
compile.rs https://github.com/RustPython/RustPython/pull/6312/files#diff-6a53a11ca0aa1a372032c6b54644b8cda74af0c771efa40d3668da4a042cf7ca
bytecode.rs https://github.com/RustPython/RustPython/pull/6312/files#diff-14e38729fc9f6fc42fa6a3125689aa0034480a2cf3ebd59f1c4d1f40fdcd36a0
instructions.rs https://github.com/RustPython/RustPython/pull/6312/files#diff-36e044ffddf2822f0ab8bcb6bdf445990493bcb699f03d651634bdb5f9f360c9
common.rs https://github.com/RustPython/RustPython/pull/6312/files#diff-097fe98e7d715aa8f1b0a950ceee8aac99b9322d1916386c8f9b24784dca3cb7
frame.rs https://github.com/RustPython/RustPython/pull/6312/files#diff-03f2741d7d424014f3d2f0c82226be52fa58134aab34bf0780714ee67a248deb
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/6312/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.