Skip to content

Commit a750446

Browse files
committed
Improve code for shifts and bitwise operations.
- JavaScript shifts can be used for operands in certain ranges. - Coercion from signed-32 to unsigned-32 can be omitted if - it is a no-op - the context performs the coercion - the context is insensitive to the most significant bit [email protected] Review URL: https://codereview.chromium.org/1920293005 .
1 parent a9837e0 commit a750446

File tree

3 files changed

+275
-148
lines changed

3 files changed

+275
-148
lines changed

0 commit comments

Comments
 (0)