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.
Committed: http://code.google.com/p/v8/source/detail?r=3243
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|