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]

Re: PATCH: C++ front end & register vars


> Date: Sun, 16 Jan 2000 04:25:24 -0800
> From: Richard Henderson <rth@cygnus.com>
> 
> On Sun, Jan 16, 2000 at 12:06:06PM -0000, Andrew Haley wrote:
> > IMO the stupid allocator is more trouble than it's worth, but we
> > had that argument last year.
> 
> My last patch to kill stupid sustained a 6% slowdown at -O0
> for whatever test I'd selected.  Do folks still think this
> is too much?  It'd be a pity to obfuscate the C++ front end 
> because of it...

Yes, and it's not just C++.  The Java front end has similar problems
with exception handlers and the "finally" construct.

Andrew.


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