|
From: Konstantin S. <kon...@gm...> - 2010-02-15 11:53:03
|
On Mon, Feb 15, 2010 at 2:45 PM, Bart Van Assche <bva...@ac...> wrote: > On Mon, Feb 15, 2010 at 12:11 PM, <dat...@go...> wrote: >> Revision: 1655 >> Author: kon...@gm... >> Date: Mon Feb 15 03:10:36 2010 >> Log: added ANNOTATE_BENIGN_RACE_SIZED; ANNOTATE_BENIGN_RACE_STATIC uses >> *_SIZED variant now >> http://code.google.com/p/data-race-test/source/detail?r=1655 > [ ... ] > > Hello Konstantin, > > Have you already considered deprecating ANNOTATE_BENIGN_RACE(), since > this annotation doesn't have precisely defined semantics ? Well, it does have precisely defined semantics now. :) It is equivalent to ANNOTATE_BENIGN_RACE_SIZED(mem, 1, descr); Deprecating it will be rather hard for us, since a lot of code depends on it. --kcc > > Bart. > > -- > You received this message because you are subscribed to the Google Groups "data-race-test" group. > To post to this group, send email to dat...@go.... > To unsubscribe from this group, send email to dat...@go.... > For more options, visit this group at http://groups.google.com/group/data-race-test?hl=en. > > |