]> git.eshelyaron.com Git - emacs.git/commit
Drop unnecessary type check in varref and varset byte ops
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 18 Apr 2024 10:26:10 +0000 (12:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:06:33 +0000 (14:06 +0300)
commit4705a0343c785920bb96fdfa1cad8ca0505bfc3d
tree96104d0cda7f1b3ccd58b7072fc5adf7d4518073
parentf8c676e97b6620e0a935ecb8d4cd68fd0ab0bb3f
Drop unnecessary type check in varref and varset byte ops

* src/bytecode.c (exec_byte_code):
We can safely assume that the immediate argument to varref and varset
is a bare symbol; the byte-compiler should guarantee that.

(cherry picked from commit dba115d6bcbc955858526740254bd9a169830d7e)
src/bytecode.c