Skip to content

ATTR_NOINLINE is not needed for evacuate_large

Felix Yan requested to merge felixonmars/ghc:no-attr-noinline into master

In #12416 (closed), the commit message states that the fix in #17944 (closed) didn't succeed. In my experiments on Arch Linux, it was because that the definition in line 61 wasn't updated accordingly.

The inline error is still present here with the change in #17944 (closed), but after removing "STATIC_INLINE" from line 61, it's gone.

Thus I think ATTR_NOINLINE is not needed here.

Merge request reports