Földy Lajos <foldy@rmki.kfki.hu> writes:
> and what about adding the real goto (which will be never executed, but
> gcc will have "almost real" control flow):
>
> __asm__("jmp *%0" : : "a" (pc));
> goto *pc;
Nothing stops GCC from folding that asm into the common-ized jump
block.
zw