File: control

package info (click to toggle)
cmix 2.0.12-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,920 kB
  • ctags: 6,063
  • sloc: cpp: 27,139; ansic: 11,924; sh: 2,795; exp: 2,270; yacc: 1,724; makefile: 1,247; lex: 488; perl: 278
file content (29 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: cmix
Section: devel
Priority: optional
Build-Depends: debhelper, bison, flex
Maintainer: Peter Makholm <peter@makholm.net>
Standards-Version: 3.1.0

Package: cmix
Architecture: any
Depends: cpp,${shlibs:Depends}
Recommends: gcc
Suggests: www-browser
Description: A program specializer for C
 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.
 .
 C-Mix is a program specializer that works on portable C code. You will
 need a C compiler for compiling intermediate programs.
 For advanced use you may also want a WWW browser for browsing the analysis
 results.