←back to thread

Show HN: Go Plan9 Memo

(pehringer.info)
302 points pehringer | 1 comments | | HN request time: 0s | source

A quick dive into the Plan9 assembly I picked up while developing my SIMD package for Go, and how it led to a 450% performance boost in calculations.
Show context
mxey ◴[] No.41880731[source]
> After doing some preliminary research I discovered that Go uses its own internal assembly language called Plan9.

Is the language actually called that?

replies(4): >>41880883 #>>41881786 #>>41881960 #>>41882801 #
rsc ◴[] No.41882801[source]
No. It's just Go assembly. (It happens to be a Plan 9-derived syntax, but we call it Go assembly.) See https://go.dev/doc/asm.
replies(1): >>41884495 #
1. KyleSanderson ◴[] No.41884495[source]
nice to see you around still :)
replies(1): >>41885641 #