• mstarzinger's avatar
    [deoptimizer] Preserve double bit patterns correctly. · 7376e12e
    mstarzinger authored
    This makes sure that the deoptimizer preserves the exact bit pattern of
    floating-point values (both 32-bit and 64-bit) up to the point where a
    potential {HeapNumber} is allocated. It in turn allows us to correctly
    recognize the {hole_nan_value} when stored into a {FixedDouleArray}.
    
    R=jarin@chromium.org
    TEST=mjsunit/regress/regress-crbug-684208
    BUG=chromium:684208
    
    Review-Url: https://codereview.chromium.org/2652303002
    Cr-Commit-Position: refs/heads/master@{#42679}
    7376e12e
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...