[Openmp-commits] [PATCH] D67326: [OpenMP] FreeBSD address check if mapped more native

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 11 09:05:53 PDT 2019


Hahnfeld added a comment.

In D67326#1666280 <https://reviews.llvm.org/D67326#1666280>, @devnexen wrote:

> That is the workflow to get a process mapping, hardly documented generally
>  FreeBSD's libprocstat is doing the same, 
>  closer to us sanitizer is doing the same too
>  https://github.com/llvm-mirror/compiler-rt/blob/bc5544f437b576ea40b5008e44f93a03844a9423/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp#L75


Okay, so the usual reason that I know of is to accommodate for pages that are allocated in parallel. Would be great to have an explaining comment, maybe @dim or @emaste can help? If not, we have to take it as is.


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

https://reviews.llvm.org/D67326





More information about the Openmp-commits mailing list