FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use -fspecialize-aggressively to improve performance by 30% on ACME build by seastian · Pull Request #4584 · purescript/purescript · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .project  (1) .yaml  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
9 changes: 6 additions & 3 deletions cabal.project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ packages:
purescript.cabal

source-repository-package
type: git
location: https://github.com/purescript/cheapskate.git
tag: 633c69024e061ad956f1aecfc137fb99a7a7a20b
type: git
location: https://github.com/purescript/cheapskate.git
tag: 633c69024e061ad956f1aecfc137fb99a7a7a20b

package purescript
ghc-options: -fspecialize-aggressively -fexpose-all-unfoldings
2 changes: 1 addition & 1 deletion stack.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- '.'
ghc-options:
# Build with advanced optimizations enabled by default
"$locals": -O2 -Werror
"$locals": -O2 -Werror -fspecialize-aggressively -fexpose-all-unfoldings
extra-deps:
# As of 2021-11-08, the latest release of `language-javascript` is 0.7.1.0,
# but it has a problem with parsing the `async` keyword. It doesn't allow
Expand Down

Back | FazBrowse Home | New Git URL