cvs commit: fptools/ghc/compiler/utils PrimPacked.lhs
Simon Marlow
simonmar at haskell.org
Fri Aug 12 06:47:49 EDT 2005
simonmar 2005/08/12 03:47:49 PDT
Modified files:
ghc/compiler/utils PrimPacked.lhs
Log:
inline unsafePerformIO for eqStrPrefix/eqStrPrefixBA. These functions
are fairly time-critical pieces of the FastString system, and using
unsafePerformIO here was causing unnecessary allocation.
Revision Changes Path
1.32 +10 -4 fptools/ghc/compiler/utils/PrimPacked.lhs
More information about the Cvs-ghc
mailing list