¡@

Home 

c# Programming Glossary: l_000b

Generate tail call opcode

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

L_0007 sub L_0008 ldarg.1 L_0009 ldarg.0 L_000a add L_000b call int32 ConsoleApplication2 ConsoleApplication2.Program Fib.. L_0007 sub L_0008 ldarg.1 L_0009 ldarg.0 L_000a add L_000b call int32 ConsoleApplication2 ConsoleApplication2.Program Fib.. L_0007 ldc.i4.1 L_0008 sub L_0009 ldarg.1 L_000a ldarg.0 L_000b add L_000c starg.s acc L_000e starg.s i L_0010 br.s L_0000 Which..

Does using “new” on a strict allocate it on the heap or stack?

http://stackoverflow.com/questions/203695/does-using-new-on-a-strict-allocate-it-on-the-heap-or-stack

newobj instance void mscorlib System.Guid .ctor string L_000b stsfld valuetype mscorlib System.Guid Test field L_0010 ret.. newobj instance void mscorlib System.Guid .ctor string L_000b call void Test MethodTakingGuid valuetype mscorlib System.Guid..

Lock statement vs Monitor.Enter method

http://stackoverflow.com/questions/2837070/lock-statement-vs-monitor-enter-method

newobj instance void ConsoleApplication2.Test .ctor string L_000b stloc.0 L_000c ldstr Tesst2 L_0011 newobj instance void ConsoleApplication2.Test..

Is the null coalesce operator thread safe?

http://stackoverflow.com/questions/4619593/is-the-null-coalesce-operator-thread-safe

_bar L_0007 dup L_0008 brtrue.s L_0010 L_000a pop L_000b newobj instance void mscorlib System.Object .ctor L_0010 stloc.0..