Create managed version of llvm-objcopy
#9692
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Area: Performance
Issues with performance.
Milestone
Context: #9455
For each assembly/pdb/config/others file we wrap as a
.so
in order to place in the/lib
directory of an APK, we shell out twice tollvm-objcopy
:There is considerable overhead to this process.
In this example we spend ~42 seconds in this step:
A managed version that did not need to shell out to external processes of this would likely be faster.
Some potential options:
llvm-objcopy
to managed code using managed LLVM bindings (potentiallyLLVMSharp
)The text was updated successfully, but these errors were encountered: