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] |
On Tue, Mar 02, 2004 at 04:21:44PM -0800, Dale Johannesen wrote:There are wins to be had by analyzing indirect calls in C, also, for example on the gap SPECmark. What you want to do there is find the hot indirect calls and the hot calls that actually get made via feedback, and pull out the common cases and inline them.
Yes, but that's irrelevant to matching up CALL_EXPR with "type of object being called", and thence to "which function must be invoked".
Certainly the problems are different, but there's some similarity and some of the code could be shared, if whoever does it is thinking along those lines. That's all I meant to suggest at this point.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |