This reverses an earlier decision to allow seg-faulting from the
XRay-allocated memory if it turns out that the system cannot provide
physical memory backing that cannot be swapped in/out on Linux.
This addresses http://llvm.org/PR38588.
Paths
| Differential D50831
[XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocations ClosedPublic Authored by dberris on Aug 15 2018, 6:42 PM.
Details Summary This reverses an earlier decision to allow seg-faulting from the This addresses http://llvm.org/PR38588.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 16 2018, 4:16 AM Closed by commit rL339869: [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocations (authored by dberris). · Explain WhyAug 16 2018, 5:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 160968 compiler-rt/lib/xray/xray_allocator.h
compiler-rt/lib/xray/xray_buffer_queue.cc
|