This is an archive of the discontinued LLVM Phabricator instance.

Remove fork_context argument from __kmp_join_call() when OMPT is off
ClosedPublic

Authored by jlpeyton on Aug 31 2015, 10:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 33593.Aug 31 2015, 10:25 AM
jlpeyton retitled this revision from to Remove fork_context argument from __kmp_join_call() when OMPT is off.
jlpeyton updated this object.
jlpeyton added a reviewer: jmellorcrummey.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added a subscriber: openmp-commits.

The change looks OK. If it is being made to isolate changes needed only by OMPT, then fine. If it is being made because there is concern that passing an extra argument to this routine might be a performance issue, then I suggest that there are bigger fish to fry than this.

This revision was automatically updated to reflect the committed changes.