From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Revised C++ ABI abstraction patches Date: Thu, 15 Mar 2001 15:21:00 -0000 Message-id: <3AB14E35.51C4EB1@apple.com> References: <200103151850.KAA30796@bosch.cygnus.com> <5mae6mu8pc.fsf@jtc.redback.com> X-SW-Source: 2001-03/msg00255.html Jim Blandy wrote: > > [...] stuff like partial-stab.h, where > someone put 25k of code in a header file, which gets #included into > two different .c files, to save function call overhead. Good call. Ah, youth... Once upon a time, when machines were much slower and compilers did less optimization, the partial-stab.h trick was an important speedup for psymtab reading. It's quite possible that it no longer matters, although I would suggest running some experiments before acting on that assumption! (GCC is 25x(!) slower than Metrowerks because people add code to it without thinking much about the effect on compile time.) Stan