-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestlow hanging fruitBite-size tasksBite-size tasks
Description
I'm looking at src/Array.hs and a bunch of its functions are marked INLINE, which is incorrect because the functions are not used in that module, they are only exported, so there is no place to inline them at. If you want to say that this function should be inlined in other modules, you should mark that function as INLINABLE instead.
This probably applies to some other modules besides Array.hs. I fixed it in a bunch of places in sorting modules in the past, but these were only critical places. We probably can gain a little more performance by properly marking the rest.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow hanging fruitBite-size tasksBite-size tasks