lbelev@yahoo.com> writes: > [...] > Won't it be possible the order of the optimizing passes not to be hardcoded, > but to be controlled by a config file or something. > [...] The tree-ssa code now in mainline has a related mechanism, which IIRC is inspired by the similar work in LLVM. See the struct tree_opt_pass and the file tree-optimize.c. - FChE