On 8/2/2012 11:37 PM, Jacob Carlborg wrote:
I'm not sure how easy it would be to just measure the lexing phase of DMD. If
it's easy someone would probably already have extracted the lexer from DMD.


You don't need to extract it to measure it. Just have it lex the source files in a loop, and time that loop.

Reply via email to