We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Porting Go to netbsd/ arm 64

Formale Metadaten

Titel
Porting Go to netbsd/ arm 64
Serientitel
Anzahl der Teile
34
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Starting out with no knowledge in Go or ARM64, how do you begin porting a language? Go might be one of the hardest languages to port. Having done that, I came back to tell the tale of how. Unusual characteristics of Go Rules to write the 400 lines of assembly code necessary for a port Debugging in the absence of a functional debugger The talk will describe how to start on such a large project, how to find your way around a large unfamiliar codebase, what's a calling convention, how to debug mistakes in your Go port, and some notes about why Go chose to make such strange choices.