Skip to content

cmd/dist: bootstrapping is sequential #10157

Description

@4ad

The "Building compilers and go_bootstrap" step is compiling packages sequentially (there is parallelism in running the assemblers over the .s files in a package, but packages are build one at a time). This is causing bootstrapping to be slow, especially on machines with large number of cores.

On my ARM64, which is an 8-core machine, the cmd/dist step takes 5 times longer than go install std cmd.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions