Patch forthcoming.
This is freakishly weird because of how op_call_varargs gets its arguments. I think we can make it work, though. The important thing is that the ByteCodeParser needs to use the firstFreeRegister operand to decode how to lay out the call as if it was a normal call, and then to emit a sled of SetLocal's representing the arguments - again, as if this had been a normal call. Those SetLocals would be ImmediateSet. Anyway, it'l be super amazing.
Created attachment 222130 [details] getting there It still has OSR exit issues but it's starting to look like something.
Created attachment 222144 [details] the patch
Landed in http://trac.webkit.org/changeset/162739