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] Speedup copy_reference_ops_from_ref


On Wed, 8 Dec 2010, Richard Guenther wrote:

> +					   BITS_PER_UNIT == 8
> +					   ? 3 : exact_log2 (BITS_PER_UNIT),

I know we use this idiom elsewhere, but if we (i.e. 3.4-or-later host 
compiler) aren't folding exact_log2 (BITS_PER_UNIT) to a constant (given 
constant BITS_PER_UNIT) there's something wrong with either our constant 
folding for built-in functions or our inlining heuristics.

-- 
Joseph S. Myers
joseph@codesourcery.com


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