Skip to content

Remove INLINE pragma from Get.Internal.many#184

Closed
sgraf812 wants to merge 1 commit intohaskell:masterfrom
sgraf812:patch-2
Closed

Remove INLINE pragma from Get.Internal.many#184
sgraf812 wants to merge 1 commit intohaskell:masterfrom
sgraf812:patch-2

Conversation

@sgraf812
Copy link
Copy Markdown
Contributor

many is self-recursive, so it will never inline. Hence don't give it an INLINE pragma.

`many` is self-recursive, so it will never inline. Hence don't give it an `INLINE` pragma.
@bgamari
Copy link
Copy Markdown
Collaborator

bgamari commented Mar 6, 2023

This should be addressed by #197.

@bgamari bgamari closed this Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants