Re: making sure translated code works the same as interpreted
Subject: Re: making sure translated code works the same as interpreted
From: Raymond Toy
Date: Mon, 12 Dec 2005 10:12:22 -0500
>>>>> "Robert" == Robert Dodier writes:
Robert> ray,
Robert> something to look at -- the code for "interpolate" in src/intpol.lisp
Robert> seems to be trying to make sure that interpreted and translated
Robert> versions work the same via a lisp macro, while trying to speed up
Robert> via special cases and declarations. dunno what is the effective
Robert> speed gain, but maybe it's an approach to keep in mind.
Interesting. Thanks for the pointer. It's nice to see that both
eventually versions call $interpolate_subr.
Ray