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

Unified Diff: runtime/vm/thread.cc

Issue 2901103004: Experimental code to detect transitive closure of parser code which causes new-space allocations
Patch Set: Created 3 years, 7 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/thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index 0bc57d40c29969da53224ec95f0c73aece6c01df..d5de0a8c7f47f7c7d9e57e3ff64ada69056d4dbd 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -64,6 +64,7 @@ Thread::Thread(Isolate* isolate)
stack_limit_(0),
stack_overflow_flags_(0),
isolate_(NULL),
+ inside_parser_(false),
heap_(NULL),
top_exit_frame_info_(0),
store_buffer_block_(NULL),
« no previous file with comments | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698