Commit a7ec6f8
committed
Arrange for zero to be canonical
We find that it is common for large ranges of chars to be false -- and that
means that it is plausibly common for us to ask about a word that is entirely
empty. Therefore, we should make sure that we do not need to rotate bits or
otherwise perform some operation to map to the zero word; canonicalize it first
if possible.1 parent 233ab2f commit a7ec6f8
File tree
2 files changed
+242
-253
lines changed- src
- libcore/unicode
- tools/unicode-table-generator/src
2 files changed
+242
-253
lines changed
0 commit comments