開源人年會 2022

您已儲存您的地區設定。若有任何問題請跟我們聯繫!

Register-based calling convention for Go functions
年7月31日, 11:30–12:00 (Asia/Taipei), TR209
語言: 漢語

在 Go 1.18 版本中,register-based calling convention 正式實作進主流架構 (64-bit ARM & x86),而此改善有效地提升 Go 10% 以上的效能。本次議程將介紹 Go 從原先 stack-based 轉換到 register-based calling convention 的轉變過程和兩個 calling convention 的差異。


  1. Calling conventions for x86, ARM, and RISC-V architecture.
  2. The difference between stack-based and register-based calling convention.
  3. Why Go make this change.
  4. Performance improvement from this change.

投稿類型

30 分鐘演講

議程長度 (30/45/90 mins)

30 分鐘

呈現方式

現場

目標聽眾族群

開發者、對 Golang 有興趣的朋友

內容難易度

Skilled

Gopher.