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

Unified Diff: runtime/vm/pages.h

Issue 1584443002: VM: Precompiled rodata snapshot. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: win32, android build Created 4 years, 11 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
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index 17d1674d69c48d5c40eb13ad368b0ca810753975..ffce275e18d0795b5f0315605af3d5ee0503ee59 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -346,7 +346,8 @@ class PageSpace {
static intptr_t top_offset() { return OFFSET_OF(PageSpace, bump_top_); }
static intptr_t end_offset() { return OFFSET_OF(PageSpace, bump_end_); }
- void SetupInstructionsSnapshotPage(void* pointer, uword size);
+ void SetupInstructionsSnapshotPage(
rmacnak 2016/01/15 00:57:01 SetupExternalPage
Florian Schneider 2016/01/15 15:56:01 Done.
+ void* pointer, uword size, bool is_executable);
private:
// Ids for time and data records in Heap::GCStats.

Powered by Google App Engine
This is Rietveld 408576698