[PATCH] D15202: [SectionMemoryManager] Make better use of virtual memory

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 14:50:55 PST 2015


loladiro added a comment.

I added trimMemoryBlock to Memory because it depends on the system Page size, but later realized that Process already exposes that, so I would be happy to just make that a static function in the SectionMemoryManager.


http://reviews.llvm.org/D15202





More information about the llvm-commits mailing list