Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Desktop Hardware
64 bit Tiger
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Kokopelli" data-source="post: 103726"><p>Applications compiled only for 64 bit systems will not run on 32 bit systems. The way Apple is getting around this is by using fat binaries. In essence the application stores both the 32 bit and 64 bit executables and uses whichever is appropriate for your computer. i.e. 64 bit for G5s and 32 bit for G4s. Reference (see "Chameleon Code"): <a href="http://www.apple.com/macosx/features/64bit/" target="_blank">http://www.apple.com/macosx/features/64bit/</a></p><p></p><p></p><p>While systems level programming is not my forte, I am given to understand that if an application can run in a 32 bit memory space (4GB) then you are better off using the 32 bit binaries. In essence 64 bits does not gain you much with the exception of a much larger virtual memory space. Most math functions can already take advantage of 64 bit processors in Panther, so the changes in Tiger do not improve upon that. People, programmers and non-programmers alike, seem to think 64 bit applications are a magic bullet for performance. Statements from people smarter than I seem to indicate compilation for 64bit architectures does not in and of itself increase performance in most cases.</p></blockquote><p></p>
[QUOTE="Kokopelli, post: 103726"] Applications compiled only for 64 bit systems will not run on 32 bit systems. The way Apple is getting around this is by using fat binaries. In essence the application stores both the 32 bit and 64 bit executables and uses whichever is appropriate for your computer. i.e. 64 bit for G5s and 32 bit for G4s. Reference (see "Chameleon Code"): [url]http://www.apple.com/macosx/features/64bit/[/url] While systems level programming is not my forte, I am given to understand that if an application can run in a 32 bit memory space (4GB) then you are better off using the 32 bit binaries. In essence 64 bits does not gain you much with the exception of a much larger virtual memory space. Most math functions can already take advantage of 64 bit processors in Panther, so the changes in Tiger do not improve upon that. People, programmers and non-programmers alike, seem to think 64 bit applications are a magic bullet for performance. Statements from people smarter than I seem to indicate compilation for 64bit architectures does not in and of itself increase performance in most cases. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Desktop Hardware
64 bit Tiger
Top