Add NOINLINE pragma to hPutStr'
There appears to be no benefit in inlining this function. If you turn up the unfolding threshold a lot then it eventually inlines which produces a bit unoptimisable program. Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4246
Please register or sign in to comment