[PATCH] D52900: [PowerPC]Disable randomized address space on Linux ppc64le
Bill Seurer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 10:59:14 PDT 2018
seurer added a comment.
As examples on a 4.4 kernel memory was very roughly in this range (sampled from many test runs):
0x0000000100000984 to 0x000000013FFF0984 which is a range of about 3FFF0000
While on a 4.15 kernel it was this:
0x0000000100980984 to 0x00001000F7E90984 which is a range of FFFF7510000
(both systems were Ubuntu)
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D52900
More information about the llvm-commits
mailing list