Displaying 1 result from an estimated 1 matches for "d973d0dd".
Did you mean:
d97380d2
2013 Sep 03
2
[LLVMdev] LLVM in place of Dalvik on Android
Hi all, does anyone here know if Google has considered trading out the
Dalvik VM for LLVM?
What specifically I have in mind is that apps could be compiled to LLVM IR
and distributed (after optimization) in that form, and then compiled to
machine code on the Android machine itself. This would leave only ISA
optimizations to the Android machine.
It would seem, from my limited perspective, that