]> git.eshelyaron.com Git - emacs.git/commit
* Fix bug#42360
authorAndrea Corallo <akrl@sdf.org>
Wed, 15 Jul 2020 10:15:22 +0000 (12:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 15 Jul 2020 20:40:30 +0000 (22:40 +0200)
commit82169a3d97014c3eae5e7bad4aabb9220dd26b3b
tree3931482d0887bde48ac78f885df628c928deec65
parent4c46f8bac0ad3ee89ada767a6dd651411c1319a5
* Fix bug#42360

* src/comp.c (compile_function): Allocate function frame as array
if non local exits are present to retain correct Elisp semantic.
(emit_limple_call_ref): Directly use the frame array for ref calls
to have GCC spills into it before calling.
src/comp.c