Description[regexp] Port split
This CL ports RegExp.prototype[@@split] to C++. Performance
regressions are expected due to:
* Slow RegExpImpl::Exec implementation instead of RegExpExec
stub. We should be able to improve this by straight-lining
RegExpImpl::Exec.
* Slow Factory::NewSubString instead of SubStringStub.
* Slow elements access to lastMatchInfo.
These points will be addressed in a follow-up CL.
BUG=v8:5339
Committed: https://crrev.com/05a55992340593e406fe79df1f26a4a503f06c87
Cr-Commit-Position: refs/heads/master@{#40161}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comments #
Depends on Patchset: Messages
Total messages: 21 (14 generated)
|