C++ PATCH: Fix PR 10300

Jason Merrill jason@redhat.com
Mon Apr 14 02:45:00 GMT 2003


On Sun, 13 Apr 2003 10:50:29 -0700, Mark Mitchell <mark@codesourcery.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



More information about the Gcc-patches mailing list