Extend big-disjunction optimization to case-independent regexps
authorerikcorry <erikcorry@chromium.org>
Wed, 24 Jun 2015 18:17:33 +0000 (11:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Jun 2015 18:17:41 +0000 (18:17 +0000)
commitd2135603bcf462e15a1284d8ed969f6692610dda
tree094e730dc18b309145b9f8f9412dfcb3cc5a13ca
parentb3bd7289f79c4412a39e638aec9283e339dc3eef
Extend big-disjunction optimization to case-independent regexps

R=yangguo@chromium.org
BUG=chromium:482998
LOG=n

Review URL: https://codereview.chromium.org/1182783009

Cr-Commit-Position: refs/heads/master@{#29264}
src/heap-snapshot-generator.cc
src/jsregexp.cc
src/list-inl.h
src/list.h
src/vector.h
test/mjsunit/regexp-sort.js [new file with mode: 0644]
test/mjsunit/regress/regress-crbug-482998.js