diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-10-10 13:26:51 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-10-10 13:26:51 +0000 |
| commit | 561999ebfff8d03d89140df20e3b687d0af77110 (patch) | |
| tree | fd3e9bc924f0bac4a58dcc054bbb0345877b7344 /apps/plugin.c | |
| parent | d0bf13b4867e9e59b5b58dbacfa744461d2c087e (diff) | |
| download | rockbox-561999ebfff8d03d89140df20e3b687d0af77110.zip rockbox-561999ebfff8d03d89140df20e3b687d0af77110.tar.gz rockbox-561999ebfff8d03d89140df20e3b687d0af77110.tar.bz2 rockbox-561999ebfff8d03d89140df20e3b687d0af77110.tar.xz | |
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
Diffstat (limited to 'apps/plugin.c')
0 files changed, 0 insertions, 0 deletions