Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rustdoc] Box ItemKind to reduce the size of Item #80014

Merged
merged 2 commits into from
Dec 29, 2020

Commits on Dec 23, 2020

  1. Box ItemKind to reduce the size of Item

    This brings the size of `Item` from
    
    ```
    [src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 680
    ```
    
    to
    
    ```
    [src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 280
    ```
    jyn514 committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    4a44263 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    5fce0dd View commit details
    Browse the repository at this point in the history