Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: runtime/vm/benchmark_test.cc

Issue 221133002: Begins work on ARM64, first assembler test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: adds files Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/assembler_test.cc ('k') | runtime/vm/cha_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/benchmark_test.cc
===================================================================
--- runtime/vm/benchmark_test.cc (revision 34648)
+++ runtime/vm/benchmark_test.cc (working copy)
@@ -8,6 +8,7 @@
#include "bin/file.h"
#include "platform/assert.h"
+#include "platform/globals.h"
#include "vm/dart_api_impl.h"
#include "vm/stack_frame.h"
@@ -30,6 +31,8 @@
}
}
+// TODO(zra): Remove when tests are ready to enable.
+#if !defined(TARGET_ARCH_ARM64)
//
// Measure compile of all functions in dart core lib classes.
@@ -578,4 +581,6 @@
benchmark->set_score(elapsed_time);
}
+#endif // !defined(TARGET_ARCH_ARM64)
+
} // namespace dart
« no previous file with comments | « runtime/vm/assembler_test.cc ('k') | runtime/vm/cha_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698