This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] i586: Use a jump table in strcpy.S {BZ #22353]


On 10/27/2017 11:07 PM, H.J. Lu wrote:
This may fail if there are instruction changes before L(1):.  This patch
replaces it with a jump table which works with any instruction changes.

I think you should say instruction *length* changes.

What's the performance impact of the change? Is it even worth to use a jump table here?

Thanks,
Florian


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