Project

General

Profile

Actions

Bug #21013

closed

Backport request for YJIT fix for `yield` with keyword arguments

Added by alanwu (Alan Wu) 28 days ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:120537]

Description

GitHub PR: https://github.com/ruby/ruby/pull/12525
The patch applies cleanly.

Programs like the following used to crash when run with YJIT:

def a = yield(x: 0)
1000.times { a { |x:| x } }

No data to display

Actions

Also available in: Atom PDF

Like0