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

Unified Diff: pkg/kernel/binary.md

Issue 2659343002: Add IR nodes needed for deferred loading. (Closed)
Patch Set: Make deferred imports explicit in the IR Created 3 years, 11 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 | « no previous file | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/binary.md
diff --git a/pkg/kernel/binary.md b/pkg/kernel/binary.md
index a287dd6be83b9b2884a61d04c12ab347a3fb7af5..1a17221a9af55e7805751fada689a5ae3d26f749 100644
--- a/pkg/kernel/binary.md
+++ b/pkg/kernel/binary.md
@@ -664,6 +664,11 @@ type Let extends Expression {
Expression body;
}
+type LoadLibrary extends Expression {
+ Byte tag = 14;
+ LibraryReference library;
+}
+
sra1 2017/02/01 01:11:16 Do you need at add DeferredLibary and the check he
asgerf 2017/02/02 12:50:36 Yep. Updated.
abstract type Statement extends Node {}
type InvalidStatement extends Statement {
« no previous file with comments | « no previous file | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698