Skip to content

AnnularLabs/plan9-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan9-Golang

go tool compile -S -N -l x.go > x.text

  • -S:输出生成的汇编代码
  • -N:禁用编译器的优化
  • -l:控制函数内联行为

TODO

  • 分析Golang中基础数据结构
  • ...

About

一个从汇编的角度分析Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages