DescriptionUse keyed-call inline caches in delegating yield
Since we can't assume anything about the shape of the iterator in a
yield* (delegating yield), use an IC to do the next() and throw()
iterator method calls.
BUG=v8:2691
R=rossberg@chromium.org
TEST=mjsunit/regress/regress-2691
Committed: http://code.google.com/p/v8/source/detail?r=15111
Patch Set 1 #Patch Set 2 : Rebase onto master, adapt to next -> send renaming #Patch Set 3 : Fix ARM compilation. #
Messages
Total messages: 6 (0 generated)
|