Skip to content

Never Ending Journey

Mihail's blog

Tag Archives: compiler

Thoughts on C# Compiler

In 2010 I wrote the blog post Fun with pointers in C#. Back then, I thought it was fun. Today, I am not so sure. Lets take a look at the following code fragment: using System; namespace ClassLibrary1 { public class Class1 { unsafe public void Method1(ref object* obj) { Console.WriteLine(obj->ToString()); } } } If …

Continue reading “Thoughts on C# Compiler”

Posted bymslavchevMarch 23, 2013March 23, 2013Posted inRantsTags: C#, compiler

Recent Posts

  • How Not To Retire Open-Source Projects
  • Playing with Z3 Theorem Prover
  • Memory management in NativeScript for Android
  • NativeScript release life cycle
  • Lessons Learned From OSS

Recent Comments

  1. mslavchev on Embedding Chakra JavaScript Engine on Windows Phone
  2. Pramod on Embedding Chakra JavaScript Engine on Windows Phone
  3. mslavchev on On NativeScript Performance
  4. sid on On NativeScript Performance
  5. mslavchev on Preventing Stack Corruption

Archives

  • May 2024
  • December 2017
  • November 2017
  • November 2016
  • March 2016
  • October 2015
  • June 2015
  • May 2015
  • March 2015
  • February 2015
  • January 2015
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • December 2013
  • November 2013
  • September 2013
  • August 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012

Categories

  • .NET
  • Education
  • GC
  • Mobile
  • Rants
  • Software
  • Uncategorized
Never Ending Journey, Proudly powered by WordPress.