1
0
Fork 0
forked from len0rd/rockbox

Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at the cost of 30.5 kbytes of IRAM.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21833 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-07-13 01:59:32 +00:00
parent c7e12872a7
commit 15dc0750be

View file

@ -30,7 +30,7 @@ CODEC_HEADER
RMContext rmctx;
RMPacket pkt;
COOKContext q;
COOKContext q IBSS_ATTR;
static void init_rm(RMContext *rmctx)
{