This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: DT_GNU_HASH latest patches


On Fri, Jul 07, 2006 at 11:10:26AM +0100, Michael Meeks wrote:
> +      /* If the hash table is empty there is nothing to do here.  */
> +      if (map->l_nbuckets == 0)
> +	continue;

This is predicted as non-taken by gcc AFAIK, so no need to add
__builtin_expect.

	Jakub


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