nix-super/src/fix-ng
Eelco Dolstra 15801c88fa * Turned the msg() and debug() functions into macros, since they
turned out to be a huge performance bottleneck (the text to printed
  would always be evaluated, even when it was above the verbosity
  level).  This reduces fix-ng execution time by over 50%.

  gprof(1) is very useful. :-)
2003-11-09 10:35:45 +00:00
..
bin2c.c * Basic grammar and parser for the Fix language. We use libsglr and 2003-10-29 16:05:03 +00:00
eval.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
eval.hh * Work around problems with the ATerm library. 2003-11-03 20:30:40 +00:00
fix-expr.cc * Assertions. 2003-11-05 16:27:40 +00:00
fix-expr.hh * Assertions. 2003-11-05 16:27:40 +00:00
fix.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
fix.sdf * Allow `+' in path names. 2003-11-06 14:41:29 +00:00
Makefile.am * Working evaluator. 2003-10-31 17:09:31 +00:00
parser.cc * Shorter list syntax ([a b c] instead of [a, b, c]). 2003-11-03 11:59:35 +00:00
parser.hh * Clean up the imploded parse tree. Quotes around strings are 2003-10-30 16:18:40 +00:00
primops.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
primops.hh * `null' is a nullary primop. 2003-11-06 14:41:49 +00:00