Project

General

Profile

« Previous | Next » 

Revision 5414de4b

Added by jhawthorn (John Hawthorn) almost 4 years ago

YJIT: Fix SP index with optarg and unordered kwarg

Previously when we were calling a method with an optional argument and
multiple keywords arguments which weren't in the order the receiver
expected we would use the wrong SP index to rearrange them.

Fixes Bug #18453