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

Unified Diff: src/v8globals.h

Issue 23480031: Enable preaging of code objects when --optimize-for-size. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Add missing ia32 lithium codegen. Created 7 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
Index: src/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 7fa2fd62c56035d7ef11559f39e7b28cee2da2e3..0de8c78c674c10d2bc834c2de2e82df2016f59cd 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -213,6 +213,7 @@ enum VisitMode {
// Flag indicating whether code is built into the VM (one of the natives files).
enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE };
+static const int kPrologueOffsetNotSet = -1;
danno 2013/10/04 16:30:09 This is probably better suited to be in codegen.h
rmcilroy 2013/10/07 10:56:13 It is needed in a number of .h files (heap.h, fact
// A CodeDesc describes a buffer holding instructions and relocation
// information. The instructions start at the beginning of the buffer

Powered by Google App Engine
This is Rietveld 408576698