]> git.eshelyaron.com Git - emacs.git/commit
* src/bytecode.c: (exec_byte_code) Use hash_lookup for Bswitch
authorVibhav Pant <vibhavp@gmail.com>
Wed, 18 Jan 2017 17:10:50 +0000 (22:40 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Wed, 18 Jan 2017 17:10:50 +0000 (22:40 +0530)
commit086c4eaf9d4ecc5074088115fa01c0b2fb061246
treef1adc695edfd5d790611e1b5db882e65f79d217e
parent37956463d67795819fe7d8fe02d6249388364783
* src/bytecode.c: (exec_byte_code) Use hash_lookup for Bswitch

Fgethash type checks the provided table object, which is unnecessary
for compiled bytecode.
src/bytecode.c