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
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
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
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