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 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