Reviewers: Jakob,

Message:
PTAL

Description:
Remove deprecated v8::base::OS::nan_value().

Use std::numeric_limits<double>::quiet_NaN() and
std::numeric_limits<float>::quiet_NaN() instead.

Please review this at https://codereview.chromium.org/864803002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+129, -172 lines):
  M src/api.cc
  M src/assembler.cc
  M src/base/platform/platform.h
  M src/base/platform/platform-posix.cc
  M src/base/platform/platform-win32.cc
  M src/compiler/js-graph.cc
  M src/compiler/machine-operator-reducer.cc
  M src/heap/heap.cc
  M src/hydrogen.cc
  M src/hydrogen-instructions.cc
  M src/json-parser.h
  M src/mips/assembler-mips.cc
  M src/mips64/assembler-mips64.cc
  M src/objects.cc
  M src/objects-inl.h
  M src/runtime/runtime-numbers.cc
  M src/third_party/fdlibm/fdlibm.cc
  M src/types.cc
  M test/cctest/compiler/codegen-tester.cc
  M test/cctest/compiler/test-branch-combine.cc
  M test/cctest/compiler/test-js-constant-cache.cc
  M test/cctest/compiler/test-machine-operator-reducer.cc
  M test/cctest/compiler/test-run-machops.cc
  M test/cctest/compiler/value-helper.h
  M test/cctest/test-api.cc
  M test/cctest/test-assembler-ia32.cc
  M test/cctest/test-assembler-x87.cc
  M test/cctest/test-checks.cc
  M test/cctest/test-code-stubs.cc
  M test/cctest/test-conversions.cc
  M test/cctest/test-double.cc
  M test/cctest/test-types.cc
  M test/cctest/test-utils.cc
  M test/unittests/compiler/js-typed-lowering-unittest.cc
  M test/unittests/compiler/simplified-operator-reducer-unittest.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to