[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <512849f3c22e4f4688c20fabe017c903@AcuMS.aculab.com>
Date: Sat, 27 Jan 2024 21:23:01 +0000
From: David Laight <David.Laight@...LAB.COM>
To: 'Willy Tarreau' <w@....eu>, Thomas Weißschuh
<linux@...ssschuh.net>
CC: Rodrigo Campos <rodrigo@...g.com.ar>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 0/1] tools/nolibc/string: export strlen()
.
> Yes, once we have the proof that the compiler may produce such a call, it
> can also happen in whatever user code so we need to export the function,
> there's no other solution.
Does that mean that it you try to implement strlen() in C
gcc will generate a recursive call?
I guess an 'asm volatile("");' in the loop fix it.
Although, IIRC, you need a comment in the asm - and there
isn't a portable comment.
David
-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)
Powered by blists - more mailing lists