-
Notifications
You must be signed in to change notification settings - Fork 5k
[browser][MT] unify pthread pool size to 32 #94056
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
Closed
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
def6a45
wip
pavelsavara 568ed41
[main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/…
dotnet-maestro[bot] 2dc7c31
Revert "[arm64] Addressing modes for SIMD (#67490)" (#93981)
kunalspathak f134734
managed pool max threads
pavelsavara 6f9b06a
Revert "[browser][MT] enable all MT library tests on the runtime CI p…
pavelsavara ce1264c
Abstract out LocalBuilder, emit Locals with new ILGenerator (#93809)
buyaa-n aae9497
Interlocked intrinsic improvements (#93821)
MichalPetryka 910fb04
Fold "X >= 0 && X < NN" to "X u< NN" (#93834)
EgorBo c7479b9
[main] Update dependencies from dotnet/arcade dotnet/sdk (#94083)
dotnet-maestro[bot] 6936887
ILLink: Allow interface methods to not have newslot (#93662)
vitek-karas 5200266
Implement the ComVariant struct, the ComVariantMarshaller type, and g…
jkoritzinsky 497ae88
[wasm] Error out for AOT with no il trimming (#94064)
radical 77bd2ae
[main] Update dependencies from dotnet/installer (#94084)
dotnet-maestro[bot] 1cf878e
[wasm] make it easy to exclude browser-bench measurements (#94099)
radekdoulik af6efcb
Added the LOHThreshold public key to the GC Config. (#94068)
mrsharm 92aeed0
Add Separate Mode to XUnitLogChecker Where Only Dumps are Analyzed (#…
ivdiazsa 5f0fe49
[RISC-V] Disable FastTailCall in case of split arg (#93655)
t-mustafin 3e708f2
remove extra assert from WinHttp (#93984)
wfurt 9461f4b
[wasm] Update Wasm.Build.Tests to build with tfm=net9.0 (#93693)
radical 212a5de
Update trim/aot analyzer to run on generated code (#94069)
agocke a153c19
Use the native cross compilers on win-arm64 (#92443)
lewing 785b488
[main] Update dependencies from dnceng/internal/dotnet-optimization (…
dotnet-maestro[bot] 2e48789
Build the net8 workload msis (#94125)
lewing c2608bd
[browser][Wasm.Build.Tests] Use trimmer friendly JSON serialization (…
maraf 039631a
Remove the JIT/CheckProjects tool (#94121)
jkoritzinsky 654d5cd
[main] Update dependencies from dotnet/arcade (#94111)
dotnet-maestro[bot] e307926
[main] Update dependencies from dotnet/emsdk dotnet/sdk dotnet/arcade…
dotnet-maestro[bot] b6b00ec
Disabling two socket tests (#93916)
liveans 1a19c09
Convert all tests under baseservices to the merged test infrastructur…
trylek cf9bb86
Enable IlasmRoundTrip tests for merged tests (#93368)
TIHan e5c631d
Improve ArraySegment debugging (#90488)
pedrobsaila 7420ee7
Fix test returning 100 unconditionally (#94146)
gbalykov 3295789
Delete Interop.PrintDlg file, it was moved to dotnet/winforms (#94171)
akoeplinger 44a5abd
Use SequenceEqual in BigInteger.Equals (#91416)
Rob-Hague c1f4341
Implement PriorityQueue.Remove (#93994)
eiriktsarpalis c9a985d
enable two HTTP POST tests (#94115)
wfurt 69f2b40
[main] Update dependencies from dotnet/arcade dotnet/emsdk dotnet/sdk…
dotnet-maestro[bot] 7dba9af
JIT: update tail call IR validity checks (#94130)
AndyAyersMS 97f7738
Remove BundleLegacy test targeting netcoreapp3.0/3.1 (#94118)
elinor-fung bec0756
[main] Update dependencies from dotnet/installer (#94137)
dotnet-maestro[bot] 8d59c90
Emit/Call member references in new ILGenerator (#94116)
buyaa-n d58dd91
Expose a `Lock` type in preview mode (#87672)
kouvel 4b5756d
Arm64: Implement LoadVector64x*AndUnzip and LoadVector128x*AndUnzip A…
TIHan 67a86a2
Use Span to fill List<T> in more ToList scenarios (#86796)
brantburnett 848c729
Avoid handing out duplicate `CORINFO_MODULE_STRUCT_*` handles (#94082)
MichalStrehovsky 920cd6e
ARM64: Fix Vector64x2/3/4 API comments. Minor cleanup in AdvSimd. (#9…
TIHan 2c54204
Merge branch 'browser_mt_pool_size' of https://github.com/pavelsavara…
ilonatommy e4cc570
Revert merge bug.
ilonatommy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should put this back before merge