]> Kevux Git Server - fll/commit
Update: Improve execution functions to use fewer allocations.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Sep 2020 03:32:47 +0000 (22:32 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Sep 2020 03:32:47 +0000 (22:32 -0500)
commit640e1a8727f53da53771b3dc608ab4ccce93d309
tree76dfffd374ec7d69d28f8394d151871297fb4306
parentfc8036a95a3fea0a1cf9dfb17d3faf0050277959
Update: Improve execution functions to use fewer allocations.

While the project is allocation heavy, I do try to avoid allocations where I reasonably can without breaking the design.
In this case, I can see no reason for allocation this memory in this way.
All that needs to be done here is just to point to the existing strings!
level_2/fll_execute/c/execute.c