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

Unified Diff: runtime/vm/object.cc

Issue 1930263002: Don't include dependent code arrays in snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 145791fdc209d4d1beda8287491bc1fc5c2bff52..ffc61dde4bb16a67c75dbef13a30343243dd18fe 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -2872,7 +2872,7 @@ bool Class::ValidatePostFinalizePatch(const Class& orig_class,
void Class::set_cha_codes(const Array& cache) const {
- StorePointer(&raw_ptr()->cha_codes_, cache.raw());
+ StorePointer(&raw_ptr()->dependent_code_, cache.raw());
}
« runtime/vm/object.h ('K') | « runtime/vm/object.h ('k') | runtime/vm/raw_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698