Yes, on Plan 9, on amd64, only one register is used (as explained by Charles). Go doesn't use any registers for argument passing (even on Plan 9).
You can just run 6c -S to see these things yourself. -- Aram Hăvărneanu
Yes, on Plan 9, on amd64, only one register is used (as explained by Charles). Go doesn't use any registers for argument passing (even on Plan 9).
You can just run 6c -S to see these things yourself. -- Aram Hăvărneanu