[slime-devel] CVS slime

Helmut Eller heller at common-lisp.net
Sat Jun 18 16:37:04 UTC 2011


* Nikodemus Siivola [2011-06-18 14:46] writes:

> On 18 June 2011 17:33, Helmut Eller <heller at common-lisp.net> wrote:
>
>> Please, don't use locks in swank.lisp.
>
> Ok. Which of the following do you prefer:
>
> 1. Keep the locks, but move the indentation cache out of swank.lisp?
>
> 2. Add a defimplementation for make-hash-table* and &co?
>
> 3. Roll our own hash-table lookalike that's safe?

4. Use a separate thread, keep mutable object local to thread,
communicate with message passing

Helmut





More information about the slime-devel mailing list