]> git.eshelyaron.com Git - emacs.git/commit
* Rework the backend to allocate arument arrays for call by references
authorAndrea Corallo <akrl@sdf.org>
Sun, 12 Jul 2020 08:54:48 +0000 (10:54 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 13 Jul 2020 12:32:04 +0000 (14:32 +0200)
commitc389feede5f1138b23e43edb23564e6ef14d4170
tree6c8dad07cf869d89ff8649ce9523d26cb61e3b5a
parent5f13016cedd245a7388ffafddffa20268afaf023
* Rework the backend to allocate arument arrays for call by references

* src/comp.c (comp_t): Add 'zero' field.
(emit_limple_call_ref): Allocate an array to host the parametes
and generate the code moving values into.
(Fcomp__init_ctxt): Initialize comp.zero.
src/comp.c