view 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
line wrap: on
line source

#!/usr/bin/bash

DIR=.
while :; do
  python tcodegen.py

  # Create svg from dot file:
  # dot -Tpdf -o ir.pdf ir.gv
  #dot -Tpdf -o cfg.pdf cfg.gv
  #dot -Tpdf -o ig.pdf ig.gv
  echo "Awaiting changes in $DIR"
  inotifywait -r -e modify $DIR
done