A virtual machine has its own instruction set. Go compiles to machine code 
for a given target (which could be a virtual machine).

On Tuesday, September 4, 2018 at 12:27:49 PM UTC+2, Pablo Rozas Larraondo 
wrote:
>
> 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