summaryrefslogtreecommitdiffstats
path: root/clang/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-10 18:48:21 +0000
committerChris Lattner <sabre@nondot.org>2006-08-10 18:48:21 +0000
commit2b18b7faa713aed3caad80b100f78a88c5c524d5 (patch)
treec15e21c703e8ba35a2357d4ad1b04b58c5c2f62d /clang/README.txt
parenteb8a28f7b7bd12385f27fa2314a86357009bd43b (diff)
downloadbcm5719-llvm-2b18b7faa713aed3caad80b100f78a88c5c524d5.tar.gz
bcm5719-llvm-2b18b7faa713aed3caad80b100f78a88c5c524d5.zip
Add some notes
llvm-svn: 38856
Diffstat (limited to 'clang/README.txt')
-rw-r--r--clang/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/README.txt b/clang/README.txt
index 296ed9256c3..7813ea2b52a 100644
--- a/clang/README.txt
+++ b/clang/README.txt
@@ -31,7 +31,11 @@ Future Features:
* Faster than GCC at parsing, IR generation.
* Better token tracking within macros? (Token came from this line, which is
a macro argument instantiated here, recursively instantiated here).
- * Fast #import!!
+ * Fast #import!
+ * Dependency tracking: change to header file doesn't recompile every function
+ that texually depends on it: only recompile those that need to change.
+ * Defers exposing platform-specific stuff to as late as possible, tracks use of
+ platform-specific features (e.g. #ifdef PPC).
III. Missing Functionality
OpenPOWER on IntegriCloud