std.d.lexer: pre-voting review / discussion

deadalnix deadalnix at gmail.com
Wed Sep 11 18:54:20 PDT 2013


On Thursday, 12 September 2013 at 01:39:52 UTC, Walter Bright 
wrote:
> On 9/11/2013 6:30 PM, deadalnix wrote:
>> Indeed. What solution do you have in mind ?
>
> The solution dmd uses is to put in an intermediary layer that 
> saves the lookahead tokens in a linked list.

But then, you have an extra step when looking up every tokens + 
memory management overhead. How big is the performance 
improvement ?


More information about the Digitalmars-d mailing list