aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/outbuf_windows.go
AgeCommit message (Expand)Author
2020-06-01cmd/link: flush file mapping before unmappingCherry Zhang
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-04-01[dev.link] cmd/link: fix mmapping OutBuf on windowsJeremy Faller
2020-03-30[dev.link] cmd/link: parallelize asmb on amd64Jeremy Faller
2019-10-02cmd/link: implement Msync for Windows using FlushViewOfFileJason A. Donenfeld
2019-10-01cmd/link: MapViewOfFile output fileAlex Brainman