|
|
Rockbox mail archiveSubject: Re: Stack UsageFrom: Björn Stenberg (bjorn_at_haxx.se) Date: 2004-01-06
Benjamin wrote:
The stack display shows the highest amount of stack used by each thread, in percent of total stack space allocated for the thread. Your bookmarking code runs in the 'main' thread, so that's where you should look.
In your bookmark code the primary stack culprits were the local path variables, each 260 bytes long, that were used in some functions. This appears to be fixed in your latest version?
-- Björn
Page was last modified "Mar 9 2008" The Rockbox Crew |