HackerTrans
热门最新趋势评论往期问答秀出招聘

acbits

no profile record

提交

GCC Compiler support for reference counted GC in C

github.com
3 分·作者 acbits·2年前·1 评论

评论

acbits
·去年·讨论
https://github.com/acbits/reftrack-plugin

Hey, I wrote this GCC plugin to automate reference counting in C. Any bug reports welcome.
acbits
·2年前·讨论
https://github.com/acbits/reftrack-plugin

I wrote a compiler extension just for this issue since there wasn't any.
acbits
·2年前·讨论
I will send it again. It probably got lost in the high traffic volume of LKML last year.
acbits
·2年前·讨论
https://github.com/acbits/reftrack-plugin

I wrote this GCC plugin for this exact reason. Let's see whether the kernel team is interested in adopting it.
acbits
·2年前·讨论
Author here. The project started as a way to tag reference counters inside C structures, but ended up being generic enough to roll your own GC.