mirror of
https://github.com/corda/corda.git
synced 2025-01-24 05:18:24 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
7433abd402
@ -341,7 +341,7 @@ For boot image builds:
|
|||||||
|
|
||||||
* Cons: the pre-parsed classes and AOT-compiled methods take up more
|
* Cons: the pre-parsed classes and AOT-compiled methods take up more
|
||||||
space in the executable than the equivalent class files. In
|
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
|
compilation does not yet yield significantly faster or smaller code
|
||||||
than JIT compilation.
|
than JIT compilation.
|
||||||
|
|
||||||
@ -408,8 +408,9 @@ for linux-i386:
|
|||||||
|
|
||||||
for darwin-i386:
|
for darwin-i386:
|
||||||
|
|
||||||
$ ../build/darwin-i386/binaryToMacho x86 boot.jar \
|
$ ../build/darwin-i386/binaryToMacho x86 bootimage.bin \
|
||||||
__BOOT __boot __binary_boot_jar_start __binary_boot_jar_end > boot-jar.o
|
__BOOT __boot __binary_bootimage_bin_start __binary_bootimage_bin_end \
|
||||||
|
> bootimage.o
|
||||||
|
|
||||||
for other platforms: See the previous example for
|
for other platforms: See the previous example for
|
||||||
architecture-specific parameters.
|
architecture-specific parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user