Libgcc without red zone: Difference between revisions

m
X86 -> x86, fix section link
[unchecked revision][unchecked revision]
m (Reformat)
m (X86 -> x86, fix section link)
Line 5:
 
== What is the 'red-zone'? ==
The <tt>red-zone</tt> is a feature described in the [[System V ABI#x86-64|X86x86-64 ABI]].
 
It is a 128 byte long region located directly below the stack pointer. This region is free-for-use for the compiler without the requirement to notify the application / the os or any running interrupt handler.
Anonymous user