Skip to content

[wasm] AOT huge build time #9972

Answered by jeromelaban
sarosigy asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the report. You can find documentation about this here. Indeed, the wasm linker is particularly slow (there's no way to make it run multi-threaded that I know of), and you can adjust the optimizations, or use profiled AOT, which reduces the amount of AOTed code.

Make sure to have the IL Linker enabled as well, otherwise you'll have a lot of unused code being compiled.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sarosigy
Comment options

Answer selected by sarosigy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants