Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
1–10 of 23 posts
Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#2Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#3I wish I could find more information about them. All I can find are videos showcasing the performance improvements but without any explanation. http://www.youtube.com/user/FlexyCore/videos
A little deeper reading shows that it does this through the Dalvik VM, the VM on all Android devices.
I think the creator can say it better than me: http://www.youtube.com/watch?v=tEAz9fRoDmA
Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#4Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#5I wish I could find more information about them. All I can find are videos showcasing the performance improvements but without any explanation. http://www.youtube.com/user/FlexyCore/videos
From what I can gather, it seems FlexyCore generates more efficient, architecture specific assembly code at build time. This is where the performance gains come from. A little deeper reading shows that it does this through the Dalvik VM, the VM on all Android devices. I think the creator can say it better than me: http://www.youtube.com/watch?v=tEAz9fRoDmA
Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#6Earlier quoted context omitted.
From what I can gather, it seems FlexyCore generates more efficient, architecture specific assembly code at build time. This is where the performance gains come from. A little deeper reading shows that it does this through the Dalvik VM, the VM on all Android devices. I think the creator can say it better than me: http://www.youtube.com/watch?v=tEAz9fRoDmA
So basically it caches the native code produced by the Dalvik VM? I'm surprised Dalvik doesn't already do this.
Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#7Earlier quoted context omitted.
From what I can gather, it seems FlexyCore generates more efficient, architecture specific assembly code at build time. This is where the performance gains come from. A little deeper reading shows that it does this through the Dalvik VM, the VM on all Android devices. I think the creator can say it better than me: http://www.youtube.com/watch?v=tEAz9fRoDmA
So basically it caches the native code produced by the Dalvik VM? I'm surprised Dalvik doesn't already do this.
No more talks about it at Google IO, either.
Of course, this is also related to the Oracle's suit against Google.
I wonder if this means Google will reinvest in Dalvik, as I am betting KitKat will again only bring more Google APIs and nothing else.
Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#8Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#9Re: Google Acquires Android Performance Startup FlexyCore For A Reported $23 Million
#10Also, they should probably acquire these guys, too:
The emulator is also one of Android's longstanding problems, and it would be nice if they fixed that once and for all, too.
I'm also hoping that with the arrival of powerful ARMv8 hardware in the couple of years, maybe they'll make their SDK for ARM, too, so it doesn't even need to be emulated in x86.