]> git.eshelyaron.com Git - emacs.git/commit
src/bytecode.c: Avoid comparing values unnecessarily in Bswitch
authorVibhav Pant <vibhavp@gmail.com>
Fri, 10 Feb 2017 17:55:42 +0000 (23:25 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Fri, 10 Feb 2017 17:55:42 +0000 (23:25 +0530)
commitdcd0e6fe3ae24a716e1f665b12d877681bb8cc21
treecdae0b151ed694e773cded013157e4ef93d2c528
parent2d10d4ad1a24727b9c1db6664bc8f92eaa3fd4c8
src/bytecode.c: Avoid comparing values unnecessarily in Bswitch

* src/bytecode.c: (exec_byte_code) While linear searching the jump
  table, compare the value's hash table first to avoid calling
  h->test.cmpfn every time.
src/bytecode.c