[PATCH] D116603: [AIX][z/OS][Support] Provide alternate mapped_file_region::dontNeedImpl implementations
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 14:22:25 PST 2022
daltenty added a comment.
> If madvise doesn't have a benefit on AIX, consider just not implementing it to avoid some CMake complexity.
I think you are right, I did some more digging and it seems like the OS is unlikely to use the information we are giving it any way:
The madvise subroutine is provided for compatibility only. The system takes no action on the advice specified.
https://www.ibm.com/docs/en/aix/7.1?topic=memory-understanding-mapping
https://www.ibm.com/docs/en/aix/7.1?topic=m-madvise-subroutine
I'll simplify this patch as suggested.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116603/new/
https://reviews.llvm.org/D116603
More information about the llvm-commits
mailing list