DescriptionFix resuming generator marked for optimization.
This fixes a corner case where the generator function of a suspended
generator has been marked for optimization. We assume the optimization
approach will cause a bailout because generators are not optimized. But
resuming is more resilient by always activating the unoptimized code.
R=neis@chromium.org,bmeurer@chromium.org
TEST=mjsunit/regress/regress-crbug-513471
BUG=chromium:513471
LOG=n
Committed: https://crrev.com/6ab9c1850f7b2c1225d63286c14d0b54687c5515
Cr-Commit-Position: refs/heads/master@{#35234}
Patch Set 1 #
Messages
Total messages: 17 (7 generated)
|