Add simple optimization: check for (and skip) spaces and tabs immediately
before lexing a token. This speeds the common case where tokens are separated by small amount of whitespace. This makes a slight but reproducible positive effect lexing a preprocessed carbon.h. llvm-svn: 38691
Loading
Please register or sign in to comment