Memory management for Objective-C code via cgo #194
Replies: 1 comment 3 replies
-
ARC is a feature of the Objective-C compiler, which does not compile Go code. Therefore, the only option is MMR. Please let me know how to make this more clear in the documentation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts,
I am kind of starting on Mac OS and Golang intersection. I was going through the memory management article this repo has and it gives good starting point on memory management when working with Go and Mac OS Objective C API. But I have question like,
go build
that instructs to use MMR or ARC?Beta Was this translation helpful? Give feedback.
All reactions