std.d.lexer requirements

Walter Bright newshound2 at digitalmars.com
Thu Aug 2 23:59:29 PDT 2012


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.



More information about the Digitalmars-d mailing list