C# compile finalize method's on runtime?
        Posted  
        
            by 
                Royi Namir
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Royi Namir
        
        
        
        Published on 2012-04-06T10:50:42Z
        Indexed on 
            2012/04/06
            11:29 UTC
        
        
        Read the original article
        Hit count: 312
        
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 ?
© Stack Overflow or respective owner