aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d451bc7..cab7a67 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,7 @@
@@ What about 64-bit? cl-64 or some such?
@@ There is link POSIX command. link.exe? cl-14.exe?
+
+@@ The /showIncludes run is very slow most likely due to the sed-based path
+ processing (but verify). Perhaps we should rewrite it in C++ with
+ translated path caching, etc.