8c0e3c951a
The red zone is a 128-byte area below the stack pointer specified by the AMD64 ABI that can be used by leaf functions for their stack frame without modifying the stack pointer. It is guaranteed not to be modified by signal handlers. This cannot be used in kernel mode code, as an interrupt handler could overwrite it, so stop GCC from generating code that uses it. |
||
---|---|---|
.. | ||
config_headers | ||
jam | ||
scripts |