Linked by Thom Holwerda on Mon 5th Dec 2011 22:48 UTC
Thread beginning with comment 499073
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: How much of an effect on compatability
by JAlexoid on Tue 6th Dec 2011 01:07
in reply to "How much of an effect on compatability"
does this have? Many Android apps use native ARM code to get around pitfalls of the Dalvik VM. I'm assuming that none of those will run on a MIPS-based Android system without a recompile.
Not that many. Since NDK restricts usage of Assembly, you would mostly have to change the NEON functionality.
RE[2]: How much of an effect on compatability
by viton on Wed 7th Dec 2011 13:31
in reply to "RE: How much of an effect on compatability"





Member since:
2006-03-13
does this have? Many Android apps use native ARM code to get around pitfalls of the Dalvik VM. I'm assuming that none of those will run on a MIPS-based Android system without a recompile.