]> git.eshelyaron.com Git - emacs.git/commit
* Work around GCC bug affecting Garbage Collection (bug#65727).
authorAndrea Corallo <acorallo@gnu.org>
Sat, 18 May 2024 06:59:17 +0000 (08:59 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 May 2024 18:52:53 +0000 (20:52 +0200)
commit3a58869e87d22caec4818e780adc42a7de67521e
tree3566ce55d082ca6e59567783bc7092adb90fe630
parent1c335bef6bb859d7439562b6c386bb286b21ce15
* Work around GCC bug affecting Garbage Collection (bug#65727).

* src/lisp.h (flush_stack_call_func): Prevent GCC sibling call
optimization to run with an asm inline.

(cherry picked from commit 19c983ddedf083f82008472c13dfd08ec94b615f)
src/lisp.h