This is the mail archive of the gcc@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] | |
Linus Torvalds wrote:
Linus, you're reaching here ! This is not a C++ issue as much as it it a software design / development issue.I'm guessing here, but I'd not be surprised if a few-hundred-line GUI C++ file would tend to easily explode to a hundred _thousand_ lines with include files fully expanded. The front end is involved with all of them, while the back-end is really only involved with the original few hundred lines and some code expansion from inlining and macros.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |