From 9f9f0f08187ebd5e83075960be7f24b087f5c6c4 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 13 Jun 2011 16:22:19 +0200 Subject: basic thread analysis working --- todo.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'todo.txt') diff --git a/todo.txt b/todo.txt index 396325c33..2af2e28fa 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,7 @@ * codegen for threadvars +* clean up thread analysis: fix remaining XXX; thread analysis as a separate + pass +* implement message passing built-ins * add --deadlock_prevention:on|off switch? timeout for locks? * test the sort implementation again @@ -37,7 +40,6 @@ Bugs for i in 0 .. high(t.data)-1: var maxIdx = i for j in i+1 .. high(t.data): - if t.data[j].val == 3: echo "touched! ", t.data[j].key if t.data[j].val > t.data[maxIdx].val: maxIdx = j swap(t.data[maxIdx], t.data[i]) -- cgit 1.4.1-2-gfad0