On Mon, 2014-11-17 at 09:24 +0000, James Greenhalgh wrote: > For what it is worth, I've bootstrapped and tested this patch on > aarch64-none-linux-gnu and arm-none-linux-gnueabi with no issues, and > both targets get the expected speedup in the interesting benchmark. > I've also thrown some of the larger popular benchmark suites at it, and > they've compiled and run without any compilation issues or miscompares. > > I'm happy to help out with the testing and bug-triaging effort once this > patch goes in. > > Some very shallow comments: you should document the new parameters > in doc/invoke.texi and you ought to run contrib/check_GNU_style.sh > on the patch and clean up the coding style issues it highlights. > > Thanks, > James Greenhalgh
I tested the patch on MIPS and things looked good there too. I got the desired speedup and did not see any regressions. Steve Ellcey