C# compile finalize method's on runtime?
- by Royi Namir
As im reading through 3 books about GC , ive notice some strange fact :
C# via CLR
CriticalFinalizerObject : the CLR treats this class and classes derived from it in a very special manner
what ???
"not find enough memory to COMPILE a method? " IMHO - the code should be already compiled... no ?
when Im writing c# code - the whole code is compiled to IL before its running... no?
but according to the text - at RUNTIME - he MAY find insufficient memory for compile...
Help ?