comparison python/trunner2.sh @ 278:9fca39eebe50

First implementation of regalloc with coalsesc
author Windel Bouwman
date Sun, 29 Sep 2013 14:08:15 +0200
parents ea93e0a7a31e
children 2ccd57b1d78c
comparison
equal deleted inserted replaced
277:046017431c6a 278:9fca39eebe50
3 DIR=. 3 DIR=.
4 while :; do 4 while :; do
5 python tcodegen.py 5 python tcodegen.py
6 6
7 # Create svg from dot file: 7 # Create svg from dot file:
8 dot -Tpdf -o ir.pdf ir.gv 8 # dot -Tpdf -o ir.pdf ir.gv
9 dot -Tpdf -o cfg.pdf cfg.gv 9 #dot -Tpdf -o cfg.pdf cfg.gv
10 dot -Tpdf -o ig.pdf ig.gv 10 #dot -Tpdf -o ig.pdf ig.gv
11 echo "Awaiting changes in $DIR" 11 echo "Awaiting changes in $DIR"
12 inotifywait -r -e modify $DIR 12 inotifywait -r -e modify $DIR
13 done 13 done
14 14
15 15