Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Allow assemblies to be skipped for AOTMode=AotInterp #49446

Merged
merged 16 commits into from
Mar 11, 2021

Conversation

radical
Copy link
Member

@radical radical commented Mar 10, 2021

  • Allow skipping AOT, per assembly with %(_InternalForceInterpret) metadata

  • new $(WasmNativeDebugSymbols) to control symbols for dotnet.wasm (useful only for AOT case), which defaults to true

  • Path handling fixes for AOT builds on windows

  • add create-packs.proj for setting up packs from a local build, for quick local testing

  • Also, note that this changes the default $(AOTMode) to AotInterp

@radical
Copy link
Member Author

radical commented Mar 10, 2021

This is essentially #48500 minus the renaming of public items/properties.

@radical radical added the arch-wasm WebAssembly architecture label Mar 10, 2021
@ghost
Copy link

ghost commented Mar 10, 2021

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

Issue Details
  • Allow skipping AOT, per assembly with %(_InternalForceInterpret) metadata
  • new $(WasmNativeDebugSymbols) to control symbols for dotnet.wasm (useful only for AOT case), which defaults to true
  • Path handling fixes for AOT builds on windows
  • add create-packs.proj for setting up packs from a local build, for quick local testing
Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

Copy link
Member

@lewing lewing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for separating this out. Added some minor comments but I'm ok with it landing as is.

src/mono/wasm/build/WasmApp.targets Outdated Show resolved Hide resolved
src/mono/wasm/build/WasmApp.targets Show resolved Hide resolved
src/mono/wasm/build/WasmApp.targets Outdated Show resolved Hide resolved
src/mono/wasm/build/WasmApp.targets Show resolved Hide resolved
@radical radical merged commit e47b9b5 into dotnet:main Mar 11, 2021
@radical radical deleted the aot-allow-skip-asm branch March 11, 2021 22:34
@steveisok
Copy link
Member

This PR is important to fast track in order to help alleviate longer helix wasm runs.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 10, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants