This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] GCSE after reload - resubmit (SPECint +1.5% fp -0.5%).


Hi David,

> Kazu> Here is a slightly reduced testcase.  With -fgcse-after-reload,
> Kazu> abort() is called.
> 
> 	Did you look where abort() is called?  Is this a case where the
> limited resources of h8300 prevent gcse-after-reload from working?  Maybe
> this optimization needs to be disabled in OVERRIDE_OPTIONS for h8300.

The whole testcase does fit on a simulator's memory space.  Yes, I
traced the program counter as the simulator runs the code and
confirmed that abort comes from the abort in the testcase.

Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]