Project

General

Profile

Actions

Bug #20192

closed

YJIT in 3.3.0 miscompiles `yield` with keyword splats

Added by alanwu (Alan Wu) 4 months ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-linux]
[ruby-core:116311]

Description

Test with:

def splat_kw(kwargs) = yield(**kwargs)

p splat_kw({}) { _1 }
% ruby --yjit-call-threshold=1 test.rb 
{}
% ruby test.rb
nil 
Actions

Also available in: Atom PDF

Like0