ANN: lcc-win compiler

jacobnavia <jacob@jacob.remcomp.fr>
Thu, 29 Sep 2016 12:22:29 +0200

          From comp.compilers

Related articles
ANN: lcc-win compiler jacob@jacob.remcomp.fr (jacobnavia) (2016-09-29)
Re: ANN: lcc-win compiler arnold@skeeve.com (2016-09-30)
Re: ANN: lcc-win compiler jacob@jacob.remcomp.fr (jacobnavia) (2016-09-30)
Re: ANN: lcc-win compiler arnold@skeeve.com (2016-10-01)
| List of all articles for this month |

From: jacobnavia <jacob@jacob.remcomp.fr>
Newsgroups: comp.compilers
Date: Thu, 29 Sep 2016 12:22:29 +0200
Organization: A noiseless patient Spider
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="95224"; mail-complaints-to="abuse@iecc.com"
Keywords: C, available
Posted-Date: 29 Sep 2016 21:34:13 EDT

The lcc-win compiler is a 64 bit C code generator available at no cost from


http://www.cs.virginia.edu/~lcc-win32


It has back ends for intel (all versions), power pc, and an ARM back end
is in development. It runs under linux and windows (from windows NT to
windows 10)


A JIT version is also available at request.


It supports the C99 standard.


Source is available for professional customers. It is around 1.5 Mb


It features some enhancements to the C standard:


o Operator overloading
o Default function arguments
o Generic functions


It has a very fast compilation cycle even with optimizations enabled.


jacob navia


Post a followup to this message

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