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][testsuite] Cache return value of check_effective_target_tiny


On Dec 3, 2014, at 6:13 AM, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> 
> The check for the tiny memory model is something that is called frequently on aarch64 testing
> since we use it to prune relocation truncation errors in the testsuite.
> Therefore it makes sense to cached the result.
> I've done this in a similar way to how check_effective_target_vect_shift does it.
> 
> Testsuite runs fine with this patch.
> 
> Ok for trunk?

Ok.

I’d remove the verbose calls.  You’re done developing, and they just slow things down.  :-)

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