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)