Re: [PATCH] make __section_nr more efficient

From: Dave Hansen
Date: Thu Jul 21 2016 - 10:39:13 EST


On 07/20/2016 06:55 PM, zhouchengming wrote:
> Thanks for your reply. I don't know the compiler will optimize the loop.
> But when I see the assembly code of __section_nr, it seems to still have
> the loop in it.

Oh, well. I guess it got broken in the last decade or so. Your patch
looks good to me, and the fact that we ended up here means the original
approach was at least a little fragile.