#9233: Compiler performance regression -------------------------------------+------------------------------------- Reporter: augustss | Owner: goldfire Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Compile-time | Unknown/Multiple performance bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D73 -------------------------------------+------------------------------------- Comment (by Richard Eisenberg <eir@…>): In [changeset:"b5f1c851c34d34cadf536de6494e0ca79b806b67/ghc" b5f1c85/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="b5f1c851c34d34cadf536de6494e0ca79b806b67" Test #9233 in perf/compiler/T9233 Summary: Ideally, we could use Phab's numbers to set the perf test correctly. But even if that's not possible, then I need help writing my `all.T`. With the version you see here, I get the following ``` Traceback (most recent call last): File "/Users/rae/Documents/ghc-valid/testsuite/driver/testlib.py", line 801, in do_test result = func(*[name,way] + args) TypeError: multimod_compile() takes exactly 4 arguments (6 given) ``` I don't know how to fix this. Test Plan: validate Reviewers: austin, bgamari, thomie Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1129 GHC Trac Issues: #9233 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9233#comment:27> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler