This is the mail archive of the gcc-patches@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: Destrictiveness of expansion and tree inlining deadlock?


> On Mon, Mar 03, 2003 at 04:58:57PM +0100, Jan Hubicka wrote:
> > 	* calls.c (rtx_for_function_call): Take the address as an argument
> > 	(expand_call): Do not modify the expression.
> 
> Yes, this is ok.  I should have noticed this when I 
> approved the patch that you're fixing.  :-(

No prob.  At least I know more about trees now :)
With this patch unit-at-a-time works fine on x86-64 too.  Do you see any
problem with enabling it for -O2 (or perhaps only for -O3).
At -O2 it don't do much at the present, but I hope soon it will do the
local function optimization and inlining functions called once.  THat is
about 1% saving overall.  With new GC scheme I measured no slowdown in
compiling binutils.

Honza
> 
> 
> 
> r~


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