Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    37f257af
    Rip out object splitting · 37f257af
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    The splitter is an evil Perl script that processes assembler code.
    Its job can be done better by the linker's --gc-sections flag. GHC
    passes this flag to the linker whenever -split-sections is passed on
    the command line.
    
    This is based on @DemiMarie's D2768.
    
    Fixes Trac #11315
    Fixes Trac #9832
    Fixes Trac #8964
    Fixes Trac #8685
    Fixes Trac #8629
    37f257af
    History
    Rip out object splitting
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    The splitter is an evil Perl script that processes assembler code.
    Its job can be done better by the linker's --gc-sections flag. GHC
    passes this flag to the linker whenever -split-sections is passed on
    the command line.
    
    This is based on @DemiMarie's D2768.
    
    Fixes Trac #11315
    Fixes Trac #9832
    Fixes Trac #8964
    Fixes Trac #8685
    Fixes Trac #8629
Code owners
Assign users and groups as approvers for specific file changes. Learn more.