¡@

Home 

c# Programming Glossary: l_0008

Generate tail call opcode

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

L_0004 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.. L_0004 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.. L_0004 ldarg.1 L_0005 ret L_0006 ldarg.0 L_0007 ldc.i4.1 L_0008 sub L_0009 ldarg.1 L_000a ldarg.0 L_000b add L_000c starg.s..

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

System.Guid guid L_0001 ldloca.s guid L_0003 ldstr L_0008 call instance void mscorlib System.Guid .ctor string Removed..

What really happens in a try { return x; } finally { x = null; } statement?

http://stackoverflow.com/questions/421797/what-really-happens-in-a-try-return-x-finally-x-null-statement

Program SomeNumber L_0005 stloc.0 L_0006 leave.s L_000e L_0008 call void Program Foo L_000d endfinally L_000e ldloc.0 L_000f.. L_000d endfinally L_000e ldloc.0 L_000f ret .try L_0000 to L_0008 finally handler L_0008 to L_000e This basically declares a local.. ldloc.0 L_000f ret .try L_0000 to L_0008 finally handler L_0008 to L_000e This basically declares a local variable CS 1 0000..

Is the null coalesce operator thread safe?

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

ConsoleApplication1.Program MainClass _bar L_0007 dup L_0008 brtrue.s L_0010 L_000a pop L_000b newobj instance void mscorlib..

Why is the C# compiler emitting a callvirt instruction for a GetType() method call?

http://stackoverflow.com/questions/845657/why-is-the-c-sharp-compiler-emitting-a-callvirt-instruction-for-a-gettype-meth

mscorlib System.Object .ctor L_0006 stloc.0 L_0007 ldloc.0 L_0008 callvirt instance class mscorlib System.Type mscorlib System.Object..

Is it better to declare a variable inside or outside a loop?

http://stackoverflow.com/questions/8535846/is-it-better-to-declare-a-variable-inside-or-outside-a-loop

int32 System.Core System.Linq.Enumerable Range int32 int32 L_0008 callvirt instance class mscorlib System.Collections.Generic.IEnumerator`1.. int32 System.Core System.Linq.Enumerable Range int32 int32 L_0008 callvirt instance class mscorlib System.Collections.Generic.IEnumerator`1..