can any one explain about
what is retail and debug builds
how the gc know about the object is rooted or not
what are the clr components used to know about the roots.
2) when small object heap is full and large object heap is 50% full
then when i create a object where it allocates plz help iam struggling from two days
thank you
Loading

Sam HobbsPosted Mar 4, 2010, 3:34 PM
srinivasPosted Mar 4, 2010, 7:45 AM
1) what is virtual memory where is it in our system
2)diff b/w windows heap manager and clr heap manager
3)what is the initial heap size in clr heap
4)what is the relation between segments and generations
Sam HobbsPosted Mar 3, 2010, 11:30 AM
I can say that generally, a debug build has stuff to help debug the program but that takes extra time to execute. A debug build uses special versions of runtime libraries that are not licensed by Microsoft for use in systems that are not licensed for Visual Studio. A release build is optimized so that it can execute faster.