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

Unified Diff: README.md

Issue 2441603002: Remove obsolete part of readme (Closed)
Patch Set: Add another section about linking Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 70da09720d4a12faa1abdd15c134019b165558bd..8239a3d8193f998e5b8716fcf81e14ace63c6812 100644
--- a/README.md
+++ b/README.md
@@ -61,14 +61,7 @@ pub run test
```
-Library and Program Files
+Linking
-------------------------
-Kernel distinguishes between **library files** and **program files**.
-
-Program files are self-contained and cannot reference anything outside the file.
-Library files contain exactly one library and can import other libraries by a
-URI equivalent to how imports work in a .dart file.
-
-Library files are a provisional concept and should not be used for anything
-serious yet, but can be used for quick experiments, like measuring the binary
-file size on a per-library basis.
+Linking from binary files is not yet implemented. In order to compile a whole
+program, currently everything must be compiled from source at once.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698