Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
a24922a6 11/20/2025 08:56 AM nobu (Nobuyoshi Nakada)

Remove stale declaration

rb_zjit_option_enabled_p seems no longer used/defined since
ruby/ruby#f84bbb423836d9d0d018b8ab71ecceb5868fd5be.

d755052a 11/20/2025 08:42 AM nobu (Nobuyoshi Nakada)

Remove wrong test

realloc is not guaranteed to return the same address when shrinking.

2c42f7c6 11/20/2025 07:59 AM nobu (Nobuyoshi Nakada)

[ruby/resolv] Move minimal registry access to the extension

Now win32/registry depends on fiddle, and its conversion is complex
and too generic for the purpose of resolv.

https://github.com/ruby/resolv/commit/bd24870d2d

4c752508 11/20/2025 02:42 AM git[bot]

Update default gems list at 0653a01ada3c3c286de128074b58b3 [ci skip]

0653a01a 11/20/2025 02:41 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Bump up to 4.0.0.beta1

https://github.com/ruby/rubygems/commit/9be811c01a

167c3dba 11/20/2025 12:03 AM alanwu (Alan Wu)

Omit a test on s390x linux tripping over a git bug

This test has been reliably failing on recent trunk versions.

See: https://github.com/ruby/ruby/actions/runs/19519712433/job/55880266450#step:14:120

f5f69d41 11/19/2025 11:25 PM peterzhu2118 (Peter Zhu)

Implement heap_final_slots in GC.stat_heap

[Feature #20408]

83bf0542 11/19/2025 11:25 PM peterzhu2118 (Peter Zhu)

Implement heap_free_slots in GC.stat_heap

[Feature #20408]

fa02d7a0 11/19/2025 11:25 PM peterzhu2118 (Peter Zhu)

Implement heap_live_slots in GC.stat_heap

[Feature #20408]

2cd792a1 11/19/2025 11:14 PM alanwu (Alan Wu)

ZJIT: Fix assertion failure when profiling VM_BLOCK_HANDLER_NONE

As can be seen in vm_block_handler_verify(), VM_BLOCK_HANDLER_NONE is
not a valid argument for vm_block_handler(). Store nil in the profiler
when seen instead of crashing.

View all revisions | View revisions

Also available in: Atom