Patch eliminates string length calculation when lexing a token. It lowers parsing time from 15 minutes to few seconds for 4MB MIR file on Ryzen7 4800H
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/CodeGen/MIRParser/MIParser.cpp | ||
---|---|---|
566 | drop_front(SkipChar) might be simpler/clearer? |
drop_front(SkipChar) might be simpler/clearer?