Welcome to MSDN Blogs Sign in | Join | Help

February 2004 - Posts

Explanatory notes on Rotor's Garbage Collector

I'm posting a document written by Patrick Dussud (who's an architect on the CLR team) about Rotor's GC. The first release of Rotor had a simplified GC that was polled by the FJIT (usually done at the point of a call), which is massively different to the
Posted by joelpob | 5 Comments

C# command line FTP server

I've been working on a command line driven managed FTP server for the past few weekends. Something fun I've been doing on my off-time. Feel free to check it out: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=0a7606f3-f8ec-4e39-8d0e-517248b7164c
Posted by joelpob | 11 Comments

FCalls and GC Holes

A quick heads up, Yun Jin has posted a nice addition to my previous post on adding an FCall to the Rotor source. He goes on to explain a little bit about the GC and GC holes - which is exactly what he works on all day - he's a GC Hole man. Unbelievable
Posted by joelpob | 0 Comments

Creating delegate types via Reflection.Emit

There's been a few questions on various newsgroups asking for the code sequence for generating a delegate type at runtime. I've cooked up a bit of code which illustrates the various attribute parameters that you need to pass to the Reflection.Emit builders.
Posted by joelpob | 3 Comments
 
Page view tracker