[PATCH] D54835: tsan: Support calling ThreadCreate()/ThreadStart()/ThreadFinish() for non-current thread

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 02:16:01 PST 2018


dvyukov added a comment.

In D54835#1307684 <https://reviews.llvm.org/D54835#1307684>, @yuri wrote:

> In D54835#1306574 <https://reviews.llvm.org/D54835#1306574>, @dvyukov wrote:
>
> > Fibers support sounds great.
> >  Regardless of how we proceed with submitting patches, I would like to see the whole change first. Otherwise it's hard to see reasoning behind individual changes and understand if it's right approach or not.
> >  Please upload whole change into a separate review.
>
>
> Hi Dmitry,
>  I have uploaded full code in https://reviews.llvm.org/D54889


Thanks. Just to let you know, I am travelling this whole week, don't know yet when I will be able to look at this.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54835/new/

https://reviews.llvm.org/D54835





More information about the llvm-commits mailing list