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: How to ccess SSA form in the inter-procedural optimizations?


On Mon, Mar 23, 2009 at 01:06, QiangHuang <qianghuang87@gmail.com> wrote:

> Â Â If the answer is negative, how can I access the SSA with the
> inter-procedural optimizations in GCC? And is there any
> inter-procedural SSA optimizations in current GCC implemention?

Yes.  GCC now puts the whole callgraph in SSA form.  You need to work
with mainline, though perhaps 4.3 does the same.  I don't recall
exactly.


Diego.


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