[PATCH] D13782: [sanitizer] [asan] Use same shadow offset for aarch64
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 06:22:14 PST 2015
zatrazz added a comment.
In http://reviews.llvm.org/D13782#279444, @eugenis wrote:
> Why is there a difference in resident memory?
> I'd expect it to go to .bss.
> This could be related to http://llvm.org/viewvc/llvm-project?rev=251717&view=rev
Master (r252155) looks better:
MMAP 42 48 Diff
Resident 12989 12988 -1
128228 128227 -1
1280210 1280224 +14
I did not dig into to find exactly from where the difference came from when total usage is 1280210.
http://reviews.llvm.org/D13782
More information about the llvm-commits
mailing list