Make skin_render_playlistviewer() noinline. This function uses lots of stack (around...
commit7eebcfcc00109bcdd465a6a104073bbdcb4e6a7c
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Oct 2010 13:26:51 +0000 (10 13:26 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Oct 2010 13:26:51 +0000 (10 13:26 +0000)
treefd3e9bc924f0bac4a58dcc054bbb0345877b7344
parentf9f3e4a3428b765d01db5301f38a7c243ef7a81a
Make skin_render_playlistviewer() noinline. This function uses lots of stack (around 1 kilobyte), and is called from a recursive function. gcc's stack allocation strategy makes the calling function then use all this stack space when inlining.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28231 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_render.c