I'm researching the feasibility of adopting Godot + Mono on a platform that prohibits JIT compilation. I don't really have a good idea of the interface between the Godot engine and its Mono module, and furthermore how and when C# code is compiled and executed in the engine. Are there any resources out there that shine light on this topic, specifically as it relates to AOT compilation of C#/Mono code?