DescriptionRefactor the scanner interface
No need to create sub strings for lazy compiles. The scanner will start from the start position provided.
Moved the creating of character streams into the scanner where possible. This uses a input buffer in the scanner class instead of a stack allocated one.
Added a UTF16 buffer for reading external ascii strings (by templating the external two byte string one) as all the source for the builtins are exposed as external ascii strings.
Committed: http://code.google.com/p/v8/source/detail?r=4007
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 2 (0 generated)
|