Reviewers: Erik Corry, Description: Introduced flat string reader abstraction which reads directly from a flat string independent of the character width. Replaced the stream-based input to the regexp parser with a flat string reader and dropped the 'next' field; now Next() reads directly from the string.
Please review this at http://codereview.chromium.org/11231 Affected files: M src/heap.h M src/heap.cc M src/jsregexp.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/parser.h M src/parser.cc M test/cctest/test-regexp.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
