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

Unified Diff: runtime/vm/dart.cc

Issue 2903993002: Remember deopt-id -> context-level mappings in var descriptors. (Closed)
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
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 47b4221fda26c4d284c1c24613288ef790e5c383..e37497ce5dece16b2b27c585c35f9a44d7d35755 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -668,6 +668,10 @@ const char* Dart::FeaturesString(Isolate* isolate, Snapshot::Kind kind) {
#endif
if (Snapshot::IncludesCode(kind)) {
+ if (FLAG_support_debugger) {
+ buffer.AddString(" support-debugger");
+ }
+
// Checked mode affects deopt ids.
#define ADD_FLAG(name, isolate_flag, flag) \
do { \
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/debugger.h » ('j') | runtime/vm/debugger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698