97 条评论 (97 条评论)236 个反应 (236 个反应)0 位负责人 (0 位负责人)C#5,445 个派生 (5,445 个派生)batch import
arch-riscvarea-VM-meta-monohelp wanted
仓库指标
- 星标
- 17,886 个星标 (17,886 个星标)
- PR 合并指标
- 平均合并 12天 11小时 (平均合并 12天 11小时)30 天内合并 661 个 PR (30 天内合并 661 个 PR)
描述
Posting because I cannot find mention anywhere
I have seen that mono supports the RISC-V architecture but cannot find anything relating to .NET 5 support for RISC-V.
Are there any plans to support said architecture on future releases of .NET like ARM64 has been added?
贡献者指南
- 研究方向
- 检查当前的JIT和AOT编译管道,确定RISC V代码生成应插入的位置,从RyuJIT代码库开始。查看现有架构特定实现(如ARM64)以遵循模式。评估运行时的平台抽象层(PAL)以获取底层OS支持。调查用于AOT场景的.NET链接器和crossgen工具。审查Mono运行时对RISC V的支持以获取潜在的代码共享。
- 技术栈
- csharp
- 领域
- backendinfrastructurecompilers
- 议题类型
- 功能
- 前置要求
- C#.NET runtime internalsRISC V architecture