[m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2009-09-08 Thread Cron Daemon
scons: *** [build/ALPHA_SE/python/swig/trace_wrap.fo] Error 1 scons: *** [build/ALPHA_SE/python/swig/random_wrap.fo] Error 1 scons: *** [build/ALPHA_SE/python/swig/event_wrap.fo] Error 1 scons: *** [build/ALPHA_SE/python/swig/debug_wrap.fo] Error 1 scons: ***

[m5-dev] templating readMiscReg and setMiscReg

2009-09-08 Thread Gabriel Michael Black
Hello everybody. I was thinking the other day that it might be a good idea to templatize readMiscReg and setMiscReg. I don't have the idea fleshed out all the way, but I thought it would be a good idea to send an email to before I forgot about it. When we access control registers, my

Re: [m5-dev] templating readMiscReg and setMiscReg

2009-09-08 Thread nathan binkert
How often are these functions used? I'd have thought that they're not so frequent and wouldn't warrant optimization. Also, couldn't they just be inlined? Or is the variable obfuscated in such a way that the compiler doesn't know what it is at compile time? Nate Hello everybody. I was