search for: 635bfd6f

Displaying 2 results from an estimated 2 matches for "635bfd6f".

2015 Dec 10
3
Memory utilization problems in profile reader
...MB. The InstrProfRecord > for each function is read, used and discarded one at a time, so there > should not be problem as described. > Good. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151210/635bfd6f/attachment.html>
2015 Dec 09
3
Memory utilization problems in profile reader
I've been experimenting with profiled bootstraps using sample profiles. Initially, I made stage2 build stage3 while running under Perf. This produced a 20Gb profile which took too long to convert to LLVM, and used ~30Gb of RAM. So, I decided that this was not going to be very useful for general usage. I then changed the bootstrap to instead run each individual compile under Perf. This