Skip to content

[pull] master from ruby:master#813

Merged
pull[bot] merged 11 commits intoturkdevops:masterfrom
ruby:master
Feb 28, 2026
Merged

[pull] master from ruby:master#813
pull[bot] merged 11 commits intoturkdevops:masterfrom
ruby:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 28, 2026

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 : )

tekknolagi and others added 11 commits February 27, 2026 15:00
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.
@pull pull bot locked and limited conversation to collaborators Feb 28, 2026
@pull pull bot added the ⤵️ pull label Feb 28, 2026
@pull pull bot merged commit 8fb5df2 into turkdevops:master Feb 28, 2026
1 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants