Reviewers: Christian Plesner Hansen, Description: * Fix regexp benchmark regression where we were doing work to make standard regexps like \s and . case independent. * Make use of the fact that the subject string is ASCII only when making character classes case independent. * Avoid spending time making large ideogram or punctuation ranges case independent when there is no case mapping anyway.
Please review this at http://codereview.chromium.org/378024 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/jsregexp.h M src/jsregexp.cc M test/cctest/test-regexp.cc M test/mjsunit/cyrillic.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
