Preallocation of objects by rotor
Archana <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.rotor |
|---|---|
| Message-ID | <Pine.LNX.4.44.0307181133280.14323-100000@purana.csa.iisc.ernet.in> |
Hi, The log_alloc trace output indicates that before the user program allocates any objects in the heap, rotor itself does a lot of preallocations both in the small & the large objects heap. what is the liveness of these pre-created objects, does it stay all along till the end of the application?. Will these objects create pressure on the young generation of the heap [ie. can these objects cause an early young generation collection? because they are so many in number] How does rotor handle this? regards archana