guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 26/27: Remove debug printout in specialize-numbers


From: Andy Wingo
Subject: [Guile-commits] 26/27: Remove debug printout in specialize-numbers
Date: Wed, 11 Nov 2015 11:39:16 +0000

wingo pushed a commit to branch master
in repository guile.

commit 7dc3e4ba2333e5007729f7f63bfe27dee5d1939d
Author: Andy Wingo <address@hidden>
Date:   Thu Oct 29 14:55:29 2015 +0000

    Remove debug printout in specialize-numbers
    
    * module/language/cps/specialize-numbers.scm (apply-f64-specialization):
      Remove printout.  I didn't see any when compiling Guile, which means
      that probably this optimization doesn't hit for any code in Guile
      itself, sadly :P
---
 module/language/cps/specialize-numbers.scm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/module/language/cps/specialize-numbers.scm 
b/module/language/cps/specialize-numbers.scm
index 9aa8035..5f15806 100644
--- a/module/language/cps/specialize-numbers.scm
+++ b/module/language/cps/specialize-numbers.scm
@@ -324,7 +324,6 @@
               (setk label ($kargs names bound-vars ,box-term)))))))
      (compute-box-labels)
      cps))
-  (pk 'specializing phis)
   (box-results (unbox-operands)))
 
 (define (specialize-f64-phis cps)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]