|
|
|
|
|
by eli_gottlieb
5203 days ago
|
|
>This makes absolutely no sense. This is borderline an insult to system developers -- because system software is what the device is running directly. It's ok. We're used to it. From the desktop to the laptop to the netbook to the phone, Mozilla and Google have been trying to exterminate us for years. |
|
I highly recommend you take a look at PNaCl: portable LLVM binaries run in the NaCl sandbox. Since LLVM bitcode can be JITed (or even offline compiled before execution), you would be looking at optimized code for whichever target you're running on. Very exciting stuff.
http://www.chromium.org/nativeclient/pnacl/building-and-test...