Re: [gem5-dev] LSQ Dynamic policy infinite loop

2016-06-02 Thread Jason Lowe-Power
Hi Jyothish, Thanks for the contribution! Could you post this patch to the reviewboard site? http://reviews.gem5.org/ Take a look at http://gem5.org/Submitting_Contributions to see how to submit to reviewboard and the required commit message formatting. As a quick first pass review, it seems to

[gem5-dev] LSQ Dynamic policy infinite loop

2016-05-14 Thread Jyothish Soman
Hi, There is an infinite loop in lsq_impl.hh lines 621, 608 related to the dynamic thread policy. Substituting a simple function that counted usage fixed it. I have added a rudimentary diff here in case someone wants a quick fix. Best, Jyothish diff -r 8c67ac296e75 src/cpu/o3/lsq.hh ---