|
|
Rockbox mail archiveSubject: Re: WPS tokenizerRe: WPS tokenizer
From: Magnus Holmgren <lear_at_algonet.se>
Date: Thu, 29 Mar 2007 21:34:54 +0200
Nicolas Pennequin wrote:
> I've updated my WPS tokenizer patch again.
<...>
> Also, I'd appreciate it a lot if people who know what makes code big and what
A couple of comments/nits:
* Make rtc_tags const too.
* Use for loops where appropriate (like searching the rtc_tags or
* To avoid warnings about unused arguments, a common idiom is "(void) arg;".
* How is show_sb_on_wps set to false? By clearing the wps_data struct
* Factor out the "get filename" code for images.
* Is there any sane way to avoid the gotos in wps_parse? E.g., by
* Consider manual common subexpression elimination in some places, like
* Shouldn't "while(wps_string " be "while(*wps_string "?
Magnus
Page was last modified "Jan 10 2012" The Rockbox Crew |