Closed
Description
We're currently generating and processing full dwarf debug information for native and aot'd methods, then in a separate pass stripping that information in release mode (depending on several options) this can add substantial time and memory overhead. We need to review the emscripten compiler options and optimize the default case better. As part of the process we should review some of the properties we use and see if there is an easy way to surface some of them to the customer.
- debug info
- initial memory
- TrimMode -> remove partial setting [mono] Try enabling full trimming by default when not using blazor #89110
- Memory size