[DOTNET-ROTOR] Rotor root set enumeration question.

2003-12-30 Thread Anderson, Todd A
Does anybody know how Rotor enumerates the roots for things like preallocated exceptions and especially for string literals? String literals seem to be allocated through the GC memory allocation routines but I don't see where/how those roots are enumerated at collection time. thanks, Todd

Re: [DOTNET-ROTOR] Rotor root set enumeration question.

2003-12-30 Thread Barry Bond
PROTECTED] Subject: [DOTNET-ROTOR] Rotor root set enumeration question. Does anybody know how Rotor enumerates the roots for things like preallocated exceptions and especially for string literals? String literals seem to be allocated through the GC memory allocation routines but I don't see where