Re: plugin for reference counting

2024-11-12 Thread David Malcolm via Gcc
On Tue, 2024-11-12 at 16:54 -0500, Aravind Ceyardass via Gcc wrote: > Hello all, > > I have implemented a GCC plugin that instruments code to implement > reference counted memory management instead of manually adding calls > to inc()/dec() reference counts. It is a work in progress. Any > ideas/su

plugin for reference counting

2024-11-12 Thread Aravind Ceyardass via Gcc
Hello all, I have implemented a GCC plugin that instruments code to implement reference counted memory management instead of manually adding calls to inc()/dec() reference counts. It is a work in progress. Any ideas/suggestions are welcome. Code is at https://github.com/acbits/reftrack-plugin