You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
I think the key difference is that IL2C is a green field implementation of everything. It does not seems to be reusing much from the other .NET implementations. CoreRT on the other hand is setup to reuse as much as possible from other .NET implementations and CppCodeGen re-implements just the part that is really unique to CppCodeGen. This setup makes it more viable to maintain and keep up to date.
https://github.com/kekyo/IL2C
Can this repo replace CppCodeGen?
The text was updated successfully, but these errors were encountered: