Description[turbofan] Optimize CheckedInt32Mod with unknown power of 2 right hand side.
We have a similar optimization for unchecked integer modulus, which
already boosted some asm.js use cases. Now this optimization is almost
as effcient as Crankshafts known power of 2 right hand side optimization
for modulus, but it can still deal with any rhs (except 0), and doesn't
require the interpreter to also collect known power of two rhs feedback.
R=jarin@chromium.org
Committed: https://crrev.com/b418b2c419429bdac1527fa1e32325e97e75a8ad
Cr-Commit-Position: refs/heads/master@{#38187}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|