Posted Oct 27, 2011 9:33 UTC (Thu) by valyala (guest, #41196)
[Link]
I suppose the number of threads, which usually access per-CPU data, is comparable to the number of CPUs. So, per-thread data can be created lazily in order to avoid performance and memory hit for each created thread.