Is it possible to have volatile labels? Something like this:
volatile coroutine:
or
coroutine volatile:
or maybe even
coroutine: volatile
I want a label that won't be touched by optimizations. Is that possible? GCC extensions are acceptable.
Is it possible to have volatile labels? Something like this:
volatile coroutine:
or
coroutine volatile:
or maybe even
coroutine: volatile
I want a label that won't be touched by optimizations. Is that possible? GCC extensions are acceptable.