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

[browser][ST] trimming #110840

Open
pavelsavara opened this issue Dec 19, 2024 · 2 comments
Open

[browser][ST] trimming #110840

pavelsavara opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm size-reduction Issues impacting final app size primary for size sensitive workloads
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Dec 19, 2024

  • System.Collections.Concurrent.ConcurrentQueue in System.Threading.ThreadPoolWorkQueue doesn't need to be concurrent
  • Monitor.Wait in System.Threading.Tasks.Task.InternalWait
  • System.TimeZoneInfo.TryGetLocalTzFile touching File in invariant
  • System.TimeZoneInfo::.cctor -> Utf8StringMarshaller/ManagedToUnmanagedIn
  • System.Threading.LowLevelMonitor.Wait
  • System.Threading.Thread.Sleep
  • Mono.HotReload.FieldStore
  • Mono.HotReload.InstanceFieldTable/InstanceFields
  • JavaScriptExports.LoadLazyAssembly, LoadSatelliteAssembly, DumpAotProfileData

https://github.com/DamianEdwards/WasmClientSideValidation/blob/5f07e2f54fc43935b3f3c40e5bcf4899ba118e37/ClientSideValidator/ILLink.Substitutions.xml

@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm size-reduction Issues impacting final app size primary for size sensitive workloads labels Dec 19, 2024
@pavelsavara pavelsavara added this to the 10.0.0 milestone Dec 19, 2024
@pavelsavara pavelsavara self-assigned this Dec 19, 2024
Copy link
Contributor

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

Copy link
Contributor

Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Build-mono os-browser Browser variant of arch-wasm size-reduction Issues impacting final app size primary for size sensitive workloads
Projects
None yet
Development

No branches or pull requests

1 participant