Browse Source
javac and the JIT are more likely to understand a boolean being used as a branch conditional than comparing int against 0 and 1. Rewrite NEXT_RES and NEXT_SRC constants to be booleans so the code is clarified for the JIT. Change-Id: I1bdd8b587a69572975a84609c779b9ebf877b85dstable-3.0
Shawn Pearce
12 years ago
1 changed files with 7 additions and 8 deletions
Loading…
Reference in new issue