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

Porting Go to NetBSD/arm64

Formal Metadata

Title
Porting Go to NetBSD/arm64
Title of Series
Number of Parts
490
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2020
LanguageEnglish

Content Metadata

Subject Area
Genre
Abstract
An introduction to calling conventions, thread-local storage, signal handling and how they relate to Go, in the context of my new port of Go to NetBSD/arm64. Running a weird operating system comes at the cost of having to adjust software to run on it. Go is probably one of the hardest projects to adjust. Doing so required learning the guts of: - ARM64 calling conventions - signal handling - thread-local storage - a lot of Go-specifics Which will be discussed in this lecture.