Skip to content

Conversation

@Xinlong-Wu
Copy link
Contributor

These patches initially ported the JIT of MonoVM to RISC-V 64 imafdc Arch, withing lp64d ABI.
So that the runtime can run and output hello world to command line by MonoVM under these patches

image

This patch generates some of the thunk and tramponline used by the RISC-V64 architecture in MonoVM, allowing JIT code to be called between each other. There is also some exception-related code implemented in this process, but the current milestone only successfully outputs "Hello World", so some of the exception-related code may not have been tested.

ps. Only applying this patch may not compile successfully, splitting the patch is only for review purposes. more info please refer to #36748

@vargaz
Copy link
Contributor

vargaz commented Apr 3, 2023

There are conflicts between the 3 PRs, so only the first could be merged.

@vargaz vargaz merged commit aefdc63 into dotnet:main Apr 6, 2023
@Xinlong-Wu Xinlong-Wu deleted the ready-to-pr-2 branch April 6, 2023 15:17
@am11 am11 added the arch-riscv Related to the RISC-V architecture label Apr 7, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-riscv Related to the RISC-V architecture area-VM-meta-mono 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.

3 participants