Proposal for SentinelInputRange

Walter Bright newshound2 at digitalmars.com
Thu Feb 28 09:02:53 PST 2013


On 2/28/2013 7:40 AM, Steven Schveighoffer wrote:
> If you look at lexer.c, case 0 is the first test.

No, it is not. It is actually a table lookup - all done in parallel.

     jmp cases[character]



More information about the Digitalmars-d mailing list