|
From: <don...@is...> - 2010-10-31 06:31:41
|
Sam Steingold writes: > > However I am not sure where in impnotes to describe per thread > > get-internal-run-time and system::%%time changes. Should this go under > > mt section (the optional argument is accepted and ignored in single > > thread builds)? I suggest mentioning it in 25.4 where you'd expect to find notes about get-internal-run-time, and also in 32.5, though I don't know where. I wonder why packages, clos, etc. are under general principles. BTW, I'm guessing that gensym and gentemp are not protected in any way, so that two different threads could end up using the same names, and in the case of gentemp, returning the same symbols? |