A
az.anonymous
As far as I know, csc does not support inline IL. I was wondering: is
there any C# compiler that allows inline IL????
there any C# compiler that allows inline IL????
As far as I know, csc does not support inline IL. I was wondering: is
there any C# compiler that allows inline IL????
Arne Vajhøj said:What is the point ?
Since optimization is not done in C#->IL but in IL->x86, then
there are no reason to believe it could be used for optimization
and you can not use IL to access various low level hardware
features.