Displaying 2 results from an estimated 2 matches for "85e69843".
Did you mean:
569843
2018 Feb 14
0
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
On Tue, 2017-04-04 at 16:26 +0000, Chandler Carruth via llvm-dev wrote:
> On Tue, Apr 4, 2017 at 6:07 AM Yatsina, Marina via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> > Asm goto feature was introduces to GCC in order to optimize the
> > support for tracepoints in Linux kernel (it can be used for other
> > things that do nop patching).
> >
> > GCC
2017 Apr 04
1
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
On Tue, Apr 4, 2017 at 6:07 AM Yatsina, Marina via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Asm goto feature was introduces to GCC in order to optimize the support
> for tracepoints in Linux kernel (it can be used for other things that do
> nop patching).
>
>
>
> GCC documentation describes their motivating example here:
>
>
>