This is the mail archive of the gcc-help@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: hacking gcc (new optimization)


kevin diggs <diggskevin38@gmail.com> writes:

> One other thing, is the following statement accurate:
>
> The output from -fdump-translation-unit is not dependent on the target
> unlike the -dr initial RTL output which is highly dependent on the
> machine description.

That statement is mostly accurate.  It's possible to find a few things
which differ based on the target, but most things are
target-independent.

Ian


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