Tue, 01 Apr 2008 21:12:51 +0000 | rubidium | (svn r12536) -Codechange: some stack allocations were too large for NDS, so 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 | diff | annotate |
Mon, 11 Feb 2008 20:23:38 +0000 | smatz | (svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size | file | diff | annotate |
Tue, 22 Jan 2008 12:09:12 +0000 | rubidium | (svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack. | file | diff | annotate |
Tue, 25 Dec 2007 09:48:53 +0000 | rubidium | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. | file | diff | annotate |