The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Adventures with the .NET Garbage Collector and the JIT Optimizer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
Adventures with the .NET Garbage Collector and the JIT Optimizer Posted: Apr 20, 2007 3:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Max Zone.
Original Post: Adventures with the .NET Garbage Collector and the JIT Optimizer
Feed Title: dzone.com: .net
Feed URL: http://www.dzone.com/feed/frontpage/.net/rss.xml
Feed Description: dzone.com: fresh .net links for developers
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Max Zone
Latest Posts From dzone.com: .net

Advertisement
Recently, Dan Shechter sent me a code sample that illustrates a certain peculiarity of the .NET garbage collector. The sample application is fairly simple; it manipulates an array and displays the total memory size. One important detail we should pay attention to is that a garbage collection is forced when "DisplayMemory()" calls "GC.GetTotalMemory()" with a value of "true". Consequently, the application flow looks like thi

Read: Adventures with the .NET Garbage Collector and the JIT Optimizer

Topic: NUnit addin for NSpecify Previous Topic   Next Topic Topic: HOWTO: Manipulate Items in Windows PowerShell

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use