Skip to content

Commit

Permalink
Merge pull request #536 from RyanGlScott/master
Browse files Browse the repository at this point in the history
Remove INLINE pragma on timeOfDay64
  • Loading branch information
bergmark committed Apr 2, 2017
2 parents 2abacb9 + 13eea8c commit 83f2830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Data/Aeson/Encoding/Builder.hs
Expand Up @@ -234,7 +234,6 @@ timeOfDay64 (TOD h m s)
pico = 1000000000000 -- number of picoseconds in 1 second
micro = 1000000 -- number of microseconds in 1 second
milli = 1000 -- number of milliseconds in 1 second
{-# INLINE timeOfDay64 #-}

timeZone :: TimeZone -> Builder
timeZone (TimeZone off _ _)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/aeson-benchmarks.cabal
Expand Up @@ -179,7 +179,7 @@ executable aeson-benchmark-json-parse

executable aeson-benchmark-dates
main-is: Dates.hs
ghc-options: -Wall -O2 -rtsopts -fsimpl-tick-factor=200
ghc-options: -Wall -O2 -rtsopts
build-depends:
base,
base-compat,
Expand Down

0 comments on commit 83f2830

Please sign in to comment.