Here's some sample analysis output for the regexp (a|b|c|\w|\s):

--- 0x82caf40 ---
[\x9-\x9]: {4}
[\xB-\xB]: {4}
[ - ]: {4}
[0-0]: {3}
[A-A]: {3}
[_-_]: {3}
[a-a]: {0, 3}
[b-b]: {1, 3}
[c-c]: {2, 3}
[d-d]: {3}
[ - ]: {4}
[\x1680-\x1680]: {4}
[\x180E-\x180E]: {4}
[\x2000-\x2000]: {4}
[\x202F-\x202F]: {4}
[\x205F-\x205F]: {4}
[\x3000-\x3000]: {4}

The associated graph is attached.

On Mon, Nov 10, 2008 at 4:52 PM,  <[EMAIL PROTECTED]> wrote:
> Reviewers: lrn,
>
> Description:
> Added rudimentary analysis phase.  Still lots of work to do but now at
> least some basics are there.
>
> Please review this at http://codereview.chromium.org/10254
>
> Affected files:
>  M src/jsregexp-inl.h
>  M src/jsregexp.h
>  M src/jsregexp.cc
>  M src/string-stream.cc
>  M test/cctest/test-regexp.cc
>
>
>

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

<<inline: simple.svg>>

Reply via email to