• jgruber's avatar
    [stubs] Port SubStringStub to TurboFan · 49be3192
    jgruber authored
    This ports the platform-specific SubStringStub to TurboFan.
    
    It also contains a minor bug-fix for the case when the requested substring
    length equals the subject string length, but the start index is not equal to 0.
    The old stub implementation returned the subject string, while the new
    implementation calls into runtime, which finally results in a thrown exception.
    
    BUG=v8:5415
    
    Review-Url: https://codereview.chromium.org/2355793003
    Cr-Commit-Position: refs/heads/master@{#39653}
    49be3192
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...