]> git.eshelyaron.com Git - emacs.git/commit
bytecomp.el: Avoid unnecessary calculation for jump table addresses.
authorVibhav Pant <vibhavp@gmail.com>
Thu, 16 Feb 2017 14:48:55 +0000 (20:18 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Thu, 16 Feb 2017 15:00:04 +0000 (20:30 +0530)
commit501ad546263ed2a902be1c9d8c1bb3af5794066b
tree3f6d94eaf6703d59015e67344c6966d6e1247be4
parent236648fe2623a10c8ca02637b79cd0ceffd0b6b9
bytecomp.el: Avoid unnecessary calculation for jump table addresses.

* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Don't do
  redundant operations while calculating the correct jump addresses
  from TAGs in jump tables.
lisp/emacs-lisp/bytecomp.el