[cfe-commits] Threadsafety-- basic lockset implementation

Caitlin Sadowski supertri at google.com
Mon Aug 22 11:32:57 PDT 2011


Here is an updated patch which switches to an ImmutableMap from an
ImmutableSet and incorporates various reviewer comments. I am planning
to commit this patch later today, so send me any last pre-commit
comments soon.

Cheers,

Caitlin

On Thu, Aug 18, 2011 at 9:43 PM, Caitlin Sadowski <supertri at google.com> wrote:
> Here is an updated thread safety lockset patch which incorporates
> existing llvm iterators to perform the topological sort.
>
> Cheers,
>
> Caitlin
>
> On Wed, Aug 17, 2011 at 4:07 PM, Caitlin Sadowski <supertri at google.com> wrote:
>> Dear ThreadSafety reviewers (probably Doug),
>>
>> Please find an initial lockset implementation patch attached, to
>> review at your earliest convenience. This patch adds basic lock
>> tracking support for the thread safety analysis. It depends on a very
>> small llvm patch (attached and sent to llvm-commits). Code review site
>> here:
>>
>> http://codereview.appspot.com/4894048/
>>
>> This patch also depends on the topological sort patch sent out to the
>> llvm-commits mailing list by DeLesley Hutchins to order the CFG blocks
>> so as to traverse them in one pass in the right order.
>>
>> Cheers,
>>
>> Caitlin
>>
>



More information about the cfe-commits mailing list