Y
Hacker News
new
|
ask
|
show
|
jobs
by
sk0g
963 days ago
C# does not transpile to C++, so no. You are still left with the .net runtime, garbage collection, etc.
1 comments
pjmlp
963 days ago
IL2CPP.
Compilation via another language is an implementation detail.
link
Compilation via another language is an implementation detail.