
#13535: vector test suite uses excessive memory on GHC 8.2
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: bgamari
Type: bug | Status: new
Priority: highest | Milestone: 8.2.1
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: #10800 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
FWIW, this is what I see on HEAD right now, compiling with
{{{
~/src/ghc-clean-june28/inplace/bin/ghc-stage2 -no-link -fbuilding-cabal-
package -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir
dist/build/vector-tests-O2/vector-tests-O2-tmp -odir dist/build/vector-
tests-O2/vector-tests-O2-tmp -hidir dist/build/vector-tests-O2/vector-
tests-O2-tmp -stubdir dist/build/vector-tests-O2/vector-tests-O2-tmp -i
-idist/build/vector-tests-O2/vector-tests-O2-tmp -itests
-idist/build/autogen -Idist/build/autogen -Idist/build/vector-tests-O2
/vector-tests-O2-tmp -optP-include -optPdist/build/autogen/cabal_macros.h
-hide-all-packages -package-db dist/package.conf.inplace -package
HUnit-1.6.0.0 -package QuickCheck-2.9.2 -package base -package random-1.1
-package template-haskell -package test-framework-0.8.1.1 -package test-
framework-hunit-0.3.0.2 -package test-framework-quickcheck2-0.3.0.3
-package transformers-0.5.2.0 -package vector-0.12.0.1 -XHaskell2010 -XCPP
-XScopedTypeVariables -XPatternGuards -XMultiParamTypeClasses
-XFlexibleContexts -XRank2Types -XTypeSynonymInstances -XTypeFamilies
-XTemplateHaskell tests/Tests/Vector.hs -O2 -fno-warn-orphans -fno-warn-
missing-signatures -Rghc-timing
}}}
{{{
DV Bool:
<