Re: [PATCH v2 01/14] arch: introduce symbol HAVE_INITJMP

2025-02-28 Thread Jerome Forissier
On 2/28/25 13:38, Heinrich Schuchardt wrote: > On 25.02.25 17:34, Jerome Forissier wrote: >> HAVE_INIJMP will be set by architectures that support initjmp(), a >> non-standard extension to setjmp()/longjmp() allowing to initialize a >> jump buffer with a function pointer and a stack pointer. This w

Re: [PATCH v2 01/14] arch: introduce symbol HAVE_INITJMP

2025-02-28 Thread Heinrich Schuchardt
On 25.02.25 17:34, Jerome Forissier wrote: HAVE_INIJMP will be set by architectures that support initjmp(), a non-standard extension to setjmp()/longjmp() allowing to initialize a jump buffer with a function pointer and a stack pointer. This will be useful to later introduce threads. With this ne

Re: [PATCH v2 01/14] arch: introduce symbol HAVE_INITJMP

2025-02-28 Thread Ilias Apalodimas
Hi Jerome, On Tue, 25 Feb 2025 at 18:35, Jerome Forissier wrote: > > HAVE_INIJMP will be set by architectures that support initjmp(), a > non-standard extension to setjmp()/longjmp() allowing to initialize a > jump buffer with a function pointer and a stack pointer. This will be > useful to late

[PATCH v2 01/14] arch: introduce symbol HAVE_INITJMP

2025-02-25 Thread Jerome Forissier
HAVE_INIJMP will be set by architectures that support initjmp(), a non-standard extension to setjmp()/longjmp() allowing to initialize a jump buffer with a function pointer and a stack pointer. This will be useful to later introduce threads. With this new function it becomes possible to longjmp() t