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: C++ PATCH: Fix PR 10300


On Sun, 13 Apr 2003 10:50:29 -0700, Mark Mitchell <mark at codesourcery dot com> wrote:

> ! 	  null_node = convert (TREE_TYPE (alloc_node),
> ! 			       cookie_size ? cookie_size : size_zero_node);

This seems unfortunate; comparing to zero is significantly faster on most
targets.  I'd prefer a solution further toward your mainline patch.

Jason


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