Skip to content

Call Arity: A few optimisations

Ben Gamari requested to merge wip/T18789 into master

A few changes in the call-arity analysis:

  • Fix various comment typos
  • Use strict left fold instead of right fold to unnecessary thunk allocation
Edited by Ben Gamari

Merge request reports