pixelherodev opened a new pull request, #578: URL: https://github.com/apache/arrow-go/pull/578
A step towards the addcleanup work: we want to be able to turn refcounting off entirely. Rather than move all ~200 release+retain functions into files with build tags, IMO it makes sense to unify all refcounting logic into memory.Refcount, embed that everywhere else, and then we can just turn _that_ off with switching to AddCleanup. This is a proof of concept using that with just ipc/Message to obtain feedback before finishing the work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
