>>6this is not il2cpp.
they specifically made this because the performance people wanted a good way to generate assembly.
in the blogpost he mentions that one of the advantages is that they don't have to do gymnastics to get the cpp compiler to generate vectorized code.
so a compiler for c# which only implements a subset of it and makes a lot of assumptions, which increases performance.
i think they use the roslyn compiler to generate il and then go from there.
Edited on 16/01/2019 07:54.
>>6
this is not il2cpp.
they specifically made this because the performance people wanted a good way to generate assembly.
in the blogpost he mentions that one of the advantages is that they don't have to do gymnastics to get the cpp compiler to generate vectorized code.
so a compiler for c# which only implements a subset of it and makes a lot of assumptions, which increases performance.
i think they use the roslyn compiler to generate il and then go from there.