[PATCH] D15202: [SectionMemoryManager] Make better use of virtual memory

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 15:24:31 PST 2015


loladiro planned changes to this revision.
loladiro added a comment.

Jameson Nash points out to me that on windows you're not allowed to pass ranges that straddle allocation domains to it's version of `mprotect`, so I'll update the code to take that into account.


Repository:
  rL LLVM

http://reviews.llvm.org/D15202





More information about the llvm-commits mailing list