Dear Bill,
 thanks for the remarks. Do I understand you correclty that the patch I 
implemented break some assumption of your code. Is there a way to be sure I'm 
not introducing any bug?

Best,
Max


> On 17. Jan 2022, at 21:13, [email protected] <[email protected]> 
> wrote:
> 
> Currently, s7's optimizer sometimes depends on the position of the variables
> in environments, so your change is only safe if the optimizer gives up.
> Since the order matters, a hash-table lookup is unlikely to work without
> some serious overhead.  Most environments have only a handful of locals, and
> a small linear search is faster than a hash-table lookup (and the search is
> unnecessary if the variables have unique names).
> 

_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to