Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » GC   (RSS)

Using the .NetCF Remote Performance Monitor to find memory leaks: A real world example

A few weeks ago I posted an entry describing how to use the .Net Compact Framework Remote Performance Monitor to find managed memory leaks . The other day I ran across a post from Rabi Satter describing how he used to tool to solve a critical leak for
Posted by stevenpr | 0 Comments
Filed under: ,

Using the .Net Compact Framework Remote Performance Monitor to Optimize your application's memory usage

The November issue of .Net Developers Journal includes a new article on using the Remote Performance Montior . In the article I describe how to interpret the various memory-related counters to optimize how your Compact Framework application uses memory
Posted by stevenpr | 1 Comments
Filed under: ,

.Net Compact Framework GC article in .Net Developers Journal

I recently wrote an article for . Net Developers Journal on how operations like boxing and string manipulations can affect the performance of the Compact Framework's garbage collector. Credit for the ideas and samples in the article go to Roman Batoukov
Posted by stevenpr | 0 Comments
Filed under:

The Design of the .Net Compact Framework CLR, Part III: GC Heap Management

Here's Part III of the series on the design of the .Net Compact Framework CLR. Previous posts in this series provided an overview of how the CLR manages memory and described the basic design tenants of the JIT compilers: Part I, Overview and Background
Posted by stevenpr | 5 Comments
Filed under:

An Overview of the .Net Compact Framework Garbage Collector

Developers frequently ask for more information about how the garbage collector works in the Compact Framework.   In this blog entry, I’ll address the questions we are most often asked about the collector.   I’ll start by describing
Posted by stevenpr | 24 Comments
Filed under:
 
Page view tracker