Fastcall GCC 示例
有人可以提供一个使用 fastcall 与 gcc 一起使用的示例吗? 如果可能的话,您能否在不使用 fastcall 的情况下提供等效的调用,并解释它们有何不同?
Could some one provide an example use of fastcall for use with gcc? If possible could you provide the equivalent call without using fastcall and explain how they would be different?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
给定函数调用在 C 代码中的显示方式没有区别。 唯一的区别在于函数声明。 GCC 手册有更多细节。
There is no difference in the way a given function call would appear in C code. The only difference would be in the function declaration. The GCC manual has more details.
这里有一些链接
是否可能说服 GCC 模仿 fastcall 调用约定?
http://www. google.com/search?q=gcc+fastcall
Here are a few links
Is it possible to convince GCC to mimic the fastcall calling convention?
http://www.google.com/search?q=gcc+fastcall