]> git.eshelyaron.com Git - emacs.git/commit
Refer to bytecode constant vectors (Bug#33014)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2018 04:14:10 +0000 (21:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2018 04:17:33 +0000 (21:17 -0700)
commit1ad2903a48b682985a2bd0709ec05f67a1351a8e
tree110cc95a934fbb76aeb64eceeed4775d209aac4c
parenteb903d8f20ab0c31daa27a08b0acfd30115c7b5e
Refer to bytecode constant vectors (Bug#33014)

Backport from master.
* src/bytecode.c (exec_byte_code): Save VECTOR into stack slot
so that it survives GC.  The stack slot was otherwise unused,
so this doesn’t cost us memory, only a store insn.
src/bytecode.c