--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/954aea89-c6ad-422a-9599-47336f0bec53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,Just to make sure I understand the context for the question -- this is a gollvm-compiled program that you are talking about, not something compiled with the main Go compiler?If so, then there isn't anything special happening when Go calls into C, both will share the same ABI / calling convention.Also wanted to make sure you are aware that for Gollvm to work on Arm, the compiler has to implement the ARM C ABI properly (which at the moment is not implemented). See this thread for context:Cheers, Than
To unsubscribe from this group and stop receiving emails from it, send an email to golan...@googlegroups.com.