1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Wine on Android (early progress)

Discussion in 'WINE' started by booman, Feb 11, 2014.

  1. booman

    booman Grand High Exalted Mystic Emperor of Linux Gaming Staff Member

    Joined:
    Dec 17, 2012
    Messages:
    8,284
    Likes Received:
    614
    Trophy Points:
    113
    Location:
    Linux, Virginia
    Home page:
    Developers are working on a Wine port to Android ARM processors.
    They were able to run Windows Solitair on an Android platform.
    Of course it ran slow because it was emulated on a Macbook, but imagine the possibilities when its optimized?
  2. Aedan

    Aedan Administrator Staff Member

    Joined:
    May 10, 2013
    Messages:
    1,058
    Likes Received:
    4
    Trophy Points:
    38
    The biggest problem is the difference in CPU, so there's a requirement to emulate chunks of the x86 platform - that's going to tend to slow stuff down. Yes, you can recompile x86 instructions at runtime, and that would increase the speed, but it's a much bigger ask than catching OS calls.
  3. booman

    booman Grand High Exalted Mystic Emperor of Linux Gaming Staff Member

    Joined:
    Dec 17, 2012
    Messages:
    8,284
    Likes Received:
    614
    Trophy Points:
    113
    Location:
    Linux, Virginia
    Home page:
    I've heard the same thing. x86 to ARM is always going to slow things down instead of just using x86.
    But processing is getting so fast these days, can't blame them for trying.

Share This Page