https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109695

--- Comment #19 from rguenther at suse dot de <rguenther at suse dot de> ---
On Thu, 4 May 2023, aldyh at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109695
> 
> Aldy Hernandez <aldyh at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |rguenth at gcc dot gnu.org
> 
> --- Comment #16 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
> Is there a way to measure peak memory usage in the compiler?

/usr/bin/time will output maxresident, so that's useful for this.

>  I'd like to
> gather some stats.  Also do we have a handful of programs we typically use to
> measure memory usage?  ISTR that Richard (??) had a set of memory hog 
> programs.

I gathered testcases from compile-time-hog/memory-hog bugzillas and run
them on an automated tester, nothing more.

Reply via email to