[pull] master from ruby:master#813
Merged
pull[bot] merged 11 commits intoturkdevops:masterfrom Feb 28, 2026
Merged
Conversation
Assume only one box (root box) and invalidate otherwise. Drops C calls to `rb_ivar_get_at_no_ractor_check`.
Before:
```
Top-20 calls to C functions from JIT code (77.3% of total 64,311,573):
rb_vm_opt_send_without_block: 11,939,854 (18.6%)
rb_hash_aref: 5,400,091 ( 8.4%)
rb_vm_invokeblock: 4,453,357 ( 6.9%)
rb_zjit_writebarrier_check_immediate: 4,279,890 ( 6.7%)
rb_vm_getinstancevariable: 3,504,908 ( 5.4%)
rb_vm_send: 3,103,424 ( 4.8%)
rb_ivar_get_at_no_ractor_check: 2,864,766 ( 4.5%)
rb_obj_is_kind_of: 2,313,479 ( 3.6%)
rb_hash_aset: 1,903,359 ( 3.0%)
Hash#fetch: 1,639,937 ( 2.5%)
rb_vm_setinstancevariable: 1,596,791 ( 2.5%)
rb_vm_opt_getconstant_path: 1,328,761 ( 2.1%)
rb_jit_ary_push: 960,563 ( 1.5%)
rb_ec_ary_new_from_values: 722,913 ( 1.1%)
rb_class_allocate_instance: 721,483 ( 1.1%)
fetch: 713,134 ( 1.1%)
rb_str_buf_append: 667,545 ( 1.0%)
rb_ivar_get: 585,817 ( 0.9%)
rb_hash_new_with_size: 520,347 ( 0.8%)
rb_vm_sendforward: 479,029 ( 0.7%)
```
After:
```
Top-20 calls to C functions from JIT code (76.5% of total 62,282,359):
rb_vm_opt_send_without_block: 11,939,850 (19.2%)
rb_hash_aref: 5,400,092 ( 8.7%)
rb_vm_invokeblock: 4,453,357 ( 7.2%)
rb_zjit_writebarrier_check_immediate: 4,279,893 ( 6.9%)
rb_vm_getinstancevariable: 3,504,920 ( 5.6%)
rb_vm_send: 3,103,441 ( 5.0%)
rb_obj_is_kind_of: 2,313,510 ( 3.7%)
rb_hash_aset: 1,903,359 ( 3.1%)
Hash#fetch: 1,639,937 ( 2.6%)
rb_vm_setinstancevariable: 1,596,797 ( 2.6%)
rb_vm_opt_getconstant_path: 1,328,761 ( 2.1%)
rb_jit_ary_push: 960,563 ( 1.5%)
rb_ivar_get_at_no_ractor_check: 835,498 ( 1.3%)
rb_ec_ary_new_from_values: 722,921 ( 1.2%)
rb_class_allocate_instance: 721,492 ( 1.2%)
fetch: 713,135 ( 1.1%)
rb_str_buf_append: 667,545 ( 1.1%)
rb_ivar_get: 585,815 ( 0.9%)
rb_hash_new_with_size: 520,348 ( 0.8%)
rb_vm_sendforward: 479,029 ( 0.8%)
```
The remaining `rb_ivar_get_at_no_ractor_check` are due to TypedData access, mostly on `Thread`.
Read NEWS.md locally when "news" is requested, parse stdlib updates, collect GitHub release ranges per gem, and optionally update NEWS.md in-place with sub-bullets and footnote links when --update is passed
Read include/ruby/version.h to compute the previous Ruby version and use it as the default FROM argument in tool/update-NEWS-github-release.rb. Add a workflow step to run the script for Ruby 4.0 in bundled_gems.yml Detect previous Ruby version in update script
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Currently, running `win32/configure.bat --prefix=` outputs `prefix = \=/` in the Makefile. Fix this to prevent invalid values from being output.
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 : )