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