------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-19 07:58 ------- (In reply to comment #3) > on the mainline I get an stack overflow in the GC. And I have a work around for that. But that is only a work around, we are creating too many varients of FUNCTION_TYPE which seems wrong.
We really should be sharing these FUNCTION_TYPEs. This will greatly reduce the memory usage overall in all compilation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19513