Description[turbofan] Recognize fast path for Number.parseInt.
The Number.parseInt (and therefore the parseInt function on the global
object) are often used instead of Math.floor or just plain int32
truncation, and we can easily recognize those cases and provide a fast
path in TurboFan.
R=jarin@chromium.org
Committed: https://crrev.com/f50721d56d29ade284730739befc62b99cbf7645
Cr-Commit-Position: refs/heads/master@{#37518}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|