-
Notifications
You must be signed in to change notification settings - Fork 510
There is a IL2CPP compiler on tap #7539
Comments
There are number of C#/IL to CPP transpilers out there, with varying level of completeness. E.g. https://github.com/kekyo/IL2C is another one. Is there anything particular why you like this transpiler? |
Related: #7369 |
I also searched project of this type(il->cpp)on github,and this is the newest and has the most commits(although most commits doesn't mean highest completion),except for kekyo's IL2C。 |
The hard part is to make the transpiler to support all .NET features correctly. This transpiler is missing number of features. I am not sure how it can help with CoreRT CppCodeGen. |
I'm also looking for "il->cpp" project for interoping c# with cpp ,which means I can reuse cpp legacy code if I want turn old project to .net core platform.
such huge project could only achieved by official.Any other third party Individual doesn't have enough energy to support a project like this. |
https://github.com/kekyo/IL2C It's based on the .NET Framework and.NET Core. How do you avoid InternalCall problem |
The origin maintainer of the compiler has abandoned this project,so I fork it and made some small changes。
It's dependency is still .NET Framework and its built-in clang and llvm-linker should be updated to 8.0.
Please see this and hope your reply。
https://github.com/forestbat/il2cpp
The text was updated successfully, but these errors were encountered: