This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tree-SSA Newbie Questions
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: gcc at gcc dot gnu dot org, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Thu, 13 May 2004 09:00:47 -0400
- Subject: Re: Tree-SSA Newbie Questions
- References: <c7vr42$pvt$1@sea.gmane.org>
On May 13, 2004, at 08:51, Ranjit Mathew wrote:
Hi,
I'm a newbie to tree-ssa and have a few questions:
2. Is libbanshee critical to tree-ssa or can it be safely
disabled with "--without-libbanshee" without invalidating
the testsuite results thus produced? What about libmudflap?
libbanshee is only needed for the points to alias optimization so
it can be safely disabled if you do not want to use that option.
libmudflap is a target library which is only needed if you are
going to use the -fmudflap option.
Thanks,
Andrew Pinski