]> git.eshelyaron.com Git - emacs.git/commit
* src/alloc.c: (cleanup_vector) Dispatch on pseudovector type
authorMattias Engdegård <mattiase@acm.org>
Tue, 19 Sep 2023 19:48:19 +0000 (21:48 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 20 Sep 2023 09:30:31 +0000 (11:30 +0200)
commit054fc8a5e030d19d3c041391369d727d10287c50
tree442971f531962df3d14e5fad69fdb18b10c21438
parentfb8dfba0f14c5db43fa161103b28764ff198db8f
* src/alloc.c: (cleanup_vector) Dispatch on pseudovector type

Enable the compiler to generate a jump table instead of a chain of
conditional branches.
src/alloc.c