This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [v3 parallel mode] Parallel mode vs. movable


Johannes Singler wrote:
However, the error seems to appear inside the sequential sort routine. The parallelized routine uses sequential sort, while the sequential partial_sort does not. And AFAICS the movable test is switched off for regular sort. So what's the current status? Is sequential "sort" currently "movable-safe"?
I see. Indeed, std::sort isn't "moveable-safe" yet. I wanted to move over the v7-branch changes but seemed a bit invasive and heavy-handed, hopefully we can do that soon, now, in mainline. CC-ing Chris, in case he wants to help on that...

Paolo.


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