#ifdeffed strange test
authorceriel <none@none>
Wed, 1 Aug 1990 14:34:53 +0000 (14:34 +0000)
committerceriel <none@none>
Wed, 1 Aug 1990 14:34:53 +0000 (14:34 +0000)
util/ego/ra/ra_profits.c

index ab17fa7..208dd75 100644 (file)
@@ -222,10 +222,13 @@ compute_profits(alloclist,time_opt)
                        nr_inits = Lnrelems(alloc->al_inits);
                        s = alloc->al_susecount * space - 
                                nr_inits*ospace;
+#ifdef __STRANGE__
                        if (!alloc->al_isloop && nr_inits > 0) {
                                /* might lead to increase of execution time */
                                cnt = 0;
-                       } else {
+                       } else
+#endif
+                       {
                                cnt = alloc->al_dusecount;
                        }
                        t = cnt * time - dyn_inits(alloc->al_inits) * otime;