DescriptionAdded %FlattenString and use it to speed up a regression test.
Flattening strings is relatively costly and by doing it after every duplication
we avoid combinatorial explosion.
Note that flattening could have been done by e.g. using a regular expression,
too, but this is just another implementation detail and %FlattenString seems
general enough to be useful in other tests, too.
Committed: http://code.google.com/p/v8/source/detail?r=13337
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed feedback. Rebased. #
Messages
Total messages: 4 (0 generated)
|