importing code in IR (GIMPLE and/or RTL)

Frank Ch. Eigler fche@redhat.com
Mon May 17 15:03:00 GMT 2004


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



More information about the Gcc mailing list