Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
6052b12d 04/28/2025 07:10 PM Max Bernstein

ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)

  • Add rb_zjit_constcache_shareable

  • Add rb_zjit_multi_ractor_p

  • Replace GetConstantPath with Const if the IC is not empty

1e416685 04/28/2025 07:08 PM k0kubun (Takashi Kokubun)

ZJIT: Drop a duplicated call into optimize (#13196)

  • ZJIT: Drop a duplicated call into optimize

  • Update a comment

Co-authored-by: Max Bernstein


Co-authored-by: Max Bernstein

9996d692 04/28/2025 06:45 PM k0kubun (Takashi Kokubun)

Add comments for cryptic functions in iseq.c

58e3aa02 04/28/2025 04:25 PM k0kubun (Takashi Kokubun)

ZJIT: Drop trace_zjit_* instructions (#13189)

92641117 04/28/2025 03:38 PM jeremyevans (Jeremy Evans)

Support Marshal.{dump,load} for core Set

This was missed when adding core Set, because it's handled
implicitly for T_OBJECT.

Keep marshal compatibility between core Set and stdlib Set,
so you can unmarshal core Set with stdlib Set and vice versa.

Co-authored-by: Nobuyoshi Nakada

80a1a1bb 04/28/2025 12:50 PM rianmcguire (Rian McGuire)

YJIT: Fix potential infinite loop when OOM (GH-13186)

Avoid generating an infinite loop in the case where:

  1. Block first is adjacent to block second, and the branch from first to
    second is a fallthrough, and
  2. Block second immediately exits to the interpreter, and...
37db51b4 04/28/2025 10:55 AM nobu (Nobuyoshi Nakada)

Suppress error message when gc is cleaned already [ci skip]

73f8d0a9 04/28/2025 06:09 AM jeremyevans (Jeremy Evans)

Fix nondeterministic failure in test_latest_gc_info_weak_references_count

Clear the ary variable before setting it to nil. Otherwise, if
the previous ary value was somewhere on the stack, all references
in it would be considered live, and the wmap size would be 10000.

3ec7bfff 04/27/2025 09:59 AM byroot (Jean Boussier)

Use a set_table for rb_vm_struct.unused_block_warning_table

Now that we have a hash-set implementation we can use that
instead of a hash-table with a static value.

6874b289 04/27/2025 06:47 AM 刘皓

Free jump buffers leaked by cont_restore_thread in WASI builds

View all revisions | View revisions

Also available in: Atom