summary refs log tree commit diff
path: root/src/rt/arch/mips/morestack.S
AgeCommit message (Collapse)AuthorLines
2014-03-14fix MIPS targetJyun-Yan You-25/+8
I ignored AtomicU64 methods on MIPS target because libgcc doesn't implement MIPS32 64-bit atomic operations. Otherwise it would cause link failure.
2013-10-19Use __morestack to detect stack overflowAlex Crichton-46/+9
This commit resumes management of the stack boundaries and limits when switching between tasks. This additionally leverages the __morestack function to run code on "stack overflow". The current behavior is to abort the process, but this is probably not the best behavior in the long term (for deails, see the comment I wrote up in the stack exhaustion routine).
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-0/+97