Merge branch 'master' of oss.readytalk.com:/var/local/git/avian

This commit is contained in:
Joel Dice 2009-03-16 18:00:58 -06:00
commit 7433abd402

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.
@ -408,8 +408,9 @@ for linux-i386:
for darwin-i386:
$ ../build/darwin-i386/binaryToMacho x86 boot.jar \
__BOOT __boot __binary_boot_jar_start __binary_boot_jar_end > boot-jar.o
$ ../build/darwin-i386/binaryToMacho x86 bootimage.bin \
__BOOT __boot __binary_bootimage_bin_start __binary_bootimage_bin_end \
> bootimage.o
for other platforms: See the previous example for
architecture-specific parameters.