Skip to content

Commit

Permalink
lowered occurrence threshold for now
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jul 25, 2023
1 parent 5952c05 commit f3dbc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsley-core/src/ghc/Parsley/Internal/Opt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on = True
off = False

defaultPrimaryInlineThreshold :: Maybe Rational
defaultPrimaryInlineThreshold = Just $ 13 % 10 * {- Occurrence Bias -} 5
defaultPrimaryInlineThreshold = Just $ 13 % 10 * {- Occurrence Bias -} 3

defaultSecondaryInlineThreshold :: Maybe Rational
defaultSecondaryInlineThreshold = Just $ 13 % 10
Expand Down

0 comments on commit f3dbc7d

Please sign in to comment.