> There's more to it than that. I started it yesterday and I'll post a diff > today and you can see what I mean. > So one question to you Nate, is what do you prefer, doing a single #if > FULL_SYSTEM in the C++, or doing a if buildEnv[FULL_SYSTEM] in the python so > that the value passed into the C++ is already correct? Could probably be > done in CacheConfig so that it's in a common place that people can't forget > to do it. It's totally a stylistic question.
Ok. I eagerly await your diff. (I really want to get all of this stats stuff done.) As for style, I guess it's probably better to do it in the python since there is more knowledge there and in C++, it's just blindly adding +1. I do like the idea of eventually crawling the hierarchy in C++ to figure this out though. (I don't want this patch to wait on that code though). Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
