
18 Jun
2011
18 Jun
'11
4:37 p.m.
* 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:
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