Reviewers: Erik Corry, Message: Please check for ugliness. It might need a little refactoring in some places to not look like someone reimplementing recursion by hand. Suggestions welcome.
Description: Changed RegExp parser to use a recursive data structure instead of stack-based recursion. Shouldn't run out of stack space while parsing deeply nested regexps. Might be a little faster. Please review this at http://codereview.chromium.org/149069 Affected files: M src/parser.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
