DLR 是否能够编译客户端代码?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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'.