如何交换 .NET IL 堆栈上的前两个位置
我想知道是否可以在不使用非堆栈存储的情况下交换 .net IL 堆栈上的前两个位置。这是堆栈机经常可以做的事情,但在 IL 中似乎没有明显的指令。
原因是我需要计算一些类似于 f (x) + f (y) 的东西。 x 和 y 是堆栈的顶部两个位置,f 有一个 IL 实现。这对于中间存储来说是微不足道的,但与交换相比,这可能既慢又不方便。
非常感谢。
I wonder if it is possible to swap the top two locations on the .net IL stack without using non-stack storage. It is the sort of thing that stack machines can often do, but there does not appear to be an obvious instruction for that in IL.
The reason is that I need to calculate something a bit like f (x) + f (y). The x and y are the top two locations on the stack, and f has an IL implementation. This is trivial to do with intermediate storage but that is probably both slower and less convenient than if there was a swap.
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论