Replies: 1 comment 2 replies
-
目前还不能,go internal ABI 还不对ASM开放。后续会考虑使用类似 DLL 的方式动态链接 native 函数绕过 go asm 的限制 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
关于golang不能内联,文档中提到使用了轻量级的函数调用
但是好像并没有解决不能内联引入的压栈出栈开销(_Assembler中的prologue,epilogue)
请问这里是否可以继续优化?若有不对,请指正。
Beta Was this translation helpful? Give feedback.
All reactions