summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-10-27 21:03:53 +0200
committerAraq <rumpf_a@web.de>2011-10-27 21:03:53 +0200
commit5e5e4abfeee16bcacf659d35745d456586cb37e5 (patch)
treeb6f613094501c7e260be84821670c26d57969d75 /todo.txt
parentabe9dfafe84015d275d9fed3cb81c97666daf298 (diff)
downloadNim-5e5e4abfeee16bcacf659d35745d456586cb37e5.tar.gz
new compiler option tlsEmulation
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index 84543fae9..8419e1d09 100755
--- a/todo.txt
+++ b/todo.txt
@@ -18,10 +18,6 @@ incremental compilation
 
 - the loading has to be MUCH more lazy! --> next version: We should re-load
   symbol.ast lazily
-- adapt thread var implementation to care about the new merge operation
-- write test cases: needs test script support
-  - test thread var
-
 - automate tests:
   - test basic recompilation scheme
   - test type converters
@@ -77,6 +73,7 @@ version 0.9.XX
 - implicit ref/ptr->var conversion; the compiler may store an object
   implicitly on the heap for write barrier efficiency; better: 
   proc specialization in the code gen
+- adapt thread var emulation to care about the new merge operation
 - EcmaScript needs a new and better code gen: simply adapt the C code gen to it
 - tlastmod returns wrong results on BSD (Linux, MacOS X: works)
 - nested tuple unpacking