This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Pointer analysis on Tree vs. RTL intermediate forms
- From: "Vadim Vaynerman" <dimav at glue dot umd dot edu>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Tue, 19 Nov 2002 18:29:08 -0800
- Subject: 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