On Mon, Jun 30, 2008 at 9:11 AM, Ali Saidi <[EMAIL PROTECTED]> wrote:
> The FastAlloc pools and StaticInst cache should clearly be duplicated.

Why would you want to duplicate the StaticInst cache?  It's a
read-mostly structure so you'd only have to lock on a miss/insert, and
having a larger shared capacity for a given memory footprint seems
like a win to me.

Steve
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to