Game Development Community

Visual Studio 2005 Pro vs Standard Edition?

by Dark Tengu · in General Discussion · 04/21/2006 (3:20 pm) · 2 replies

For Torque development, are there any benefits from getting the professional version over the standard version of Visual Studio .Net?

#1
04/21/2006 (4:35 pm)
The professional version of VS .Net has a feature called "profile-guided optimization", which is a way of compiling code to run faster. It's described here.
#2
04/21/2006 (4:54 pm)
Thanks for the link, looks very interesting. Will 64-bit compiler make any difference in the current state of TGE/TSE?