On Sun, 2009-10-18 at 08:17 -0700, ddmetro wrote:
> 1. The starting point of generation of dfa(by reading md files) is
> 'genautomata.c'. When is the main() method of 'genautomata.c' called?
genautomata is compiled into the build/genautomata binary in your build
tree. It is then invoked during t
Hi All,
Our project is - to optimize instruction scheduling in gcc, by
detecting structural hazards. We are looking at the dfa(deterministic finite
automaton) currently used by gcc to detect structural hazards. We have the
following doubts regarding the same:
1. The starting point of gener