aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/outbuf_mmap.go
AgeCommit message (Expand)Author
2020-05-11cmd/link: fix mode parameter to fallocate on LinuxSteven Hartland
2020-04-20[dev.link] cmd/link: fallocate space, and remove all msync callsJeremy Faller
2020-04-16[dev.link] cmd/link: allow OutBufs to work outside mmapped areaJeremy Faller
2020-03-30[dev.link] cmd/link: parallelize asmb on amd64Jeremy Faller
2019-04-19cmd/link: mmap output fileCherry Zhang