runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[wasm] Tracking issue for options for build improvements

Open radical opened this issue 4 years ago • 2 comments

Ideas that we can try:

For build time:

  • [x] Compile bitcode files, and use the .o files for the linking step (https://github.com/dotnet/runtime/issues/50285) (assigned: @radical)
  • [ ] WasmDedup=true
  • [x] DisableParallelAot=false
  • [x] Incremental builds, correctly handle dependencies (https://github.com/dotnet/runtime/issues/51013)

General build improvements:

  • [x] lewing: emcc-flags.txt should be line based and emcc-flags.rsp
  • [ ] Consider moving some bits of Emscripten property checks and setup to the WorkloadManifest package.

/cc @vargaz @steveisok @lewing

radical avatar Mar 26 '21 16:03 radical

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.

Issue Details

Ideas that we can try:

  • [ ] Compile bitcode files, and use the .o files for the linking step (https://github.com/dotnet/runtime/issues/50285)
  • [ ] WasmDedup=true
  • [ ] DisableParallelAot=false

/cc @vargaz @steveisok @lewing

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

msftbot[bot] avatar Mar 26 '21 16:03 msftbot[bot]

/cc @kg @CoffeeFlux @akoeplinger

radical avatar Mar 26 '21 17:03 radical

Closing this as there is only one issue left - https://github.com/dotnet/runtime/issues/89482 , and marking that for 8.0 .

radical avatar Aug 04 '23 21:08 radical