If for use golang/compiler no need any tools and another compiler.
and if not generate ASM code.
so go compiler generate what?!

On Saturday, December 16, 2017 at 3:30:14 AM UTC+3:30, andrey mirtchovski 
wrote:
>
> > Last Version of Go Compiler doing Generate `ASM Code` and next Linker... 
> and make final binary output file for they platform? 
>
> The modern Go compilers (https://golang.org/cmd/compile/, gccgo) do 
> not generate "ASM Code" unless an appropriate flag is presented to 
> them. For the "compile" tool (go tool compile) that flag is -S. For 
> gccgo, I believe it is -S too. 
>

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