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: [PATCH] C++ space optimization: de-cloning con/de/structors


On Tue, Aug 06, 2002 at 11:41:49AM -0700, Stuart Hastings wrote:
> There is a related patch coming soon that recognizes these thunk-esque
> clones and omits the EH info for them, saving more space.

You realize this can only happen when you know for 
absolute certain that these thunks actually do get
generated with tail-calls, right?  The target can
reject the tail-call with FUNCTION_OK_FOR_SIBCALL.

> +   /* If constructor expects vector (e.g. AltiVec) arguments, give up.  */

Why?


r~


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