Y
Hacker News
new
|
ask
|
show
|
jobs
by
fithisux
379 days ago
Do you use Go Assembly for code generation?
1 comments
hualaka
379 days ago
Without using Go's asm, directly translate it into assembly code for the target system, then link and cross-compile it.
link
fithisux
378 days ago
Impressive
link