Replies: 1 comment 1 reply
-
There is a already an implementation of that but it is core is close source and commercial. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've successfully ported the MONO virtual machine to the STM32H7 platform. It currently runs, but the generated instructions are in the ARMv7-A ARM instruction set, while our target platform requires the ARMv7-M Thumb-2 instruction set.
Is there anyone capable of developing a JIT compiler backend? We need to generate machine code based on MONO IR.
The current adaptation is for .NET 9. The compiled firmware size is 4MB (-O0, no optimizations enabled)
Beta Was this translation helpful? Give feedback.
All reactions