Search code examples
Why is GetHashCode() method compiled differently for DateTime compared to other structs?...

c#.netcil

Read More
NullReferenceException vs. MSIL...

c#windows-phone.net-assemblycil

Read More
What risks exist if I work in a C# shop and attempt to write F# just to rely on ILSpy for conversion...

f#inlinecildecompilerilspy

Read More
How does C# handle calling an interface method on a struct?...

c#.netstructinterfacecil

Read More
Simple Add method produces too much IL code...

c#cil

Read More
Can I use OpCodes.Ldsfld without using FieldInfo?...

c#cililgenerator

Read More
Memory allocation for enumerated types in .NET...

c#.netcilgac-msil

Read More
How optimized is the C# compiler?...

c#.netoptimizationcompiler-optimizationcil

Read More
Is it possible to indirectly load a value type on the stack...

cilreflection.emit

Read More
How does the CLR know if a static field has already been initialized?...

c#.netclrcilstatic-initialization

Read More
Using "union struct" to avoid cast/box/unbox...

c#jitcil

Read More
CompileToMethod cannot compile constant '<some value>' because it is a non-trivial val...

c#linqexpressionexpression-treescil

Read More
What is the purpose of the extra ldnull and tail. in F# implementation vs C#?...

c#f#tail-recursionciltail-call-optimization

Read More
What is the "<Module>" type?...

.net.net-assemblycilmono.cecil

Read More
How to detect which .NET language is calling my code...

.netreflectioncil

Read More
Weird performance behavior...

c#performancecil

Read More
Is intermediate representation (such as bytecodes or .net IL) still an advantage?...

virtual-machinebytecodejitcil

Read More
Is CIL ldstr replaced with constant reference to the string.Intern during JIT/AOT compilation?...

c#stringcilil

Read More
Changing internal class to public (CIL, Mono.Cecil)...

c#cilmono.cecil

Read More
.NET Framework, .NET Core, .NET Native, DNX, Core CLR, CIL, PCL - simple explain?...

.netcildnxcoreclr

Read More
Redirecting to a dynamic method from a generic event handler...

c#thiscilililgenerator

Read More
Superfluous NOPs and branches in unoptimized MSIL...

c#cililildasmno-op

Read More
What does "final" mean in IL?...

c#overridingclrcil

Read More
CIL disassembly of a function parameter involving a ternary expression...

c#cildisassembly

Read More
Protect .NET DLL from CLI modification...

c#cil

Read More
CIL unbox_any instruction - strange behavior...

.netclrnullreferenceexceptioncilil

Read More
Calculation of maxstack value in IL code...

c#stackcililildasm

Read More
Program crashes when calling a function from Main...

.netclrcilinvalidprogramexception

Read More
Is overriding a final (IL) / sealed (C#) method with a different name legal?...

c#overridingclrcil

Read More
Visual Studio/RAD support for coding directly in IL?...

visual-studiointellisensecilil

Read More
BackNext