guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eliminating glocs???


From: Marius Vollmer
Subject: Re: eliminating glocs???
Date: 25 Jul 2001 11:42:18 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Tom Lord <address@hidden> writes:

>       The goal is to turn memoized code into a proper Scheme data structure
>       that can be manipulated confidently and without tricks.
> 
> That goal seems contrary to the goal of having eval be fast.  Eval
> will have to constantly check for well-formedness if "untrusted"
> Scheme code can manipulate arbitrary memoized code.

Hmm, not necessarily.  We don't need to allow untrusted code to
manipulate it, but even trusted code will benefit when the gloc/struct
hack disappears.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]