Skip to content

rust package size has gone from 120MiB in 0.9 to 330MiB with master #12440

Closed
@thestinger

Description

@thestinger

Both are providing support for static linking and link-time optimization. A 300% increase in size with no increase in scope of the libraries is quite bad. The standard library itself went from 39M to 42M but this can be explained by the added features and some cases of temporarily duplicated code like Vec<T> and ~[T]. I have not yet investigated the exact cause of the enormous increase in size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-compiletimeIssue: Problems and improvements with respect to compile times.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions