File: cmix.lsm

package info (click to toggle)
cmix 2.0.12-1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,868 kB
  • ctags: 6,031
  • sloc: cpp: 28,952; ansic: 11,924; exp: 2,270; yacc: 1,724; sh: 1,713; makefile: 1,240; lex: 487; perl: 278
file content (22 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Begin3
Title: C-Mix/II, a program specializer for C.
Version: 2.0.12
Entered-date: 14AUG00
Description: A program specializer or, as it is also called, a "partial
   evaluator" takes the source code for a program or a routine and
   (commonly) some of its input, and tries to produce faster but
   equivalent code, utilizing the fact that some of the variables will
   have known values so that some of the program's actions can be
   precomputed. This allows one to combine the maintainability of a
   generic parameterized source code with the speed of programs
   optimized for specific problem instances.
Keywords: C, partial evaluator, specializer
Author: cmix@diku.dk (Development team mailalias)
Maintained-by: cmix@diku.dk (Development team mailalias)
Primary-site: ftp.diku.dk /diku/dists/cmix
              590KB cmix-2.0.12-src.tar.gz
              552KB cmix-2.0.12-doc.tar.gz
Alternate-site: metalab.unc.edu /pub/Linux/devel/lang/c
Platforms: Main system is written in C++, compiles with gcc 2.8.1 or newer
Copying-policy: FRS
End