Skip to content

Raise MAX_METHODS limit in Multicore JIT - #119359

Merged
jkotas merged 3 commits into
dotnet:mainfrom
FixBo:main
Sep 7, 2025
Merged

Raise MAX_METHODS limit in Multicore JIT#119359
jkotas merged 3 commits into
dotnet:mainfrom
FixBo:main

Conversation

@FixBo

@FixBoFixBo commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

Increase the MAX_METHODS limit in Multicore JIT to support larger workloads. This prevents hitting the previous cap of 16384 methods and allows faster startup for large applications.

@github-actionsgithub-actionsBot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 4, 2025
@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label Sep 4, 2025
Comment threadsrc/coreclr/vm/multicorejitimpl.h Outdated
@jkotas
jkotas merged commit 760992e into dotnet:mainSep 7, 2025
98 checks passed
@FixBo

FixBo commented Sep 8, 2025

Copy link
Copy Markdown
ContributorAuthor

Can this change be backported to 10.0?

@jkotas

Copy link
Copy Markdown
Member

This change does not meet the bar for backports (security bugs, regressions, reliability issues, bugs in new features, ...).

@github-actionsgithub-actionsBot locked and limited conversation to collaborators Oct 9, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community-contributionIndicates that the PR has been added by a community memberneeds-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@FixBo@jkotas