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]

Pointer analysis on Tree vs. RTL intermediate forms


Hi all,
I'm trying to decide weather to implement pointer analysis on GCC using
the RTL or the tree intermediate form. Does anybody know the
advantages/disadvantages of either one?

Also, is the optimization called scalar replacement of memory aggregates
done on the tree or RTL form?

Thanks,
Vadim



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