Slashdot Mirror


Porting to 64-bit Linux

An anonymous reader writes "As 64-bit architectures continue to gain popularity it is becoming more and more important to make sure that your software is ready for the shift. IBMDeveloperworks takes a look at a few of the most common pitfalls when making sure your applications are 64-bit ready. From the article: 'Major hardware vendors have recently expanded their 64-bit offerings because of the performance, value, and scalability that 64-bit platforms can provide. The constraints of 32-bit systems, particularly the 4GB virtual memory ceiling, have spurred companies to consider migrating to 64-bit platforms. Knowing how to port applications to comply with a 64-bit architecture can help you write portable and efficient code.'"

1 of 120 comments (clear)

  1. Not quite by Sqwubbsy · · Score: 1, Interesting

    Well, if you RTFA you'll see that there are issues with how registers are handled on certain integer values for example.
    I'm sure it won't affect your VB app, but it could affect something written in C/C++.

    I'm just wondering if this is what is holding up an AMD64 version of Flash.