Make max_issue honor issue_rate

Jie Zhang jie@codesourcery.com
Wed Oct 20 17:54:00 GMT 2010


Hi,

This patch is an improvement of the patch I posted before:

http://gcc.gnu.org/ml/gcc/2010-10/msg00278.html

According to the replies to that email, it seems both dropping 
ISSUE_POINTS and making max_issue honor issue_rate are good. So I clean 
it up and resubmit it here for review and approval.

This new patch does not enable "gcc_assert (more_issue >= 0);" since 
it's belongs to another issue and I have sent a patch for that.

I also added a new gcc_assert:

gcc_assert (memcmp (top->state, state, dfa_state_size) != 0);

This is mainly for testing purpose. I will remove it if the test results 
are good.

It's already bootstrapped on x86_64-unknown-linux-gnu. The regression 
testing is going on. Is it OK if no regressions are found?


Regards,
-- 
Jie Zhang
CodeSourcery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-max-issue-honor-issue-rate-2.diff
Type: text/x-patch
Size: 4364 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101020/544d7a75/attachment.bin>


More information about the Gcc-patches mailing list