[docs] Clearify wording a bit about code sharing occuring once per architecture.

This commit is contained in:
Rolf Bjarne Kvinge 2017-02-17 18:45:00 +01:00
Родитель 8f65836e4d
Коммит 0fc9c35f90
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -25,11 +25,11 @@ If Xamarin.iOS determines that code sharing can occur, then it builds one
framework for all the assemblies in the SDK, and this framework is shared
between extensions and the main app. This significantly reduces total code
size of the app (and the build time, since every assembly is only AOT-compiled
once).
once per architecture).
Additionally, when code sharing is enabled, Xamarin.iOS will also AOT-compile
every assembly (not only SDK assemblies) only once, which greatly speeds up
compilation time.
every assembly (not only SDK assemblies) only once (per architecture), which
greatly speeds up compilation time.
It's also possible to manually specify the assembly build target, by passing
--assembly-build-target to mtouch: