Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ucbvax!HIS-PHOENIX-MULTICS.ARPA!Dickson From: Dickson@HIS-PHOENIX-MULTICS.ARPA.UUCP Newsgroups: comp.lang.modula2 Subject: Re: Modula-2 for MS-DOS PC compatibles Message-ID: <870205222541.694399@HIS-PHOENIX-MULTICS.ARPA> Date: Thu, 5-Feb-87 17:25:00 EST Article-I.D.: HIS-PHOE.870205222541.694399 Posted: Thu Feb 5 17:25:00 1987 Date-Received: Sat, 7-Feb-87 15:38:29 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 17 > Question: How close does FTL follow the Modula-2 standard? Can it >handle generic source? Or are there tradeoffs involved? > > How fast/large is the resultant object code? I was not impressed with >the code that Turbo produced ( relatively slow ). > > Does FTL produce m-code, or true machine code? The FTL Modula-2 compiler is supposed to follow the third edition of Wirth's book. The object code is limited to the 8086 small model (from this fact, I assume it generated 8086 machine code, but since I haven't purchased the compiler yet, I can't really say for sure). See Jerry Pournelle's column in this month's issue of Byte (February '87). Also see the current issue of Micro Cornucopia (Feb-Mar), there is another comparison type article in it. Unfortunately, both of those issues are at home right now.