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] speed up ifcvt:cond_move_convert_if_block


Il 06/08/2012 08:54, Steven Bosscher ha scritto:
> Hello,
> 
> In PR54146, ifcvt spends a lot of time just clearing memory. This
> patch changes the value maps to pointer-maps to fix this issue.
> 
> Bootstrapped&tested on x86_64-unknown-linux-gnu. OK?

Nice, but perhaps we need a sparsemap to do even better?

Paolo


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