目录 搜索 介绍go getgo buildgo installgo fmt和gofmtgo envgo run go testgo cleango listgo mod xxxgo mod initgo mod tidygo mod vendorgo mod downloadgo mod editgo mod graphgo mod verifygo mod whygo tool xxxgo tool pprofgo tool tracego tool compilego tool vet和go vetgo tool doc和go docgo tool addr2linego tool asmgo tool buildidgo tool cgogo tool covergo tool distgo tool fix和go fixgo tool linkgo tool nmgo tool objdumpgo tool packgo tool test2jsongodoc第三方工具delvegoconveygoleakgo-wrkgolintrevivegocodegodoctorgopsgoreplaydepthgo-swaggergoxgocyclodeadcodegotypemisspellstaticcheckgoconst 暂无相关搜索结果! 本文档使用 topgoer 发布 go tool compile go tool compile该命令可以编译Go文件生成汇编代码,-N参数表示禁止编译优化, -l表示禁止内联,-S表示打印汇编,比如 # 会生成main.o的汇编文件 go tool compile -S main.go最后编辑: kuteng 文档更新时间: 2022-07-29 14:34 作者:kuteng
go tool compile该命令可以编译Go文件生成汇编代码,-N参数表示禁止编译优化, -l表示禁止内联,-S表示打印汇编,比如 # 会生成main.o的汇编文件 go tool compile -S main.go最后编辑: kuteng 文档更新时间: 2022-07-29 14:34 作者:kuteng