Is there any 64 bit Visual Studio at all? Why not?
Visual Studio Code adalah editor sementara Visual Studio adalah IDE.
Visual C++ Bahasa ini merupakan bahasa pemrograman tingkat tinggi (kompleks). Visual C++ merupakan bahasa pemrograman yang cukup populer. Hampir semua file DLL pada sistem operasi Windows dibuat memakai bahasa ini. Visual C++ bisa berlanjut lebih cepat pada windows karena hanya membutuhkan memori yang kecil.
Visual Studio Code (VSCode) merupakan salah satu text editor yang dikembangkan oleh Microsoft. Biasanya software Microsoft itu berbayar. Namun untuk software VSCode ini adalah gratis alias open source.
Microsoft Visual Studio adalah sebuah perangkat lunak lengkap (suite) yang dapat dipakai sbg melaksanakan pengembangan aplikasi, baik itu aplikasi bidang usaha, aplikasi personal, ataupun komponen aplikasinya, dalam bangun-bangun aplikasi console, aplikasi Windows, ataupun aplikasi Web. Visual Studio mencakup kompiler, ...
For numerous reasons, No.
Why is explained in this MSDN post.
First, from a performance perspective the pointers get larger, so data structures get larger, and the processor cache stays the same size. That basically results in a raw speed hit (your mileage may vary). So you start in a hole and you have to dig yourself out of that hole by using the extra memory above 4G to your advantage. In Visual Studio this can happen in some large solutions but I think a preferable thing to do is to just use less memory in the first place. Many of VS’s algorithms are amenable to this. Here’s an old article that discusses the performance issues at some length: https://docs.microsoft.com/archive/blogs/joshwil/should-i-choose-to-take-advantage-of-64-bit
Secondly, from a cost perspective, probably the shortest path to porting Visual Studio to 64 bit is to port most of it to managed code incrementally and then port the rest. The cost of a full port of that much native code is going to be quite high and of course all known extensions would break and we’d basically have to create a 64 bit ecosystem pretty much like you do for drivers. Ouch.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With