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. This means that modules are oblivious to the system beyond the limited functionality made available 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.
Pelles C Pelles C is a heavily modified version of LCC providing
C11 as well as
C17 and C23 support, amd64 support, additional optimisation techniques such as
inline expansion and an
IDE.
MathWorks For 32-bit Windows machines, Lcc is used as a default if no other compiler is installed for
MathWorks MATLAB and related products. == License ==