This is an archive of the discontinued LLVM Phabricator instance.

Enable yield cycle on Linux
ClosedPublic

Authored by hbae on Jan 27 2017, 12:28 PM.

Details

Summary

This change allows the runtime to turn __kmp_yield() on/off repeatedly on Linux.
This feature was removed when disabling monitor thread, but there are applications that perform better with this feature on.

Diff Detail

Repository
rL LLVM

Event Timeline

hbae created this revision.Jan 27 2017, 12:28 PM
This revision is now accepted and ready to land.Feb 7 2017, 10:24 AM
This revision was automatically updated to reflect the committed changes.