[PATCH] asm inline

Jakub Jelinek jakub@redhat.com
Fri Oct 12 12:55:00 GMT 2018


On Fri, Oct 12, 2018 at 12:21:06PM +0000, Segher Boessenkool wrote:
> The Linux kernel people want a feature that makes GCC pretend some
> inline assembler code is tiny (while it would think it is huge), so
> that such code will be inlined essentially always instead of
> essentially never.

Just a minor comment, shouldn't we accept both
asm volatile inline (...)
and
asm inline volatile (...)
ordering (probably still require that goto if present must be last)?

	Jakub



More information about the Gcc-patches mailing list