DescriptionConstant-fold !<number>
The closure compiler reduces program size by replacing true with !0 and
false with !1. Unfortunately, the code generated for !0 and !1 contains
unnecessary jumps and deoptimization support.
Constant folding directly improves code quality.
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #
Total comments: 1
Patch Set 5 : '' #Patch Set 6 : '' #Messages
Total messages: 4 (0 generated)
|