Thursday, December 22, 2005
Design of the .NET CF CLR
Posted by Jon Westfall in "DEVELOPER" @ 03:00 AM
"In the last few weeks I've been working on a series of posts that describes why various design decisions were made when building the .Net Compact Framework CLR. In this first post, I describe the environmental factors that have influenced the design and provide an overview of how the CLR manages memory. Subsequent posts will follow with details on the main design tenants of the JIT compiler, garbage collector, and class loader as well as information about how to analyze the memory usage of your Compact Framework application."
If you're interested in how .NET CF CLR works, here are a nice series of articles in Steven Pratschner's Blog that outline it's inner workings and caveats. Happy reading!
If you're interested in how .NET CF CLR works, here are a nice series of articles in Steven Pratschner's Blog that outline it's inner workings and caveats. Happy reading!