Closed daniel-starke closed 7 years ago
Good fixes. I'd like to use the tail caching from #82 instead of reverse. Let's wait @lieff to update the PR, and can you try to base your's on that?
I have applied the changes from #82 and tested the result. Looks good as far as I can see.
Merged, thanks for the fixes!
Optimizations made by #81 implemented a broken list reverse algorithm. This pull request fixes this together with typos' in comments and some GCC warnings (-Wconversion, -Wcast-qual, -Wpedantic, -Wunused-variable). I have tested the applied changes successfully.