Files
Aer/Makefile
belliash 815b1481fc
All checks were successful
The build was successful.
Permit a discontiguous stack which is grown automatically as needed.
The stack will have a guaranteed zone which is always available. The size of the guard area will be target specific. It will include enough stack space to actually allocate more stack space. Each function will have to verify that
it has enough space in the current stack to execute.
2019-06-10 20:06:25 +02:00

4.5 KiB