Chromium Code Reviews
DescriptionFurther bitop optimizations
- avoid unsigned coercion when result is compared with constant
- avoid unsigned coercion when result is shifted right unsigned
- avoid call when right shift result has bits affected by sign bit masked out
- use values of named constants
R=vsm@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/48d75079fbdf95db90a65ef5985863853222bb87
Patch Set 1 #Patch Set 2 : (x >> N) & M #Patch Set 3 : bugfix + understand named constants #Patch Set 4 : merge #Patch Set 5 : #Patch Set 6 : rebase #Messages
Total messages: 7 (4 generated)
|