summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-18 10:48:29 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-18 11:05:08 +0100
commitfce14b4a6a908a460854b86d40edd5b45cd1e45f (patch)
tree2f6f79f90b55be944112f90af6985f0379deca90 /TODO
parent5f7bbe131b0645a74a0389172ab302e2b25ea9c7 (diff)
refactoring
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index ceb283ce..e43fe487 100644
--- a/TODO
+++ b/TODO
@@ -92,10 +92,10 @@ done:
92 92
93next: 93next:
94- mutual recursion (inference & reduction) 94- mutual recursion (inference & reduction)
95- compiler optimization: irrelevance + erasure
96- re-enable ambiguity checks 95- re-enable ambiguity checks
97- show desugared source code on a tab in the editor 96- show desugared source code on a tab in the editor
98- names should have unique identifiers 97- names should have unique identifiers
98- compiler optimization: HOAS iterpreter
99 99
100- backend: array support 100- backend: array support
101 101
@@ -173,6 +173,7 @@ extra (refactoring):
173- review all old disabled test cases 173- review all old disabled test cases
174- 100% test coverage of the parser 174- 100% test coverage of the parser
175- tail recursion -> GPU 175- tail recursion -> GPU
176- compiler optimization: irrelevance + erasure
176 177
177------------------------------------------------------------------- week Mar 7 178------------------------------------------------------------------- week Mar 7
178-- padding week 179-- padding week
@@ -299,3 +300,5 @@ reviews, blogs
299insert somewhere 300insert somewhere
300- editor: input editor (add/edit new uniform values e.g. floats, matrixes and textures if possible) 301- editor: input editor (add/edit new uniform values e.g. floats, matrixes and textures if possible)
301- testenv: create comparison charts from the results 302- testenv: create comparison charts from the results
303- measure shader performance
304