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

[RISC-V] Port Mono for RISC-V 64 Arch (2/3) thunk & tramponlie #83715

Merged
merged 3 commits into from Apr 6, 2023

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
81 of 101 checks passed
@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.

None yet

3 participants