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

Unified Diff: runtime/vm/isolate.cc

Issue 2683633005: Add exception handler cache to isolate (Closed)
Patch Set: Add exception handler cache to isolate Created 3 years, 10 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/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 75123ba20489bb95518cabc5ed2c530b754b89e8..480511360a08d653506d31a27ad7971a4897352a 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -845,7 +845,8 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
reload_every_n_stack_overflow_checks_(FLAG_reload_every),
reload_context_(NULL),
last_reload_timestamp_(OS::GetCurrentTimeMillis()),
- should_pause_post_service_request_(false) {
+ should_pause_post_service_request_(false),
+ handler_info_cache() {
NOT_IN_PRODUCT(FlagsCopyFrom(api_flags));
// TODO(asiva): A Thread is not available here, need to figure out
// how the vm_tag (kEmbedderTagId) can be set, these tags need to
« runtime/vm/isolate.h ('K') | « runtime/vm/isolate.h ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698