[llvm-commits] [zorg] r101731 - in /zorg/trunk/lnt/docs: contents.rst todo.txt

Daniel Dunbar daniel at zuster.org
Sun Apr 18 12:18:19 PDT 2010


Author: ddunbar
Date: Sun Apr 18 14:18:19 2010
New Revision: 101731

URL: http://llvm.org/viewvc/llvm-project?rev=101731&view=rev
Log:
LNT: Start a TODO list.

Added:
    zorg/trunk/lnt/docs/todo.txt
Modified:
    zorg/trunk/lnt/docs/contents.rst

Modified: zorg/trunk/lnt/docs/contents.rst
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/contents.rst?rev=101731&r1=101730&r2=101731&view=diff
==============================================================================
--- zorg/trunk/lnt/docs/contents.rst (original)
+++ zorg/trunk/lnt/docs/contents.rst Sun Apr 18 14:18:19 2010
@@ -12,6 +12,7 @@
 
    changes
 
+   todo
 
 Indices and tables
 ==================

Added: zorg/trunk/lnt/docs/todo.txt
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/todo.txt?rev=101731&view=auto
==============================================================================
--- zorg/trunk/lnt/docs/todo.txt (added)
+++ zorg/trunk/lnt/docs/todo.txt Sun Apr 18 14:18:19 2010
@@ -0,0 +1,25 @@
+TODO
+====
+
+This is a TODO list of major and minor features for LNT.
+
+Major Features
+--------------
+
+Too many to name!
+
+Minor Features
+--------------
+
+Optimize test distribution format for common cases.
+
+ 1. We should left the test info higher in the format, so that it can easily be
+ shared by a large number of samples.
+
+ 2. We should specify test samples in an array instead of objects, to avoid
+ requiring repetitive 'Name' and 'Data' keys.
+
+ 3. We should support [test, sample] in addition to [test, [sample, ...]].
+
+These changes would significantly compact the archive format, which improves
+performance across the board.





More information about the llvm-commits mailing list