DLR 是否能够编译客户端代码?

发布于 2024-07-07 03:08:17 字数 56 浏览 4 评论 0原文

DLR 是专门用于在分发之前编译代码还是可能用于以 JIT 方式编译客户端 Javascript?

Is the DLR intended to be used to compile code exclusively prior to distribution or will it potentially be used to compile client-side Javascript in a JIT fashion?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如何视而不见 2024-07-14 03:08:17

CLR 已经编译并 JIT 代码,据我所知,DLR 将完全构建在 CLR 之上。 所以我想答案是“都不是”。

The CLR already compiles and JITs code, and from what I gather the DLR will be built entirely on top of the CLR. So I guess the answer is 'neither'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文