LCC (compiler)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
LCC
Developer(s) Dave Hanson and Chris Fraser
Initial release 1994; 30 years ago (1994)
Stable release 4.2 / September 4, 2002 (2002-09-04)
Written in C
Operating system Cross-platform
Type Compiler
License LCC License[1]
Website Official LCC website

LCC ("Local C Compiler" or "Little C Compiler") is a small, retargetable compiler for the ANSI C programming language. Although its source code is available at no charge for personal use,[2] it is not open source or free software according to the usual definitions because products derived from LCC may not be sold.[1] It was developed by Chris Fraser and David Hanson.

LCC

LCC is intended to be simple to understand and is well-documented; its design is described in Fraser and Hanson's book A Retargetable C Compiler: Design and Implementation. The book includes most of the source code for version 3.6 of the compiler, which was written as a literate program using noweb. As of July 2011 the current version of LCC is 4.2, but much of the book still applies to this version. The major change since the book was published is in the code-generator interface, which is described in a separate document.[3]

The source code for LCC is around 20,000 lines, which is much smaller than many major compilers.[4] The Tiny C Compiler is one of the few compilers smaller than LCC.[citation needed]

LCC can generate code for several processor architectures, including Alpha, SPARC, MIPS, and x86; there is also an LCC backend that generates Microsoft's Common Intermediate Language.[5]

Projects incorporating LCC

Quake 3

id Software's id Tech 3 engine relies on a modified version of LCC to compile the source code of each game module or third-party mod into bytecode targeting its virtual machine.[6] This means that modules are oblivious to the system beyond the system calls and limited file system scope offered by the engine, which is intended to reduce the threat posed by malicious mod authors. Another consideration is that games and mods written for the engine are portable without recompilation; only the virtual machine needs to be ported to new platforms in order to execute the modules.

lcc-win

lcc-win32 is an integrated development environment package for Microsoft Windows which includes a fork of LCC. An amd64 counterpart named lcc-win64 exists, which has been available since April 15, 2012.[7]

Pelles C

Pelles C's compiler is a heavily modified version of LCC providing C11 support, amd64 support, and additional optimisation techniques such as inline expansion.[8]

Mathworks

For 32-bit Windows machines, Lcc is used as a default if no other compiler is installed for Mathworks Matlab and related products.[9]

License

LCC is free for personal use and may be redistributed with attribution. LCC may not be sold for profit, but it may be included with other software that is sold for profit.[1]

References

  1. 1.0 1.1 1.2 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Sao-Jie Chen, Guang-Huei Lin, Pao-Ann Hsiung, Yu-Hen Hu. "Hardware software co-design of a multimedia SOC platform". Section 5.6.1: LCC Compiler Infrastructure. [1]
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. lcc-win: A Compiler system for Windows
  8. Pelles C Overview
  9. Lua error in package.lua at line 80: module 'strict' not found.

Bibliography

  • Lua error in package.lua at line 80: module 'strict' not found.