Revision: 19307
Author: [email protected]
Date: Wed Feb 12 08:27:25 2014 UTC
Log: A64: Remove debug tracing.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/160303002
http://code.google.com/p/v8/source/detail?r=19307
Modified:
/branches/experimental/a64/src/compiler.cc
/branches/experimental/a64/test/mjsunit/div-mod.js
=======================================
--- /branches/experimental/a64/src/compiler.cc Tue Feb 11 17:36:50 2014 UTC
+++ /branches/experimental/a64/src/compiler.cc Wed Feb 12 08:27:25 2014 UTC
@@ -314,15 +314,6 @@
// shared function object.
ASSERT(info()->shared_info()->code()->kind() == Code::FUNCTION);
- if (FLAG_trace_opt) {
- // TODO(jbramley): This was added to help analyse the behaviour of
- // Crankshaft for the A64 Crankshaft port. It should eventually be
deleted.
- Handle<JSFunction> function = info()->closure();
- PrintF("Attempting optimization of ");
- function->PrintName();
- PrintF(" / %" V8PRIxPTR "\n", reinterpret_cast<intptr_t>(*function));
- }
-
// We should never arrive here if optimization has been disabled on the
// shared function info.
ASSERT(!info()->shared_info()->optimization_disabled());
=======================================
--- /branches/experimental/a64/test/mjsunit/div-mod.js Wed Jan 22 11:44:47
2014 UTC
+++ /branches/experimental/a64/test/mjsunit/div-mod.js Wed Feb 12 08:27:25
2014 UTC
@@ -127,14 +127,13 @@
NaN,
0,
- // TODO(all): due to a bug in fmod(), modulos involving denormals
- // return the wrong result for glibc <= 2.16. Restore these cases when
- // development machines have been upgraded.
+ // Due to a bug in fmod(), modulos involving denormals
+ // return the wrong result for glibc <= 2.16.
// Details: http://sourceware.org/bugzilla/show_bug.cgi?id=14048
- // Number.MIN_VALUE,
- // 3 * Number.MIN_VALUE,
- // max_denormal,
+ Number.MIN_VALUE,
+ 3 * Number.MIN_VALUE,
+ max_denormal,
min_normal,
repeating_decimal,
--
--
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/groups/opt_out.