[ bullseye ]
[ ソース: golang-github-mmcloughlin-avo ]
パッケージ: avo (0.0~git20200523.4439b6b-6 など)
avo に関するリンク
Debian の資源:
golang-github-mmcloughlin-avo ソースパッケージをダウンロード:
- [golang-github-mmcloughlin-avo_0.0~git20200523.4439b6b-6.dsc]
- [golang-github-mmcloughlin-avo_0.0~git20200523.4439b6b.orig.tar.xz]
- [golang-github-mmcloughlin-avo_0.0~git20200523.4439b6b-6.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Generate x86 Assembly with Go (program)
This is the program package of avo.
avo makes high-performance Go assembly easier to write, review and maintain. The avo package presents a familiar assembly-like interface that simplifies development without sacrificing performance: + Use Go control structures for assembly generation; avo programs
are Go programs+ Register allocation: write functions with virtual registers and avo
assigns physical registers for you+ Automatically load arguments and store return values: ensure memory
offsets are correct for complex structures+ Generation of stub files to interface with your Go package