Path: utzoo!attcan!uunet!jarthur!usc!ucsd!ucbvax!bloom-beacon!hstbme.mit.edu!ahodgson From: ahodgson@hstbme.mit.edu (Antony Hodgson) Newsgroups: comp.os.msdos.programmer Subject: Why does Turbo Pascal compile so much faster than TC++? Message-ID: <1990Nov6.155350.9586@athena.mit.edu> Date: 6 Nov 90 15:53:50 GMT Sender: daemon@athena.mit.edu (Mr Background) Reply-To: ahodgson@hstbme.mit.edu.UUCP (Antony Hodgson) Organization: Massachusetts Institute of Technology Lines: 13 I've been using Turbo C++ almost exclusively over the past few months, but I recently went back to a Turbo Pascal v5.5 program I'd written earlier and was amazed at the high speed of compilation and linking. This got me wondering what it was about the differences in the structure of Pascal and C++ that forces the compilation of C++ to be so slow (I'm assuming, of course, that Borland applied roughly the same level of compiler design expertise to both projects). What does it have to do with the differences between TPUs and OBJ files? Any ideas, anyone? Tony Hodgson ahodgson@hstbme.mit.edu