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

Unified Diff: src/zone/zone.cc

Issue 2618553004: [compiler] Collect eager inner functions for compilation during renumbering. (Closed)
Patch Set: Address comments and remove field from ParseInfo Created 3 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
« no previous file with comments | « src/utils.h ('k') | src/zone/zone-chunk-list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/zone/zone.cc
diff --git a/src/zone/zone.cc b/src/zone/zone.cc
index 7228081d7d75825d362229d5a28c4f2312700373..05d68defcd68f6810bd3c83e78d45e4bd79e2762 100644
--- a/src/zone/zone.cc
+++ b/src/zone/zone.cc
@@ -6,6 +6,7 @@
#include <cstring>
+#include "src/utils.h"
#include "src/v8.h"
#ifdef V8_USE_ADDRESS_SANITIZER
« no previous file with comments | « src/utils.h ('k') | src/zone/zone-chunk-list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698