• bmeurer's avatar
    [turbofan] Try hard(er) to use smi representation for float64 values. · 7709e41a
    bmeurer authored
    Previously ChangeLowering would always box float64 values when going to
    tagged representation, but that introduces a lot of deoptimizer loops
    and polymorphism into TurboFan, which is unfortunate and unnecessary.
    
    This adds some logic to ChangeFloat64ToTagged to try harder to create a
    Smi when going from Float64 to Tagged, instead of always allocating a
    HeapNumber.  This might need some additional tweaking, but at least it
    makes it possible to start comparing TurboFan and Crankshaft for some
    regular JavaScript.
    
    R=jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/1420913003
    
    Cr-Commit-Position: refs/heads/master@{#31609}
    7709e41a
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
runtime Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...