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]

Re: PATCH to replace alloca with xmalloc


>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

    Jeffrey> IMHO, allocas based on register #s, insn #s, bb#s or
    Jeffrey> other values which can be potentially large need to be
    Jeffrey> converted.

I should have made clear that this was my intent.

However, we should think carefully even about things like identifiers:
a 1MB identifier is now something I have seen, sadly.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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