Tiny C Compiler 0.9.24 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tiny C Compiler 0.9.24 (Default branch)
# 1  
Old 07-14-2008
Tiny C Compiler 0.9.24 (Default branch)

TCC (Tiny C Compiler) is small, fast, unlimited, and safe. You can compile and execute C code everywhere (e.g., on rescue disks). It generates optimized x86 code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It includes an optional memory and bounds checker, and bounds-checked code can be mixed freely with standard code. C script is also supported--just add '#!/usr/bin/tcc' at the first line of your C source, and execute it directly from the command line.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SFC(1)							      General Commands Manual							    SFC(1)

NAME
sfc - The SyFi Form Compiler SYNOPSIS
sfc [OPTIONS] input.form ... DESCRIPTION
The SyFi Form Compiler (SFC) is a form compiler from the FEniCS project, compiling variational forms from the Unified Form Language (UFL) to efficient C++ implementations of Unified Form-assembly Code (UFC). SFC uses symbolic expressions for finite elements from SyFi. OPTIONS
-h, --help Display help text and exit. -o DIRECTORY, --outputdir DIRECTORY Output directory. -p PREFIX, --prefix PREFIX Prefix string. -O LEVEL Compiler optimization level. -c CACHE, --cache CACHE Use JIT compiler cache. -i METHOD, --integration-method METHOD Specify integration method. METHOD may be either quadrature (default) or symbolic. -d ORDER, --integration-order ORDER Specify integration order. -w, --dolfin-wrappers Generate DOLFIN C++ wrapper code. -b, --benchmark Run benchmark of element tensor computation. -s, --safemode Use safe mode when generating (quadrature) code, writing complete integrand expressions unmodified. -g DEBUGLEVEL, --debug DEBUGLEVEL Enable generation of debugging code. -t, --timing Enable timing of code generation process. BUGS
Send comments, questions, bug reports etc. to syfi-dev@fenics.org. LICENSE
SFC is licensed under the GNU LGPL Version 2, the same AUTHOR
SFC is written by Martin Sandve Alnaes <martinal@simula.no> and Kent-Andre Mardal <kent-and@simula.no>. This manual page is written by Johannes Ring <johannr@simula.no>. SFC(1)