Wątek przeniesiony 2021-09-16 09:47 z Inne języki programowania przez cerrato.

Kompilacja GO

0

Cześć. Z czego korzysta język GO aby przeprowadzić kompilacje na bytecode A później na kod natywny? Czy gccgo jest zaimplementowany w język to ootb?

0

At the end of the SSA generation phase, Go functions have been transformed into a series of obj.Prog instructions. These are passed to the assembler (cmd/internal/obj), which turns them into machine code and writes out the final object file. The object file will also contain reflect data, export data, and debugging information.

więcej o tu: https://github.com/golang/go/tree/master/src/cmd/compile

1 użytkowników online, w tym zalogowanych: 0, gości: 1