]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve 'native-comp-debug' documentation
authorAndrea Corallo <acorallo@gnu.org>
Mon, 8 Jul 2024 09:05:29 +0000 (11:05 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:49:19 +0000 (19:49 +0200)
* lisp/emacs-lisp/comp.el (native-comp-debug): Improve doc.
* doc/lispref/compile.texi (Native-Compilation Variables): Likewise.

(cherry picked from commit 76683853905e73c3f40151f28a8ac7772f2dcec3)

doc/lispref/compile.texi
lisp/emacs-lisp/comp.el

index 9f93fb4a981443892702ab0a3abd8ba5e2a54b0f..6ca97e0dc4fd9ed0266ddec52a95ed42943d391b 100644 (file)
@@ -1024,6 +1024,9 @@ Like 1, and in addition dump pseudo-C code.
 Like 2, and in addition dump the GCC intermediate passes and
 @file{libgccjit} log file.
 @end table
+
+When generated the pseudo C code is deposed in the .eln output
+directory.
 @end defopt
 
 @defopt native-comp-verbose
index 2844e89c661d794900d7079849b0dfa6515a6d38..15079903a03d379d775bbcdb28ec7661c6936ff2 100644 (file)
@@ -75,7 +75,9 @@ This is intended for debugging the compiler itself.
   1 emit debug symbols.
   2 emit debug symbols and dump pseudo C code.
   3 emit debug symbols and dump: pseudo C code, GCC intermediate
-  passes and libgccjit log file."
+  passes and libgccjit log file.
+When generated the pseudo C code is deposed in the .eln output
+directory."
   :type 'natnum
   :safe #'natnump
   :version "29.1")