Description[compiler] Tune lowering of CheckedUint32ToInt32.
Instead of creating a signed comparison with INT_MAX, create an unsigned
comparison with 0. This saves a few bytes in the generated code.
R=jarin@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2715513007
Cr-Commit-Position: refs/heads/master@{#43606}
Committed: https://chromium.googlesource.com/v8/v8/+/c56c2013adaa50028fb20f7579addfe014826ae2
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|