[pull] master from ruby:master#830
Merged
pull[bot] merged 3 commits intoturkdevops:masterfrom Mar 6, 2026
Merged
Conversation
ZJIT: Constant fold modulus (%) operations (#16168) Similar to the way ZJIT already folds +, -, and * operations. One complication is that the / operator behaves differently in Ruby than in Rust for negative values. For example in Ruby: ``` ruby -e "puts 7 / -3" # => -3 ``` vs Rust: ``` println!("{}", 7 / -3); // => -2 ``` My solution is to pass this through to cruby rb_fix_div_fix to do the calculation for us.
## Runtime Counters on lobsters (before/after Jacob's load-store opt) | Stat | Before | After | Delta | |------|--------|-------|-------| | load_field_count | 110,410,542 | 106,547,275 | -3,863,267 (-3.5%) | | store_field_count | 9,196,747 | 9,196,759 | ~unchanged | | guard_shape_count | 31,973,410 | 29,743,901 | -2,229,509 (-7.0%) |
Introduce PM_TOKEN_KEYWORD_DO_BLOCK to distinguish do-blocks on command-style calls from regular `do` keywords. Add parse_command_do_block to attach these blocks to call nodes. Track in_endless_def_body to prevent do-block consumption inside endless method definitions, allowing blocks to correctly bubble up to outer contexts like `private def f = puts "Hello" do end`. ruby/prism@7d17fd254b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )