1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00
Paul Eggert a815e5f195 Remove interpreter’s byte stack
This improves performance overall on my benchmark on x86-64,
since the interpreted program-counter resides in a machine
register rather than in RAM.
* etc/DEBUG, src/.gdbinit: Remove xbytecode GDB command, as there
is no longer a byte stack to decode.
* src/bytecode.c (struct byte_stack, byte_stack_list)
(relocate_byte_stack): Remove.  All uses removed.
(FETCH): Simplify now that pc is now local (typically, in a
register) and no longer needs to be relocated.
(CHECK_RANGE): Remove.  All uses now done inline, in a different way.
(BYTE_CODE_QUIT): Remove; now done by op_relative_branch.
(exec_byte_code): Allocate a copy of the function’s bytecode,
so that there is no problem if GC moves it.
* src/lisp.h (struct handler): Remove byte_stack member.
All uses removed.
* src/thread.c (unmark_threads): Remove.  All uses removed.
* src/thread.h (struct thread_state): Remove m_byte_stack_list member.
All uses removed.  m_stack_bottom is now the first non-Lisp field.
2016-12-23 21:46:53 -08:00
..
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-12-07 12:39:08 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-12-02 14:08:59 +01:00
2016-11-07 19:55:25 +02:00
2016-01-01 01:34:24 -08:00
2014-03-22 16:47:20 -07:00
2016-01-01 01:59:19 -08:00
2016-05-01 18:53:31 -07:00
2016-12-23 21:46:53 -08:00
2016-10-23 02:43:16 -07:00
2016-01-01 01:34:24 -08:00
2016-11-04 14:50:59 -07:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
FTP
GNU
2015-01-01 09:18:06 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2014-03-22 16:47:20 -07:00
2016-12-06 23:43:24 -08:00
2016-01-01 01:34:24 -08:00
2016-12-22 19:09:01 -05:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-11-04 14:50:59 -07:00
2016-11-19 14:31:05 -08:00
2016-01-01 01:34:24 -08:00
2016-11-19 14:58:05 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-02-06 16:11:18 +11:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2016-01-01 01:34:24 -08:00
2014-03-22 16:47:20 -07:00

This directory contains the architecture-independent files used by or
with Emacs.  This includes some text files of documentation for GNU
Emacs or of interest to Emacs users, and the file of dumped docstrings
for Emacs functions and variables.

COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES

File: emacs.icon
  Author: Sun Microsystems, Inc
  Copyright (C) 1999, 2001-2016 Free Software Foundation, Inc.
  License: GNU General Public License version 3 or later (see COPYING)