Description[turbofan] Add support for relevant ES6 type conversion intrinsics.
TurboFan didn't fully support the relevant ES6 type conversion
intrinsics like %_ToNumber, %_ToLength, %_ToName, %_ToString and
%_ToInteger until now, we always went to the runtime instead. These
intrinsics are now well supported in TurboFan, and we are even able to
generate quite decent code in some cases.
R=jarin@chromium.org
Committed: https://crrev.com/8d780560bdf9fba46dfa2ac9e508b9c131cbad69
Cr-Commit-Position: refs/heads/master@{#31820}
Patch Set 1 : Fixes #
Total comments: 3
Patch Set 2 : Address comments. #
Messages
Total messages: 13 (5 generated)
|