2011/7/14 Richard Guenther <richard.guent...@gmail.com>: > > Btw, rather than a new target hook and an option I suggest to use > a --param which default you can modify in the backend. > > Richard. >
Introduced target hook does not just define default value for option. It is meant to make decision in each particular case. For now it returns a constant value but march dependent heuristics will be added later. Ilya