看板 DFBSD_kernel 關於我們 聯絡資訊
:> This is time you could have spent :> running a task that potentially *could* get some work done (nevermind :> the cmp : :... the cmpxchg bus traffic). : :Phone ringing is bad for your concentration. : :Aggelos The cache management traffic is definitely an issue. That's where something like MONITOR/MWAIT could help a lot, or even just a PAUSE instruction. We could conceivably get a lot more sophisticated but at least for now perhaps we should just stick with a PAUSE instruction. I'll add one to the contention path in lwkt_switch(). -Matt Matthew Dillon <dillon@backplane.com>