-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Review compiler options (again) #80217
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsWe'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. see #79874
|
|
to expand a bit:
see #80143 for initial attempt |
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.
see #79874 #80103
The text was updated successfully, but these errors were encountered: