* Nikodemus Siivola [2011-06-18 14:46] writes:
On 18 June 2011 17:33, Helmut Eller heller@common-lisp.net wrote:
Please, don't use locks in swank.lisp.
Ok. Which of the following do you prefer:
Keep the locks, but move the indentation cache out of swank.lisp?
Add a defimplementation for make-hash-table* and &co?
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