Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!ames!ncar!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C 4.0 Press Release Message-ID: <2277@husc6.harvard.edu> Date: 25 Jul 89 02:53:15 GMT References: <2253@husc6.harvard.edu> <9870@fluke.COM> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec Language Products Group Lines: 35 In article <9870@fluke.COM> mce@tc.fluke.COM (Brian McElhinney) writes: > >Are the "class library user interface components" MacApp, a MacApp-clone, or >something completely different? If something new, is it a complete application It's something completely different; the TCL supports documents and files as well as all the usual user-interface niceties. And there's a class for tearoff menus... > >The *assembler* has an optimizer? :-) Yup. Branches are optimized to short branches wherever possible, and branches to a "goto", "break", or "return" are optimized to branch to the destination of the statement. Some others too, but most branch and label optimizations. >Does the compiler produce '881 code, or does it still generate library calls? The compiler now generates inline opcodes. --Rich ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel "When it comes to my health, I think of my body as a temple - or at least a moderately well-managed Presbyterian youth center." - Emo Phillips ~~~~~~~~~~~~~~~