Will GCC automatically disable use of the red zone on x86_64 if inline assembly is used, or at least assume it's clobbered by inline assembly? If not, how is this supposed to work if it does at all?
Thanks, Florian PS: In case you wonder: Torvald an I found some relevant code in glibc.