diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-09-12 08:25:13 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-09-12 08:25:36 -0400 |
commit | 997415504c37b4dc1f486b9d9925c4e16ade015c (patch) | |
tree | 81bdd63738eb07ce2476309d9f0077494202e7fc /lisp/emacs-lisp | |
parent | c19f5dcd474bfc883fc7555eef7d8f50a0df3157 (diff) | |
download | emacs-997415504c37b4dc1f486b9d9925c4e16ade015c.tar.gz |
* src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)
Now that "key == Qunbound" is used to determine if a hash table entry
is available, we can't stash pre-allocated vectors into the `key` slot
anymore, so use the `value` slot instead.
(make_log): Pre-fill the `value` slots i.s.o `key`.
(evict_lower_half): Stash key back into `value`, i.s.o `key`.
(record_backtrace): Get pre-allocated vector for `value` i.s.o `key`.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions