|
|
Rockbox mail archiveSubject: Re: arrays & pointersRe: arrays & pointers
From: Björn Stenberg <bjorn_at_haxx.se>
Date: 2005-01-29
Nix wrote:
See this patch:
What it does is change array-using code into pointer-using code. From this:
/* find a free dir descriptor */
into this:
DIR* pdir = opendirs;
It does this in a couple of places, which all in all gives roughly 250 bytes shorter code.
-- Björn _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockboxReceived on Sat Jan 29 13:46:50 2005 Page was last modified "Jan 10 2012" The Rockbox Crew |