DescriptionPPC: [turbofan] First step towards sanitizing for-in and making it optimizable.
Port e2e47f30be06e6ea6b8a3cc90138381914ecd07d
Original commit message:
In a nutshell: The FILTER_KEY builtin is gone, and was replaced by a
simple runtime call to ForInFilter, which does everything and is even
cheaper (because FILTER_KEY used to call into the runtime anyway).
And ForInFilter returns either the name or undefined, which makes it
possible to remove the control flow construction from the AstGraphBuilder,
and thereby make both the initialization and the per-loop code of for-in
optimizable later (in typed lowering).
R=bmeurer@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/710baad489facc04b122ca25c77aefb42327813d
Cr-Commit-Position: refs/heads/master@{#28734}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|