This is the mail archive of the gcc@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: HELP (change in control flow desired)


On Sat, 22 Jan 2005, Daniel Berlin wrote:
This is already done on the tree-profiling branch, and we have already begun to do interprocedural analysis there.

If you detail what you are trying to accomplish (IE what analysis), i should be able to point you at the right people.
first of all thanks for this valuable information!

Actually i am interested in doing simple interprocedural optimizations like CSE, constant propagation, using a algorithm (call strings approach). So i need basic interprocedural framework to start with.
So, Is constant propagation also being worked at in GCC ? also where can i get information (manual + codes) on this?


Thanks and Regards.

Virender
----------------------------------------------------
"Remember that what's right isn't always popular... and what's popular isn't always right" ----------------------------------------------------



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