Viewing profile — jon_cham
jon_cham
HN member- Joined
- Wed, Mar 19, 2014, 1:39 AM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About jon_cham
Converting Your C# into C++
Developer @ Unity Technologies (http://www.unity3d.com )
Mono Project Hacker (http://www.mono-project.com )
Speaker of Pittsburghese
Recent public activity
-
comment
Comment #8475795
IL2CPP seeks to provide similar functionality as AOT platforms supported by mono today (e.g. iOS). If something works on iOS, it has a very good chance of running on an IL2CPP supp…
-
comment
Comment #7426339
The exported user scripts are actually .Net assemblies. They are run via the mono VM using it's JIT (just in time) compiler on platforms that support it, and are AOT (ahead of time…