¡@

Home 

c# Programming Glossary: ldarg.1

Really impossible to use return type overloading?

http://stackoverflow.com/questions/1481137/really-impossible-to-use-return-type-overloading

like the parameters. For instance in IL you'd say ldarg.0 ldarg.1 call int AddNumbers int int IL doesn't really have a notion..

Generate tail call opcode

http://stackoverflow.com/questions/15864670/generate-tail-call-opcode

.maxstack 8 L_0000 ldarg.0 L_0001 brtrue.s L_0005 L_0003 ldarg.1 L_0004 ret L_0005 ldarg.0 L_0006 ldc.i4.1 L_0007 sub L_0008.. ret L_0005 ldarg.0 L_0006 ldc.i4.1 L_0007 sub L_0008 ldarg.1 L_0009 ldarg.0 L_000a add L_000b call int32 ConsoleApplication2.. .maxstack 8 L_0000 ldarg.0 L_0001 brtrue.s L_0005 L_0003 ldarg.1 L_0004 ret L_0005 ldarg.0 L_0006 ldc.i4.1 L_0007 sub L_0008..

Is the conditional operator slow?

http://stackoverflow.com/questions/2259741/is-the-conditional-operator-slow

statement L_0167 ldarg.2 L_0168 brfalse.s L_0170 L_016a ldarg.1 L_016b ldc.i4.s 0x42 L_016d stind.i2 L_016e br.s L_0174 L_0170.. ldc.i4.s 0x42 L_016d stind.i2 L_016e br.s L_0174 L_0170 ldarg.1 L_0171 ldc.i4.s 0x62 L_0173 stind.i2 L_0174 ldc.i4.1 L_0175.. ldc.i4.1 L_0175 ret 2 The Conditional Operator L_0165 ldarg.1 L_0166 ldarg.2 L_0167 brtrue.s L_016d L_0169 ldc.i4.s 0x62 L_016b..

Reflection for F# units of measure

http://stackoverflow.com/questions/4005474/reflection-for-f-units-of-measure

size 5 0x5 .maxstack 4 IL_0000 nop IL_0001 ldarg.0 IL_0002 ldarg.1 IL_0003 div IL_0004 ret end of method Program CalculateVelocity..

What is differences between Multidimensional array and Array of Arrays in C#?

http://stackoverflow.com/questions/597720/what-is-differences-between-multidimensional-array-and-array-of-arrays-in-c

Code size 7 0x7 .maxstack 8 IL_0000 ldarg.0 IL_0001 ldarg.1 IL_0002 ldelem.ref IL_0003 ldarg.2 IL_0004 ldarg.3 IL_0005 stelem.i4.. Code size 10 0xa .maxstack 8 IL_0000 ldarg.0 IL_0001 ldarg.1 IL_0002 ldarg.2 IL_0003 ldarg.3 IL_0004 call instance void int32..