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 CTraps, short for Communication Traps.  The main
> > idea behind CTraps is that a compiler pass implemented as a GCC plugin
> > instruments instructions that access memory locations that might be
> > shared between threads.  The instrumentation inserts a function call
> > before such accesses.
> 
> 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?

        Jakub

Reply via email to