如何交换 .NET IL 堆栈上的前两个位置

发布于 2024-12-23 15:08:15 字数 198 浏览 1 评论 0原文

我想知道是否可以在不使用非堆栈存储的情况下交换 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文