Description[turbofan] Remove minus zero check for rhs of CheckedInt32Sub.
The only way to get a minus zero result from subtraction is
(-0) - (+0) = -0, hence checking for minus zero on the RHS is
redundant. This is causing some unnecessary deoptimisations
in Box2D from Octane on 32-bit platforms.
BUG=
Committed: https://crrev.com/bba8024db755c5f06016eb84f9ccf15283e0eb0d
Cr-Commit-Position: refs/heads/master@{#40207}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Adding TODO. #
Messages
Total messages: 15 (8 generated)
|