Re: [wwwdocs] PATCH for Re: GCC Plugin Announcement; CTraps - Lightweight dynamic analysis for concurrent code

2015-04-21 Thread Gerald Pfeifer
On Tue, 21 Apr 2015, Jakub Jelinek wrote: >> I added this to our extensions page at https://gcc.gnu.org/extensions.html >> per the patch below. > Shouldn't we also list the GCC Python Plugin on that page? Yes, absolutely! David, want to suggest a patch? Or just some wording and a link and I'll t

Re: [wwwdocs] PATCH for Re: GCC Plugin Announcement; CTraps - Lightweight dynamic analysis for concurrent code

2015-04-21 Thread Jakub Jelinek
On Tue, Apr 21, 2015 at 12:12:59PM +0200, Gerald Pfeifer wrote: > On Wed, 23 Jan 2013, Brandon Lucia wrote: > > I have implemented a GCC plugin that I have found useful for doing > > dynamic program analysis, debugging, and performance tuning in > > concurrent code. > > > > The plugin is called CT

[wwwdocs] PATCH for Re: GCC Plugin Announcement; CTraps - Lightweight dynamic analysis for concurrent code

2015-04-21 Thread Gerald Pfeifer
Hi Brandon, On Wed, 23 Jan 2013, Brandon Lucia wrote: > I have implemented a GCC plugin that I have found useful for doing > dynamic program analysis, debugging, and performance tuning in > concurrent code. > > The plugin is called CTraps, short for Communication Traps. The main > idea behind CT

GCC Plugin Announcement; CTraps - Lightweight dynamic analysis for concurrent code

2013-01-23 Thread Brandon Lucia
Hi GCC list, I have implemented a GCC plugin that I have found useful for doing dynamic program analysis, debugging, and performance tuning in concurrent code. The plugin is called CTraps, short for Communication Traps. The main idea behind CTraps is that a compiler pass implemented as a GCC plu