[LTO] patch: new CALL_EXPR abstractions in builtins.c
Steven Bosscher
stevenb.gcc@gmail.com
Tue Jun 27 19:47:00 GMT 2006
On Tuesday 27 June 2006 18:16, Sandra Loosemore wrote:
> I ran some experiments on some
> large C programs that indicated that calls with 2 arguments or less account
> for around 70% of all CALL_EXPRs, so it makes sense to optimize at least
> the most common cases.
The most common case _in C_. Try including some C++ and Fortran cases,
and no doubt your common case will have more than 2 arguments...
How are you going to handle the C++ 'this' argument?
Gr.
Steven
More information about the Gcc-patches
mailing list