Jayke Meijer пре 14 година
родитељ
комит
ceb2f51c2c
2 измењених фајлова са 2 додато и 4 уклоњено
  1. 1 1
      report/report.tex
  2. 1 3
      src/optimize/__init__.py

+ 1 - 1
report/report.tex

@@ -303,7 +303,7 @@ Benchmark & Original     & Optimized    & Original & Optimized & Performance \\
 pi        &           94 &              &  1714468 &           &             \\
 acron     &          361 &              &  4435687 &           &             \\
 dhrystone &          752 &              &  2887710 &           &             \\
-whet      &          935 &              &          &           &             \\
+whet      &          935 &              &  2864526 &           &             \\
 slalom    &         4177 &              &  2879140 &           &             \\
 clinpack  &         3523 &              &          &           &             \\
 \hline

+ 1 - 3
src/optimize/__init__.py

@@ -15,14 +15,12 @@ def optimize(program, verbose=0):
     iterations = 0
 
     while changed:
-<<<<<<< HEAD
         iterations += 1
 
         if verbose > 1:
             print 'main iteration %d', iterations
 
-=======
->>>>>>> 98c43ff02c474a62e42ac89ba9fe20be98f9eccd
+
         changed = False
 
         # Optimize on a global level