On Fri, Dec 2, 2011 at 12:24 PM, Iyer, Balaji V <balaji.v.i...@intel.com> wrote:
> Hello Everyone,
>    I found that patch 4 stepped on parts of patch 3. Here is the updated 
> patches (Please notice patch 4, 5 and 6 are replaced).
>
> Thanks,
>
> Balaji V. Iyer.
>
> ________________________________________
> From: Iyer, Balaji V
> Sent: Wednesday, November 30, 2011 3:12 PM
> To: gcc-patches@gcc.gnu.org
> Subject: [PATCH][Cilkplus] Low cost annotations implementation
>
>  Hello Everyone,
>      The attached 7 patches are for the Cilkplus branch affecting both the C 
> and C++ compiler. These patches implement Low-Overhead Tool Annotations. 
> These annotations specifies two intrinsic that enable annotating executables 
> and tools without incurring significant run-time costs when the tools are not 
> in use. These annotations can be read by analyzers to gain insights about the 
> program. For example, Cilk screen and Cilk view use these annotations to 
> detect races and do scalability analysis on parallel programs. Even though 
> the annotations currently specified are Cilk Plus specific, the format is 
> generic and can be used by any tool-vendor to define additional annotations. 
> More information about these annotations can be found in the specification 
> available here: http://software.intel.com/file/39770. Cilk screen and Cilk 
> view are available in the Intel Cilk Plus SDK which can be downloaded for 
> free from the following Intel website: 
> http://software.intel.com/en-us/articles/intel-cilk-plus-software-development-kit/
>
>        The patches are numbered from 1 through 7, and please commit them in 
> order.
>

Please generate a new set of patches against
the current cilkplus branch.  The ChangeLog entries
should be added to the beginning of ChangeLog and
you shouldn't change existing ChangeLog entries. If
there is an error in existing ChangeLog entries, please
send a separate patch.


-- 
H.J.

Reply via email to