Description[turbofan] Remove for-in support from the AstGraphBuilder.
The AstGraphBuilder is used for asm.js only and for-in is not allowed in
valid asm.js, so we can just disable optimization for asm.js functions
that contain for-in loops. This way we only need to support for-in via
the BytecodeGraphBuilder in TurboFan now, which will make optimizations
way easier.
R=yangguo@chromium.org
Review-Url: https://codereview.chromium.org/2679913004
Cr-Commit-Position: refs/heads/master@{#43024}
Committed: https://chromium.googlesource.com/v8/v8/+/d9c091dd60eb155c29702d69f8d90a9d5844009a
Patch Set 1 #
Total comments: 2
Messages
Total messages: 13 (6 generated)
|