Displaying 1 result from an estimated 1 matches for "1062636".
Did you mean:
102636
2017 Apr 04
4
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
My two cents:
- I think inline assembly should work even if the compiler cannot parse the contents. This would rule out msvc inline assembly (or alternatively put all the parsing and interpretation burden on the frontend), but would work with gcc asm goto which specifies possible targets separately.
- Supporting control flow in inline assembly by allowing jumps out of an assembly block seems