making sure translated code works the same as interpreted
Subject: making sure translated code works the same as interpreted
From: Robert Dodier
Date: Sat, 10 Dec 2005 12:09:07 -0700
ray,
something to look at -- the code for "interpolate" in src/intpol.lisp
seems to be trying to make sure that interpreted and translated
versions work the same via a lisp macro, while trying to speed up
via special cases and declarations. dunno what is the effective
speed gain, but maybe it's an approach to keep in mind.
robert