Project

General

Profile

« Previous | Next » 

Revision 32c58753

Added by jeremyevans (Jeremy Evans) over 1 year ago

Fix splatarray false peephole optimization for f(*ary, **kw, &block)

This optimization stopped being using when the splatkw VM instruction
was added. This change allows the optimization to apply again. This
also optimizes the following cases:

super(*ary, **kw, &block)
f(...)
super(...)