emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1873ef3 1/3: Remove now-inaccurate bytecode comment


From: Paul Eggert
Subject: [Emacs-diffs] master 1873ef3 1/3: Remove now-inaccurate bytecode comments
Date: Fri, 15 Jul 2016 20:31:52 +0000 (UTC)

branch: master
commit 1873ef3b8986193803cee2721ee738f8dee39514
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Remove now-inaccurate bytecode comments
    
    * src/bytecode.c: Remove comments that are no longer accurate.
    Most of these are actually old ChangeLog entries.
---
 src/bytecode.c |   19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/src/bytecode.c b/src/bytecode.c
index c9e4a25..75d51cc 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -17,22 +17,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/*
-hacked on by address@hidden 17-jun-91
-  o  added a compile-time switch to turn on simple sanity checking;
-  o  put back the obsolete byte-codes for error-detection;
-  o  added a new instruction, unbind_all, which I will use for
-     tail-recursion elimination;
-  o  made temp_output_buffer_show be called with the right number
-     of args;
-  o  made the new bytecodes be called with args in the right order;
-  o  added metering support.
-
-by Hallvard:
-  o  added relative jump instructions;
-  o  all conditionals now only do QUIT if they jump.
- */
-
 #include <config.h>
 
 #include "lisp.h"
@@ -314,8 +298,7 @@ struct byte_stack
 #endif
 
   /* The string containing the byte-code, and its current address.
-     Storing this here protects it from GC because mark_byte_stack
-     marks it.  */
+     Storing this here protects it from GC.  */
   Lisp_Object byte_string;
   const unsigned char *byte_string_start;
 



reply via email to

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