On Tue, 1 Mar 2005, Steven Bosscher wrote: >>> You still didn't get into the fun part of actually inlining all the >>> inlines in in Gerald's testcase ;) > It got killed on a box with 4GB of RAM after 11 hours and 43 minutes > with "virtual memory exhausted: Cannot allocate memory". In the > latest oprofiles, the cgraph functions still accounted for more than > 95% of the time, so probably it was still inlining things.
We've got some "slightly" bigger machines here, and once the cgraph stuff has been partly addressed, I'd love to see what happens on one of these (and then do benchmarks to see how going down that extreme path affects run-time performance, given current cache sizes). Gerald