Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6349 commits behind the upstream repository.
  • aadaa-fgtaa's avatar
    b3e1436f
    Optimise ELF linker (#23464) · b3e1436f
    aadaa-fgtaa authored and Marge Bot's avatar Marge Bot committed
    - cache last elements of `relTable`, `relaTable` and `symbolTables` in `ocInit_ELF`
    - cache shndx table in ObjectCode
    - run `checkProddableBlock` only with debug rts
    b3e1436f
    History
    Optimise ELF linker (#23464)
    aadaa-fgtaa authored and Marge Bot's avatar Marge Bot committed
    - cache last elements of `relTable`, `relaTable` and `symbolTables` in `ocInit_ELF`
    - cache shndx table in ObjectCode
    - run `checkProddableBlock` only with debug rts
LinkerInternals.h 16.45 KiB