This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: FW: [PATCH][Cilkplus] Low cost annotations implementation


Hello H. J.,
   Here are the fixed patches. I have numbered their order from 1 through 4. 

Thanks,

Balaji V. Iyer.
________________________________________
From: H.J. Lu [hjl.tools@gmail.com]
Sent: Friday, December 02, 2011 3:43 PM
To: Iyer, Balaji V
Cc: gcc-patches@gcc.gnu.org
Subject: Re: FW: [PATCH][Cilkplus] Low cost annotations implementation

On Fri, Dec 2, 2011 at 12:24 PM, Iyer, Balaji V <balaji.v.iyer@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.

Attachment: patch_with_newest_gcc_1.txt
Description: patch_with_newest_gcc_1.txt

Attachment: patch_with_newest_gcc_2.txt
Description: patch_with_newest_gcc_2.txt

Attachment: patch_with_newest_gcc_3.txt
Description: patch_with_newest_gcc_3.txt

Attachment: patch_with_newest_gcc_4.txt
Description: patch_with_newest_gcc_4.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]