DescriptionInstanceof slow case bind is incorrect.
Currently, the bind for the slow label is after the pushing of the
args registers which renders the args pushing dead code because there
is a Ret preceeding it. The comments also imply that the arg pushing
should be part of the InvokeBuiltins tail call.
Committed: http://code.google.com/p/v8/source/detail?r=6198
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|