Re: [m5-dev] llvm

2008-07-23 Thread nathan binkert
I was thinking the other day that instead of having all the templating we have to try to allow the compiler to optomize things it otherwise wouldn't, maybe we should look into some sort of run-time optimization system like llvm? I think several downsides include extra complexity, it not

Re: [m5-dev] llvm

2008-07-23 Thread gblack
Quoting Steve Reinhardt [EMAIL PROTECTED]: On Wed, Jul 23, 2008 at 8:12 AM, nathan binkert [EMAIL PROTECTED] wrote: I was thinking the other day that instead of having all the templating we have to try to allow the compiler to optomize things it otherwise wouldn't, maybe we should look