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

Unified Diff: src/bit-vector.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/ast/ast-numbering.cc ('k') | src/compiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bit-vector.cc
diff --git a/src/bit-vector.cc b/src/bit-vector.cc
index 0fbb01811a3971c97cf819a84053c0684c671f17..e6aec7efb16935675d535ed0677f5694daf8bcd1 100644
--- a/src/bit-vector.cc
+++ b/src/bit-vector.cc
@@ -5,6 +5,7 @@
#include "src/bit-vector.h"
#include "src/base/bits.h"
+#include "src/utils.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ast/ast-numbering.cc ('k') | src/compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698