How different are ITBs and DTBs anyway?  It seems like for a UTB you'd
want a single object that handles both ifetch and data translations
using a common translate() method, not something that inherits from
two different classes.  E.g., why not just derive it from TLB?

Philosophically, I agree... let's avoid virtual inheritance if at all
possible.  It's just not a good idea.

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

Reply via email to