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

Enable AltJits build for LoongArch64 and RiscV64 #110282

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

hez2010
Copy link
Contributor

@hez2010 hez2010 commented Nov 30, 2024

...so that

  • Any changes lead to build failure can be observed
  • Being able to inspect codegen using crossgen2 on other platforms

Introduced a new subset Clr.AllJitsCommunity

Closes #97712

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 30, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Nov 30, 2024
@hez2010
Copy link
Contributor Author

hez2010 commented Nov 30, 2024

Build is passing. Now I'm going to work on the new build subset.

@MichalPetryka
Copy link
Contributor

This should be marked as closing #97712.

@jkotas jkotas added arch-riscv Related to the RISC-V architecture arch-loongarch64 labels Nov 30, 2024
@huoyaoyuan
Copy link
Member

Seems that this will also be included in the default build clr? Building altjit is already taking a significant portion of time.

@hez2010
Copy link
Contributor Author

hez2010 commented Nov 30, 2024

Seems that this will also be included in the default build clr? Building altjit is already taking a significant portion of time.

That's why there's a TODO in the PR description.

xen0n pushed a commit to loongson-community/dotnet that referenced this pull request Dec 4, 2024
xen0n pushed a commit to loongson-community/dotnet that referenced this pull request Dec 5, 2024
@hez2010
Copy link
Contributor Author

hez2010 commented Dec 5, 2024

Introduced a new subset Clr.AllJitsCommunity. Now it's ready for merge.
@jakobbotsch Please take a look.

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-loongarch64 arch-riscv Related to the RISC-V architecture area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide subsets for AltJits for RISC-V and LoongArch64
4 participants