Hacker News new | ask | show | jobs
by fithisux 379 days ago
Do you use Go Assembly for code generation?
1 comments

Without using Go's asm, directly translate it into assembly code for the target system, then link and cross-compile it.
Impressive