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

[C++20] [Modules] Introduce reduced BMI #75894

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. [C++20] [Modules] Introduce reduced BMI

    Close llvm#71034
    
    See
    https://discourse.llvm.org/t/rfc-c-20-modules-introduce-thin-bmi-and-decls-hash/74755
    
    This patch introduces reduced BMI, which doesn't contain the definitions of
    functions and variables if its definitions won't contribute to the ABI.
    
    Testing is a big part of the patch. We want to make sure the reduced BMI
    contains the same behavior with the existing and relatively stable
    fatBMI. This is pretty helpful for further reduction.
    
    The user interfaces part it left to following patches to ease the
    reviewing.
    ChuanqiXu9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7a71a66 View commit details
    Browse the repository at this point in the history