我可以做些什么来针对 64 位优化我的 .NET 网站和应用程序? [英] What can I do to optimize my .NET Web sites and applications for 64-bit?

查看:15
本文介绍了我可以做些什么来针对 64 位优化我的 .NET 网站和应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在我的 .NET 2.0 Web 应用程序和控制台/表单应用程序中充分利用 64 位架构?

How can I take full advantage of 64-bit architecture in my .NET 2.0 Web Applications and Console/Forms Applications?

推荐答案

我认为关于 32 位与 64 位体系结构的托管 .NET 代码没有太多可以优化的地方.这是因为大多数差异和优化很可能已经由底层 VM 实现.如为64位平台编程所述,64位虚拟机可能表现更好较大的数据类型(如long 存储在一个寄存器中).

I think there is not too much you can optimize in your managed .NET code regarding 32bit vs. 64bit architectures. This is because most of the differences and optimizatinons are most likely already implemented by the underlying VM. As mentioned in Programming for the 64 bit platform, the 64bit VM may perform better on larger data types (as long stored in one register).

这篇关于我可以做些什么来针对 64 位优化我的 .NET 网站和应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆