Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 5.6k
    • Issues 5.6k
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 663
    • Merge requests 663
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • 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
  • Wiki
  • Building
  • Hadrian
  • quick start

quick start · Changes

Page history
Update quick start about stage3 -- Actually more information about how to turn... authored Jan 28, 2020 by Philippe's avatar Philippe
Update quick start about stage3 -- Actually more information about how to turn on profiling in stage2 and how to even invoke a stage3 build should go in another paragraph
Hide whitespace changes
Inline Side-by-side
building/hadrian/quick-start.md
View page @ 1788d47e
......@@ -53,6 +53,7 @@ stages:
`_build/stage1/lib`).
4. The stage1 compiler is used to build a stage2 compiler (found in
`_build/stage1/bin/ghc`), linking against these new core libraries.
5. Optionally the stage2 compiler can build a stage3 compiler, this is useful if you want to profile GHC while compiling GHC. Be sure to build the stage2 compiler with profiling enabled.
Note that the stage directories in the `_build` directory can be thought of as
named after the stage that was used to *build* the artifacts in each directory.
......
Clone repository

GHC Home
GHC User's Guide

Joining In

Newcomers info
Mailing Lists & IRC
The GHC Team

Documentation

GHC Status Info
Working conventions
Building Guide
Commentary

Wiki

Title Index
Recent Changes