DescriptionFix test-parsing/InnerAssignment.
It looks like it tried to trigger lazy inner function parsing by
inserting a comment into an inner function.
1) We don't have lazy inner functions yet.
2) Even if we had, there's no way this heuristic could trigger laziness:
we need to do the laziness decision upfront, without looking at the
contents / size of the function.
3) Some of the combinations were weird: lazy_outer but non-lazy inner?
In the current heuristics, only the total script size affects laziness;
in particular, it doesn't matter where the long comment is.
R=mstarzinger@chromium.org
BUG=
Committed: https://crrev.com/83207f4853b8c833717e2c340bfebc070de4915d
Cr-Commit-Position: refs/heads/master@{#39673}
Patch Set 1 #
Messages
Total messages: 9 (5 generated)
|