• jgruber's avatar
    [regexp] Port split · 05a55992
    jgruber authored
    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
    
    Review-Url: https://codereview.chromium.org/2401643002
    Cr-Commit-Position: refs/heads/master@{#40161}
    05a55992
bootstrapper.cc 187 KB