Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,247
    • Issues 5,247
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 577
    • Merge requests 577
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Merge requests
  • !4892

Fix strictness in TyCo.Tidy (#14738)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sylvain Henry requested to merge hsyl20/ghc:hsyl20/perf/tid2 into master Jan 25, 2021
  • Overview 7
  • Commits 1
  • Pipelines 3
  • Changes 1

Extracted from !4865 (closed). This MR only fixes strictness (no "go" function, etc.)

Results on CI:

Performance Metrics (test environment: x86_64-linux-deb9-hadrian):

           T12545(normal) ghc/alloc  1850344236.8  1815874472.0  -1.9% GOOD
           T14683(normal) ghc/alloc  3190226088.0  3100413240.0  -2.8% GOOD
           T16577(normal) ghc/alloc 11325541724.8 10834625576.0  -4.3% GOOD
         T5321Fun(normal) ghc/alloc   368011632.0   357647920.0  -2.8% GOOD
            T5642(normal) ghc/alloc   573519816.0   544277912.0  -5.1% GOOD

* All baseline commits are 9cc50a0fce
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: hsyl20/perf/tid2