Re: Alternative C compilers on x86_64 Linux?

rockbrentwood@gmail.com
Wed, 7 Sep 2016 17:00:18 -0700 (PDT)

          From comp.compilers

Related articles
[5 earlier articles]
Re: Alternative C compilers on x86_64 Linux? fw@deneb.enyo.de (Florian Weimer) (2016-09-05)
Re: Alternative C compilers on x86_64 Linux? alexfrunews@gmail.com (2016-09-05)
Re: Alternative C compilers on x86_64 Linux? alexfrunews@gmail.com (2016-09-05)
Re: Alternative C compilers on x86_64 Linux? 221-501-9011@kylheku.com (Kaz Kylheku) (2016-09-06)
Re: Alternative C compilers on x86_64 Linux? 221-501-9011@kylheku.com (Kaz Kylheku) (2016-09-06)
Re: Alternative C compilers on x86_64 Linux? bc@freeuk.com (BartC) (2016-09-06)
Re: Alternative C compilers on x86_64 Linux? rockbrentwood@gmail.com (2016-09-07)
Re: Alternative C compilers on x86_64 Linux? arnold@skeeve.com (2016-09-12)
Re: Alternative C compilers on x86_64 Linux? bc@freeuk.com (BartC) (2016-09-12)
Re: Alternative C compilers on x86_64 Linux? arnold@skeeve.com (2016-09-13)
Re: Alternative C compilers on x86_64 Linux? arnold@skeeve.com (2016-09-14)
Re: Alternative C compilers on x86_64 Linux? rugxulo@gmail.com (2016-09-26)
Re: Alternative C compilers on x86_64 Linux? arnold@skeeve.com (2016-09-27)
[15 later articles]
| List of all articles for this month |

From: rockbrentwood@gmail.com
Newsgroups: comp.compilers
Date: Wed, 7 Sep 2016 17:00:18 -0700 (PDT)
Organization: Compilers Central
References: 16-09-001
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="88724"; mail-complaints-to="abuse@iecc.com"
Keywords: C
Posted-Date: 08 Sep 2016 11:13:13 EDT

On Sunday, September 4, 2016 at 2:02:33 PM UTC-5, Aharon Robbins wrote:
> LCC seems to be 32 bit only and requires very manual configuration.


LCC-WIN 32 and apparently 64 by Jacob Navia appeared to have spruced
up LCC with elements drawn from Watcom to make it a bona fide Windows
C compiler; rather than one that piggybacks on another compiler's
library or the system library. It accepts a bit more than C; and Navia
has been trying to push it into a form of C sufficiently enhanced as
to make C++ unnecessary; while still firmly rooted in that which makes
C distinctively C. The one way you can tell however that it is not in
an active life cycle is that a large examples and demo archive that
has been separately posted for it by others has not undergone any
substantial change in almost a decade. LCC and LCC-WIN's main drawback
is that they are NOT doing the types of analyses that a good compiler
ought to be doing but appear to be more akin to byte-code compilers.
You can see it by the run times compared to GCC on Linux on the same
CPU.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.