←back to thread

169 points signa11 | 1 comments | | HN request time: 0.001s | source
Show context
acbits ◴[] No.41876106[source]
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.

replies(3): >>41876354 #>>41880485 #>>41889244 #
1. pornel ◴[] No.41880485[source]
That's cool, but it'd be nice to also have a distinction between a get and a copy (like ObjC) or borrow/move (like Rust) to avoid redundant increments and decrements.