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: Reduce alloca 'ted memory in dwarf2out.c


On Mon, Feb 14, 2005 at 12:36:15AM +0100, Christophe Jaillet wrote:
> Description : in gcc/dwarf2out.c, some memory allocated with alloca request
> too much. Just ask for what is needed
> 
> Note : the first part of the patch assume that %x of comdat_symbol_number is
> less than 10 bytes
> The second part is always OK.

What benefit does this have?  It's on the stack and not long-lived...


-- 
Daniel Jacobowitz
CodeSourcery, LLC


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