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

Unified Diff: runtime/vm/pages.cc

Issue 1362743003: Add simple VM test for precompiled code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: ia32 marked as fail instead of skip Created 5 years, 3 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/megamorphic_cache_table.cc ('k') | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.cc
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
index 40b6c05156f6e57f749a77cd711dab1efbc461c8..b8341e45ed7d19b3f1946829e8fae40574a77f29 100644
--- a/runtime/vm/pages.cc
+++ b/runtime/vm/pages.cc
@@ -1045,11 +1045,6 @@ void PageSpace::SetupInstructionsSnapshotPage(void* pointer, uword size) {
page->object_end_ = memory->end();
page->executable_ = true;
-#if defined(DEBUG)
- OS::Print("Precompiled instructions page at [0x%" Px ", 0x%" Px ")\n",
- page->object_start(), page->object_end());
-#endif
-
MutexLocker ml(pages_lock_);
if (exec_pages_ == NULL) {
exec_pages_ = page;
« no previous file with comments | « runtime/vm/megamorphic_cache_table.cc ('k') | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698