Intel-only binaries?

Posted:
in Mac Software edited January 2014
Since Apple started migrating to Intel, I've only heard of Apple and third compiling binaries either for PowerPC only, or universal binaries. Yet I remember that in last year's keynote, Steve Jobs said that XCode had an option to compile Intel-only binaries.



Is there any performance disadvantage on Intel to compiling universal binaries (as opposed to Intel-only binaries)? When do you think we'll start seeing Intel-only binaries? Who do you think will be the first to do so, if it's not Apple?



I'm mainly asking for speculation, not cold, hard facts.

Comments

  • Reply 1 of 16
    wgauvinwgauvin Posts: 100member
    IMHO, Intel only binaries will be a long way off unless they're a specific product or designed for a specific Intel Mac only piece of hardware. The reason is, given that the last PPC based product to be sold from Apple will be late this year or early next year, and given a 3 yr extended warranty on top of that there is no need for people to upgrade to the Intel Macs until 4 years from now. There will be a demand for universal binaries for a while.



    However, apps like the iLife apps will be easy to continue to be universal as it will be just a check box in the build process, the pro apps are going to be harder to justified as being universal as time goes by. This is because code is going to have to be maintained to handle the difference in endian, the use of SSE over AltiVec, even assembly language code maintance. My guess between 3 - 4 years, Adobe and co will offically drop support of the PPC in new versions. Apple will be earlier.
  • Reply 2 of 16
    My concern is that in the future hopefully not near, developers are going to do just that. Create IntelMac versions of their software, leaving PPC Macs out of the loop.



    I keep thinking if that happens Apple would then make Rosetta backwards, I'm almost sure they have a Universal Binary version of it for PPC Macs. That would only make sense, right?
  • Reply 3 of 16
    a_greera_greer Posts: 4,594member
    I think this thread misses the main consern: obviously the big players {MS, Adobe/Macro, Intuit,...} will be universal for a long time to come (till say 2010) as long as people still buy the PPC versions. the thing to watch is optimization, the apps from here on out will be optimized for Intel, with huge packages like CS or Protools, the developers would not likely split this into two differant development units, legacy and new, they will optimize for intel and have the compiler spit out a PPC binary as an after thought, if this happens, new software may be at an unfair disadvantage technicaly speaking on the PPC.
  • Reply 4 of 16
    pbg4 dudepbg4 dude Posts: 1,611member
    Quote:

    Originally posted by wgauvin

    [snip] This is because code is going to have to be maintained to handle the difference in endian, the use of SSE over AltiVec, even assembly language code maintance. My guess between 3 - 4 years, Adobe and co will offically drop support of the PPC in new versions. Apple will be earlier.



    Managing endian differences can already be done using C libraries that have been out for ages. These libraries primarily get used when transmitting data over a network (or internet) because you don't know what CPU the transmitting and receiving machines use, so you use the IEEE specified data formats so all computers can talk to each other. Also, formats like .jpg, .mov, etc. have their data formats specified so a file reader/writer would already have endianness issues worked out.



    Apple also built an Accelerate framework. This allows coders to go against this framework, which then creates the necessary Altivec/SSE code at compile time. I would imagine this wouldn't give as tight code as hand optimized assembly, but would allow developers to get an accelerated v1 universal binary out the door. As the hand optimized code gets built, said company can use this point to sell upgrades from the 4000% faster! point of view.



    Apple really has gone all out to give developers information and resources necessary to make the jump from PPC to PPC & intel. Now it's up to the developers to get cracking.
  • Reply 5 of 16
    The only time the PPC binary will be dropped is when the developer believes there is no market for it.



    Pro apps or games that need a fast computer to run adequately are the first that will move to Intel-only binaries. Why? Because the PPC apps just won't cut it anymore for them so why provide a PPC binary if the last of the PPCs can't run them?



    Most apps that don't need such horsepower should continue to be Universal Binaries for years to come.



    It could be argued that the Quad G5 and Dual 2.5 and Dual 2.7 will be able to handle pro apps and games for the next few years...it'll be up to the developer to decide whether there are enough people on these machines to justify releasing a UB.
  • Reply 6 of 16
    Making a Intel only build is as easy as a UB build. But there's really no reason to go with a Intel only build, except if you REALLY want to save some space. And thats not worth it in most cases IMO.
  • Reply 7 of 16
    Oh come on, don't you guys remember 68k apps and FAT apps and then later came PPC native applications. Apple has done this all before, no biggie.
  • Reply 8 of 16
    mr. memr. me Posts: 3,221member
    Quote:

    Originally posted by akheron01

    Oh come on, don't you guys remember 68k apps and FAT apps and then later came PPC native applications. Apple has done this all before, no biggie.



    There is a difference. Unlike System 7, MacOS X is built on a cross-platform base. It is the successor to OpenSTEP which was also cross-platform and which ran on several platforms, not just two. Apple is putting a lot of time and money into Universal Binaries. This is not just a transitional stratergy.
  • Reply 9 of 16
    Quote:

    Making a Intel only build is as easy as a UB build. But there's really no reason to go with a Intel only build, except if you REALLY want to save some space. And thats not worth it in most cases IMO.



    Agree. There is no reason for developers to stop building PPC apps because using Apple developer tools it's easy just to make both types of apps
  • Reply 10 of 16
    Quote:

    Originally posted by alberto

    Agree. There is no reason for developers to stop building PPC apps because using Apple developer tools it's easy just to make both types of apps



    It's also a preventive measure...if Apple were to revert back to PPC 5 or 6 years down the road, the apps will work right out of the box.



    Building Universal Binaries kinda forces developers to write clean and architecture-independant code (makes them consider endian issues as well as not use architecture specific code...except maybe SSE ).
  • Reply 11 of 16
    gene cleangene clean Posts: 3,481member
    It also makes them unoptimized, and alien to some of the benefits of one platform over the other (AltiVec for example, or SSE3).
  • Reply 12 of 16
    Quote:

    Originally posted by Gene Clean

    It also makes them unoptimized, and alien to some of the benefits of one platform over the other (AltiVec for example, or SSE3).



    True...that would be the price to pay.



    It won't stop people from releasing Intel-only binaries...there are already a few floating around right now.
  • Reply 13 of 16
    telomartelomar Posts: 1,804member
    Quote:

    Originally posted by T'hain Esh Kelch

    Making a Intel only build is as easy as a UB build. But there's really no reason to go with a Intel only build, except if you REALLY want to save some space. And thats not worth it in most cases IMO.



    Actually the price you pay by supporting both PPC and Intel is you have to test both PPC and Intel and that costs money. I expect quite a number of software developers will be eager to drop PPC support.



    Games manufacturers also stand to gain a fair bit in porting times if they decide to switch Intel only. That said there are years of PPC support ahead.
  • Reply 14 of 16
    If we are going to see intel only machines I think it will be 3 years from now and only with few powerfull apps. Take the migration of the PowerPc Macs from 68k
  • Reply 15 of 16
    telomartelomar Posts: 1,804member
    This article suggests Intel only for games will happen sometime in 2007. Given that the last PPC units will probably be replaced in Q3 2006 that is a pretty quick transition. Then again the games industry is one of those with the most to gain from it too.
  • Reply 16 of 16
    ionyzionyz Posts: 491member
    Other then games, I would assume PowerPC marketshare trumps cost support it. There are cases where it slides in Intel-only favor, maybe something aimed at consumers but requires lots of power. I don't know.



    Today I just ordered a dual 1.8 GHz G4 upgrade for my Digital Audio Power Mac, maybe its just wishful thinking on my part
Sign In or Register to comment.