This is the mail archive of the gcc@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: Speculative prefetching: report


Hello,

> Before pushing it to mainline I would like see the
> quadratic bottlenect of bsi_for_stmt resolved.  I don't know where the
> discussion surrounding Zdenek's patch went but I guess without that we
> can fix it by keeping around BSIs instead of direct statement pointers
> in the interface that is straightforward change.

this does not work (or at least it is likely to cause problems), since
BSI's may get invalidated when basic blocks are split.

Zdenek


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