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 (3/3) IL Lowering & Outputting #83716

Merged
merged 6 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 lowering and output some IL instructions used during print "Hello World" based on the instructions of RISC-V64. In addition, it improves some logging info for debugging purposes.

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 1, 2023

Looks ok, please fix the formatting to conform to the mono coding conventions, i.e. spaces before ( and { etc. Look for the other source files for examples.

@Xinlong-Wu
Copy link
Contributor Author

it may conflicts again when second pr has been marged, I will resolve it then.

@vargaz
Copy link
Contributor

vargaz commented Apr 6, 2023

Thanks!

@vargaz vargaz merged commit 7c33f29 into dotnet:main Apr 6, 2023
@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