The Go documentation provides some explanation about the difference between 
Go’s runtime and a virtual machine here:

https://golang.org/doc/faq#runtime

Does anyone can recommend a good place to learn more about this? I’d like to 
better understand how Go’s garbage collector, goroutine scheduling and stack 
management are handled by the runtime and how it is different from a virtual 
machine.

Thanks,
Pablo

-- 
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