This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: importing code in IR (GIMPLE and/or RTL)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]