ylavic commented on pull request #32: URL: https://github.com/apache/apr/pull/32#issuecomment-1023334211
I'd suggest that you add a new `APR_MMAP_POPULATE` flag (e.g. `#define APR_MMAP_POPULATE 4` for a bitmask with the existing `APR_MMAP_READ` and `APR_MMAP_WRITE`) so that the user has the choice. Some may not want to pay the price of filling up the page table entries at mmap() time if they don't necessarily access the memory entirely later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org