"Ronald G. Minnich" rminnich@lanl.gov writes:
On 17 Mar 2003, Eric W. Biederman wrote:
As it stands right now I am in inch from moving the decompresser from code that runs from ROM to code that runs from RAM, to see if that fixes the performance issue.
didn't we make ROM cacheable yet? Rather than keep moving things to RAM, if we make ROM cacheable that is a far simpler solution I think.
Oh, I agree. I just think I have seen cases where the rom is cacheable and the code takes a noticeable amount of time anyway.
Eric