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/83270] [OMP 3.1] implement TASKYIELD


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Wrong-code makes no sense, our implementation is valid.  taskyield is just an
optimization hint that we could schedule some other task, but without untied
task that doesn't make much sense, the constraints on what other task can be
scheduled are pretty tight in that case.

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