suggestion: clean white space / end of line definition

Walter Bright newshound at digitalmars.com
Tue Oct 31 21:35:17 PST 2006


There is a problem though with replacing it all with a function - lexing 
speed. Lexing speed is critically dependent on being able to consume 
whitespace fast, hence all the inline code to do it. Running the source 
through two passes makes it half as fast.



More information about the Digitalmars-d mailing list