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 libgomp/61333] potential target specific performance issue with libgomp


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61333

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, libgomp is optimized for Linux futexes, it has bare support for other
targets, so unless somebody steps up and submits and maintains a port for other
OSes, those will keep using pthread_* APIs with no particular performance work.

So, if you want to do any benchmarking, do it on Linux, not on darwin.

Also, benchmarking -O0 code is weird.

The benchmark looks prehistoric too, even OpenMP 3.1 has min/max reductions.


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