]> git.eshelyaron.com Git - emacs.git/commit
Revert "Store bytecode offset within exec_byte_code"
authorZach Shaftel <zshaftel@gmail.com>
Sun, 14 Jun 2020 21:20:48 +0000 (17:20 -0400)
committerZach Shaftel <zshaftel@gmail.com>
Sun, 14 Jun 2020 21:20:48 +0000 (17:20 -0400)
commit3d5ac37d36ecae90a634515b78608062fc9729be
treebe44540774a9242f8990eb3f1ed46d17ed7b51c1
parentf6ec28d7974785b625e395d57cb18d1f2110fe4c
Revert "Store bytecode offset within exec_byte_code"

This reverts commit f6ec28d7974785b625e395d57cb18d1f2110fe4c.

This commit was just a terrible idea. Caused segfaults, violated the
comment in lisp.h that only eval.c should access `union specbinding`,
and didn't even improve performance.
src/bytecode.c
src/eval.c
src/lisp.h