Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
f4b5566d 04/09/2026 03:18 AM nobu (Nobuyoshi Nakada)

mkmf: grep all occurrences in cpp output

Apple clang aborts if cpp output is closed in middle, and leaves the
preprocessed source and reproduction shell script.

aaa27ee0 04/09/2026 03:18 AM nobu (Nobuyoshi Nakada)

mkmf: Redirect egrep command input

f104525c 04/09/2026 03:18 AM nobu (Nobuyoshi Nakada)

mkmf: cpp_command in C++ mode

a4fa75ee 04/09/2026 02:25 AM dependabot[bot]

Bump taiki-e/install-action

Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.

Updates taiki-e/install-action from 2.75.0 to 2.75.1

6ccabf1e 04/08/2026 10:18 PM Max Bernstein

ZJIT: Guard an array is not frozen before popping from it

ddb60fe3 04/08/2026 10:18 PM Max Bernstein

ZJIT: Guard that an array is not frozen before modifying it

ArrayPush calls out to the fast-path, not checking for frozen-ness. In
debug mode, this leads to crashes. In release mode, silent erroneous
modifications.

9b6066c4 04/08/2026 10:18 PM Max Bernstein

ZJIT: Suggest correct command in bisect script

64a49051 04/08/2026 10:18 PM Max Bernstein

ZJIT: Detect bad configuration in make command in bisect script

b2432095 04/08/2026 10:18 PM Max Bernstein

ZJIT: Require Ruby 3.4+ in bisect script

b53186a4 04/08/2026 09:45 PM Max Bernstein

ZJIT: Load immediate into register before masking (#16677)

This otherwise causes a crash on e.g. https://github.com/ruby/ruby/pull/15220:

thread '<unnamed>' (18071) panicked at zjit/src/codegen.rs:2511:21:
internal error: entered unreachable code: with_num_bits should not be used for: Value(VALUE(19239180))...

View all revisions | View revisions

Also available in: Atom