emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 6eb14da 08/17: * Dump log and intemediate GCC IRs on


From: Andrea Corallo
Subject: feature/native-comp 6eb14da 08/17: * Dump log and intemediate GCC IRs only at comp-debug 3
Date: Fri, 15 May 2020 15:07:55 -0400 (EDT)

branch: feature/native-comp
commit 6eb14daccf0e3045fbbc858b4d3aeb3006f14e60
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Dump log and intemediate GCC IRs only at comp-debug 3
    
        * src/comp.c (Fcomp__init_ctxt): Increase threshold for dumping
        really everything to 'comp-debug' 3.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index c88c9f3..e18bace 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3233,7 +3233,7 @@ DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, 
Scomp__init_ctxt,
                                       GCC_JIT_BOOL_OPTION_DEBUGINFO,
                                       1);
     }
-  if (COMP_DEBUG > 1)
+  if (COMP_DEBUG > 2)
     {
       logfile = fopen ("libgccjit.log", "w");
       gcc_jit_context_set_logfile (comp.ctxt,



reply via email to

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