[PATCH] D71975: [Support] Support MF_HUGE_HINT on Linux and FreeBSD

Bruno Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 07:35:43 PST 2019


riccibruno marked an inline comment as done.
riccibruno added inline comments.


================
Comment at: llvm/lib/Support/Unix/Memory.inc:163
+  close(fd); // No longer needed.
 #endif
 
----------------
Note that the choice to first try without the large page hint is arbitrary. If anyone has an argument for one way or another please go ahead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71975





More information about the llvm-commits mailing list