DragonFly BSD
DragonFly kernel List (threaded) for 2010-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: HEADS UP - major structure size changes in HEAD


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jun 2010 11:02:38 -0700 (PDT)

:> 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>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]