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]
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]