| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
WalkthroughThis PR removes four deprecated bytecode instruction variants (Rotate2, Rotate3, Duplicate, Duplicate2) from the instruction set and replaces all usages with newer equivalents (CopyItem and Swap). Changes span the code generator, bytecode definition, JIT testing, and VM frame execution layers. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45–75 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
📜 Recent review details Configuration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 0e6e256 and bce1c66. ⛔ Files ignored due to path filters (1)
📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
crates/vm/src/frame.rs (2)crates/codegen/src/compile.rs (7) Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
@youknowone When running this on my local machine I had to cleanup all *.pyc files before running some tests, as otherwise the VM crashes. |
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
We'd better not to change it on same magic number, yep. But we didn't address it anywhere yet. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Implementing python/cpython#30902
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.