By using cgo, I wrappered some complex code written by golang into a 
static-lib and call into the lib
from C++.
My question is: the process will run from a c++ main-entry. Will golang's 
gc-background thread work in this way? I'm worried that the entry is from 
C++ code and golang's vm-environment may not be complete so that gc won't 
work and there will be memory-leaks.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to