Skip to content

WIP: stranal: Propagate strictness through noinline

Ben Gamari requested to merge wip/no-inline-strictness into master

Ticket #16588 (closed) noticed that 'noinline f x' would hide the strictness of 'f' from the demand analyser. Fix this.

Edited by Ben Gamari

Merge request reports