YJIT: Support empty splat and some block_arg calls to ivar getters (#9567)
These seem odd at first glance, but they're used with ... calls with Module#delegate from Active Support. These account for ~3% of fallback reasons in the lobsters benchmark.
...
Module#delegate
lobsters
YJIT: Support empty splat and some block_arg calls to ivar getters (#9567)
These seem odd at first glance, but they're used with
...calls withModule#delegatefrom Active Support. These account for ~3% of fallbackreasons in the
lobstersbenchmark.