diff options
| author | Gabriel Lacroix <gabriel.lacroix@shopify.com> | 2024-07-02 14:34:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 18:34:48 +0000 |
| commit | 4d94d28a4a9b3f5d39144da581e735c82dbc1074 (patch) | |
| tree | 59c38191a03646da377dd51219a157c320695c30 /array.c | |
| parent | d25b74b32cbce4fcaed503f124fa8e7d721f18bf (diff) | |
YJIT: Inline simple ISEQs with unused keyword parameters
This commit expands inlining for simple ISeqs to accept
callees that have unused keyword parameters and callers
that specify unused keywords. The following shows 2 new
callsites that will be inlined:
```ruby
def let(a, checked: true) = a
let(1)
let(1, checked: false)
```
Co-authored-by: Kaan Ozkan <kaan.ozkan@shopify.com>
Diffstat (limited to 'array.c')
0 files changed, 0 insertions, 0 deletions
