This is an archive of the discontinued LLVM Phabricator instance.

[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
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.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Aug 15 2018, 6:42 PM
eizan accepted this revision.Aug 16 2018, 4:16 AM
This revision is now accepted and ready to land.Aug 16 2018, 4:16 AM
This revision was automatically updated to reflect the committed changes.