[PATCH] D96626: Support: mapped_file_region: Pass MAP_NORESERVE to mmap

Joseph Tremoulet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 08:41:08 PST 2021


JosephTremoulet added a comment.

In D96626#2561573 <https://reviews.llvm.org/D96626#2561573>, @krytarowski wrote:

> MAP_NORESERVE is dead on NetBSD as this is the default mode always.

Good to know, thanks.  So that's all the more reason to consistently use that mode everywhere, I think.  Or am I misunderstanding your point?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96626/new/

https://reviews.llvm.org/D96626



More information about the llvm-commits mailing list