From: Benjamin H. <be...@ke...> - 2004-04-21 00:13:12
|
On Tue, 2004-04-20 at 22:00, Bernard Leach wrote: > What we really need though is some kind of profiling on memory usage for the > decoder. Perhaps something like the Armulator does this (or could be > modified). If we knew a little more about the memory usage pattern then it > would be easier to optimise usage of the fast ram. Also, the ARM ABI isn't very stack intensive (at least not as much as m68k is) but it may still be a good optimisation to put the decoder stack in the fastest memory type you have. |