• bmeurer's avatar
    [turbofan] Remove unused constructor function matching from typer. · 722e2e2b
    bmeurer authored
    This optimization never triggers currently, and is inherently native
    context dependent for no real reason (for example it will not properly
    detect those constructors in the case of cross native context inlining),
    plus it is slow and awkward.  In case we really need this functionality
    at some point, we should find a way to make it work with the builtin
    function id mechanism that is already in place to match other builtins.
    
    R=jarin@chromium.org,rossberg@chromium.org
    
    Review URL: https://codereview.chromium.org/1221683006
    
    Cr-Commit-Position: refs/heads/master@{#29365}
    722e2e2b
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest 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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...