> FYI, I've been working recently on implementing multiple event > queues/threads, and while the actual multi-queue code isn't ready yet, these > patches represent a bunch of preliminary cleanup/setup changes that make it > possible. I'd like to get these committed so I don't have to keep rebasing > them... especially the curTick accessor one.
A general request for everyone. If you have a review where most of the code is done by a script and a little bit matters, can you separate the automated part into a separate diff so it's easier to find the important stuff? e.g. for the sort includes diff, I had three. The util, the util being run, and the fixup after the util was run. (This makes rebasing easier too because you can just redo the big diff). They can be folded for the final (though probably better if not.) Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
