This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Implement -fstack-usage


On 6/19/06, Eric Botcazou <ebotcazou@adacore.com> wrote:
Hi,

While we are at it, here is another patch whose submission was delayed because
of the already substantial backlog of AdaCore patches.  This is related to
 http://www.gccsummit.org/2005/view_abstract.php?content_key=18

Tested on i586-suse-linux.


2006-06-19 Eric Botcazou <ebotcazou@adacore.com>


Stack usage support
...
        * function.h (struct function): Add new fields pushed_stack_size,
        dynamic_alloc_count, dynamic_stack_size and
        has_unbounded_dynamic_stack_size.

Argh. Now that I shrinked struct function, you are adding to it again...


*sigh*

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]