• Sigurd Schneider's avatar
    [turbofan] Add inlining for RegExp#test · 394d53d1
    Sigurd Schneider authored
    This CL adds a TFS stub for RegExp#test and moves several checks to
    the JSCallReducer. In particular, the JSCallReducer checks that
     - property {exec} on the regexp is still the original exec
     - property {lastIndex} on the regexp is a non-negative smi
    The stub does not repeat these checks in release mode.
    
    This effectively means that if the regexp is known, we can perform these
    checks at compile time, and get away with a map dependency.
    
    Bug: v8:7779, v8:7200
    
    Change-Id: I0c6d711d4f1d2f6f325a1c02855b0e1b62e014c8
    Reviewed-on: https://chromium-review.googlesource.com/1074654
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53630}
    394d53d1
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...