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]

vterminate use of malloc-less demangler


I would like to revive this patch:

http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02435.html

Last time the discussion got into a discussion of using something
other than a callback interface.  I happen to believe that the
callback interface is the right one.  Plus, it is actually implemented
and working in libiberty, and has been for some time.

The proposed patch is just using the existing callback interface from
libiberty.  It is fairly short, adding 19 lines in one hunk and
removing 6 in the other.  Does anybody object to it?

Ian


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