]> git.eshelyaron.com Git - emacs.git/commit
Move a runtime interpreter check to debug mode
authorMattias Engdegård <mattiase@acm.org>
Sun, 2 Jan 2022 10:15:41 +0000 (11:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 24 Jan 2022 10:41:46 +0000 (11:41 +0100)
commit4ff1fb8eb475a540c094878db1811797e2ca2368
tree12f43f5452514af85349f610965a7ae27f2b6b57
parentb3377e67a7b20a9a53aa2129b2c3951be67ad102
Move a runtime interpreter check to debug mode

* src/bytecode.c (exec_byte_code): Perform bytecode unwinding error
check only when building with debugging (NDEBUG not defined, checking
enabled, or BYTE_CODE_SAFE enabled).  This improves speed in several
ways.
src/bytecode.c