Commented out MFREE due to stack overflow with current CACAO
authorcarolyn <none@none>
Thu, 22 Jan 2004 23:00:32 +0000 (23:00 +0000)
committercarolyn <none@none>
Thu, 22 Jan 2004 23:00:32 +0000 (23:00 +0000)
jit/parseRT.c
src/vm/jit/inline/parseRT.c

index 19a14178440f2219dec6b2eee288641fddfa3ae2..6b5b618fc0444ceda411cf181478f046e70666c0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: parseRT.c 724 2003-12-09 18:56:11Z edwin $
+   $Id: parseRT.c 903 2004-01-22 23:00:32Z carolyn $
 
 */
 
@@ -1682,7 +1682,7 @@ void mainRTAparseInit (methodinfo *m )
                }
                if (AfterMain) {
                        printf("#%i : ",methRT);
-                       printf("Method missed by static analysis Main parse. See rtMissed file");
+                       printf("Method missed by static analysis Main parse. See ./rtMissed file\n");
                        /***    panic ("Method missed by static analysis Main parse. See rtMissed file");**/
                }
        }
@@ -1809,7 +1809,7 @@ void RT_jit_parse(methodinfo *m)
                                         /*RTprint*/     }
                                         /*RTprint*/     /**printObjectClassHeirarchyAll( );**/
                                                fflush(stdout);
-               MFREE(callgraph,methodinfo*,MAXCALLGRAPH);
+               /** MFREE(callgraph,methodinfo*,MAXCALLGRAPH);  causes stack overflow **/
                }
        } /*  end opt_rt */
 
index 19a14178440f2219dec6b2eee288641fddfa3ae2..6b5b618fc0444ceda411cf181478f046e70666c0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: parseRT.c 724 2003-12-09 18:56:11Z edwin $
+   $Id: parseRT.c 903 2004-01-22 23:00:32Z carolyn $
 
 */
 
@@ -1682,7 +1682,7 @@ void mainRTAparseInit (methodinfo *m )
                }
                if (AfterMain) {
                        printf("#%i : ",methRT);
-                       printf("Method missed by static analysis Main parse. See rtMissed file");
+                       printf("Method missed by static analysis Main parse. See ./rtMissed file\n");
                        /***    panic ("Method missed by static analysis Main parse. See rtMissed file");**/
                }
        }
@@ -1809,7 +1809,7 @@ void RT_jit_parse(methodinfo *m)
                                         /*RTprint*/     }
                                         /*RTprint*/     /**printObjectClassHeirarchyAll( );**/
                                                fflush(stdout);
-               MFREE(callgraph,methodinfo*,MAXCALLGRAPH);
+               /** MFREE(callgraph,methodinfo*,MAXCALLGRAPH);  causes stack overflow **/
                }
        } /*  end opt_rt */