-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Threadingsize-reductionIssues impacting final app size primary for size sensitive workloadsIssues impacting final app size primary for size sensitive workloads
Milestone
Description
WebAssembly does not have proper threading, and so classes like ThreadPool are always single-threaded and offer no benefit. They appear to be used in libraries and are present even in the linked Corelib, but it should be possible to get them linked out and save some space. These classes hold a surprising amount of code, including things like GCMemoryInfo that aren't even in System.Threading.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Threadingsize-reductionIssues impacting final app size primary for size sensitive workloadsIssues impacting final app size primary for size sensitive workloads