Skip to content

Add (++)/literal rule

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/perf-cstring-rule into master

When we derive the Show instance of the big record in #16577, I get the following compilation times with -O:

  • Before: 0.91s
  • After: 0.77s

Merge request reports