This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/42712] search_n/iterator.cc times out in parallel-mode



------- Comment #3 from singler at kit dot edu  2010-01-18 09:08 -------
Paolo, you were right, it was just the fallback switch missing for this case. 
And since this specific test issues many thousands of calls with very small
input, the overhead was very noticeable.  Patch upcoming...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42712


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