Hi Sven, > Manuel, by the way: > This line from bigloo -help (-help2): > -fdataflow Enable dataflow optimizations (enabled > from -O) > should be > -fdataflow Enable dataflow optimizations (enabled > from -O2) I don't think so. Checking the command line parsing (comptime/Init/parse-args.scm) it appears that dataflow is enabled starting with -O.
-- Manuel
