Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6460 commits behind the upstream repository.
  • Finley McIlwaine's avatar
    cb9e1ce4
    IPE data compression · cb9e1ce4
    Finley McIlwaine authored
    IPE data resulting from the `-finfo-table-map` flag may now be
    compressed by configuring the GHC build with the
    `--enable-ipe-data-compression` flag. This results in about a 20%
    reduction in the size of IPE-enabled build results.
    
    The compression library, zstd, may optionally be statically linked by
    configuring with the `--enabled-static-libzstd` flag (on non-darwin
    platforms)
    
    libzstd version 1.4.0 or greater is required.
    cb9e1ce4
    History
    IPE data compression
    Finley McIlwaine authored
    IPE data resulting from the `-finfo-table-map` flag may now be
    compressed by configuring the GHC build with the
    `--enable-ipe-data-compression` flag. This results in about a 20%
    reduction in the size of IPE-enabled build results.
    
    The compression library, zstd, may optionally be statically linked by
    configuring with the `--enabled-static-libzstd` flag (on non-darwin
    platforms)
    
    libzstd version 1.4.0 or greater is required.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
IPE.h 512 B