So, it's only your script code that is handled by Mono. Each platform has native runtime code. On iOS your script is converted into Arm assembly using AOT compilation. On other platforms is JITted.
↧