Age | Commit message (Collapse) | Author |
|
got/stayed broken
|
|
for core functions (big functions use just inline instead)
|
|
|
|
|
|
a patch by Alberth.
|
|
use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
|
file to spare 4-8kB of binary size
|
|
stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
|
it is really needed.
|