Click here to Skip to main content
15,889,909 members
Home / Discussions / C#
   

C#

 
GeneralRe: Garbage Collection in C#. Pin
DaveyM696-Apr-09 0:16
professionalDaveyM696-Apr-09 0:16 
GeneralRe: Garbage Collection in C#. Pin
akhilonly0076-Apr-09 0:31
akhilonly0076-Apr-09 0:31 
AnswerRe: Garbage Collection in C#. Pin
Colin Angus Mackay5-Apr-09 23:48
Colin Angus Mackay5-Apr-09 23:48 
GeneralRe: Garbage Collection in C#. Pin
S. Senthil Kumar6-Apr-09 5:22
S. Senthil Kumar6-Apr-09 5:22 
AnswerMessage Removed Pin
6-Apr-09 3:35
professionalN_tro_P6-Apr-09 3:35 
GeneralRe: Garbage Collection in C#. Pin
Colin Angus Mackay6-Apr-09 5:00
Colin Angus Mackay6-Apr-09 5:00 
GeneralRe: Garbage Collection in C#. Pin
led mike6-Apr-09 5:15
led mike6-Apr-09 5:15 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely6-Apr-09 9:05
Dan Neely6-Apr-09 9:05 
Colin Angus Mackay wrote:
It isn't bad. It just takes the longest because it is where all the large or aged objects are placed. This means it doesn't have the same performance as a G0 collection.


Large objects (IIRC >85k) have their own heap separate from the G0/1/2 heaps. It's managed differently in that objects are fixed and the heap doesn't compact after a collect. Instead it uses a c++eqsue traversal algorithm to find a suitable place to store new objects.

Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.
-- Robert Royall

GeneralRe: Garbage Collection in C#. Pin
Colin Angus Mackay6-Apr-09 9:07
Colin Angus Mackay6-Apr-09 9:07 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely6-Apr-09 9:37
Dan Neely6-Apr-09 9:37 
GeneralRe: Garbage Collection in C#. Pin
Dan Neely7-Apr-09 7:05
Dan Neely7-Apr-09 7:05 
QuestionSend struct from c# as reference to c++ dll Pin
Ronenb5-Apr-09 23:15
Ronenb5-Apr-09 23:15 
AnswerRe: Send struct from c# as reference to c++ dll Pin
CPallini5-Apr-09 23:44
mveCPallini5-Apr-09 23:44 
QuestionC# + Webpage, questions Pin
Yinfall5-Apr-09 23:14
Yinfall5-Apr-09 23:14 
AnswerRe: C# + Webpage, questions Pin
Colin Angus Mackay5-Apr-09 23:19
Colin Angus Mackay5-Apr-09 23:19 
GeneralRe: C# + Webpage, questions Pin
Yinfall5-Apr-09 23:43
Yinfall5-Apr-09 23:43 
GeneralRe: C# + Webpage, questions Pin
Colin Angus Mackay6-Apr-09 0:18
Colin Angus Mackay6-Apr-09 0:18 
JokeRe: C# + Webpage, questions Pin
Yinfall6-Apr-09 0:26
Yinfall6-Apr-09 0:26 
QuestionEnable/Disable DataGridViewCell Pin
half-life5-Apr-09 23:09
half-life5-Apr-09 23:09 
AnswerRe: Enable/Disable DataGridViewCell Pin
Michael Bookatz5-Apr-09 23:38
Michael Bookatz5-Apr-09 23:38 
GeneralRe: Enable/Disable DataGridViewCell Pin
half-life6-Apr-09 0:30
half-life6-Apr-09 0:30 
AnswerRe: Enable/Disable DataGridViewCell Pin
Henry Minute6-Apr-09 1:43
Henry Minute6-Apr-09 1:43 
GeneralRe: Enable/Disable DataGridViewCell Pin
half-life6-Apr-09 1:55
half-life6-Apr-09 1:55 
QuestionParser Error Message: Could not load type '_Default'. [urgent help] Pin
Yosh_5-Apr-09 23:02
professionalYosh_5-Apr-09 23:02 
AnswerRe: Parser Error Message: Could not load type '_Default'. [urgent help] Pin
Vikram A Punathambekar5-Apr-09 23:17
Vikram A Punathambekar5-Apr-09 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.