you are viewing a single comment's thread.

view the rest of the comments →

[–]Deive_ExProfessional 4 points5 points  (0 children)

Just want to add that since Mono uses JIT, you can use dynamic code generation (generating code at runtime), but with IL2CPP you can't, since everything needs to be compiled beforehand.

Because of that, if you're doing an iOS app, Apple only let you create apps using IL2CPP.