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

Unified Diff: runtime/vm/object.h

Issue 1489203004: Precompilation: Don't drop an uncompiled function if it has a compiled implicit closure function. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « no previous file | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 67bb18664844c0f2e3dd61bd81223045a07366ec..2bf1aa2a26da0919d847ae777a11f1e92739fccc 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1485,6 +1485,7 @@ class Class : public Object {
friend class Object;
friend class Type;
friend class Intrinsifier;
+ friend class Precompiler;
};
« no previous file with comments | « no previous file | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698