Skip to content

mold 2.40.4

Latest
Compare
Choose a tag to compare
@rui314 rui314 released this 17 Aug 10:56
· 7 commits to main since this release

mold 2.40.4 is a maintenance release of the high-speed linker.

Bug Fixes and Compatibility Improvements

  • We had upgraded the bundled mimalloc memory allocator library to version 3.3.3 in the mold 2.40.3 release, but it turned out that this version of mimalloc was not stable enough. We have rolled it back, so mold is now shipped with mimalloc 2.2.2. (754949f)
  • [PPC64V1] R_PPC64_GOT16 relocation is now supported. (7e0b728)
  • [PPC64V2] R_PPC64_REL14 relocation is now supported. (d9b20a1)