-
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
JIT: Test RPO-based block layout in runtime-jit-experimental #101851
Conversation
/azp run runtime-jit-experimental |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
cc @dotnet/jit-contrib |
|
We should probably enable this in libraries-pgo too. That tends to stress tier1 a bit more. |
Sure thing, I'll open a follow-up PR to do that. |
Follow-up to #101473. Since the new block layout is disabled by default, we ought to test it periodically.