By tag: JIT
0
kicks
Unsigned Advantage
Presents some interesting differences between the assembly code produced when performing some common arithmetic operations with signed and unsigned integers.
0
kicks
Did it with .NET - Adventures with the Garbage Collector and the JIT O
Dan Shechter's code sample that illustrates a certain peculiarity of the .NET garbage collector.
0
kicks
Adventures with the Garbage Collector and the JIT Optimizer
This article delves into a certain peculiarity of the .NET garbage collector. Along the way, it explores IL, optimized JIT-compiled code and even the underlying CLR structures.
0
kicks
NHibernate vs. LINQ to Entities
Having just come from a heated in-person discussion on the subject, I'd thought I'd toss my views on the subject into the ring. Also (toward the bottom) a couple resources for grokking the LINQ to Entities vision.