Em 11/04/2017 06:52, Carsten Haitzler (The Rasterman) escreveu:
>
> then why does android precompile java apps to native code on installation now
> as opposed to just keep interpreting? :)
>

Because java is jitted and doing JIT takes time, memory and battery to do. 
Plus, 
on usual VMs, there is no caching of JIT code. So they just do the JIT once and 
save it for later reuse (Its more complicated than JIT cache, but you get the 
point)


Solerman


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to