Request for comments: std.d.lexer
Brian Schott
briancschott at gmail.com
Sun Feb 3 16:41:45 PST 2013
On Monday, 4 February 2013 at 00:38:57 UTC, FG wrote:
> On 2013-02-04 01:22, Brian Schott wrote:
>> After several hours of optimizing I've managed to make it so
>> that dmd's lexer is
>> only three times faster.
>
> What are you comparing here? How do you time DMD's lexing stage?
A simple hack of module.c that prints out the file's token count
and then calls exit(0).
More information about the Digitalmars-d
mailing list