Skip to content
Commit eb54b597 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 03f83485
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment