使用 LLVM 作为 Matlab 后端

发布于 2024-11-25 13:47:06 字数 334 浏览 0 评论 0原文

使用 LLVM(及其成熟的 JIT 和优化器)来运行像 Matlab 这样的解释语言代码是否有意义?

通过使用抽象编译器优化器而不是 Matlab 当前的操作方式,可以增强执行的哪些具体部分? (我知道它可能有一个简单的类似 LLVM 的优化器,但我不相信它像 LLVM 本身那么强大)

我想到这一点的原因是因为使用典型的 Matlab 计算所具有的运行时信息(参数大小等)。 )我认为成熟的优化器可以在非常简单的场景中提高执行速度,在这些场景中,Matlab 程序现在需要采取特殊措施来确保最佳性能(例如变量的显式预分配等)。

我知道目前不支持任何这些根本没有,但是我只是想知道这样的翻译会产生什么影响。

Would it make sense to use LLVM (with its full-fledged JIT and optimizers) to run an interpreted language code like Matlab?

What are the concrete parts of execution that could be enhanced, by using an abstract compiler-optimizer instead of Matlab's current modus operandi? (I understand it probably has a simple LLVM-like optimizer, but I don't believe it is as powerful as LLVM itself)

The reason I thought of this is because using the runtime information a typical Matlab calculation has (size of arguments etc.) I think a full-fledged optimizer could increase execution speed in very simple scenarios where a Matlab program now needs to take special measures to ensure optimal performance (like explicit preallocation of variables etc.)

I understand there is currently no support for any of this at all, but I'm just wondering what the impact of such an interpreter would be.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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