refine estimate of bootimage overhead in readme.txt

This commit is contained in:
Joel Dice 2009-03-15 17:29:45 -06:00
parent 6fef9f2464
commit 482055b7d4

View File

@ -341,7 +341,7 @@ For boot image builds:
* Cons: the pre-parsed classes and AOT-compiled methods take up more
space in the executable than the equivalent class files. In
practice, this can make the executable 50-100% larger. Also, AOT
practice, this can make the executable 30-50% larger. Also, AOT
compilation does not yet yield significantly faster or smaller code
than JIT compilation.