9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] copy on reference on mp (copymode)
@ 2010-08-10 16:06 cinap_lenrek
  2010-08-12 23:39 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: cinap_lenrek @ 2010-08-10 16:06 UTC (permalink / raw)
  To: 9fans

just out of curiosity: why is copy-on-write changed to
copy-on-reference when the machine is a multi
processor system?

(grep for copymode in the kernel source)

--
cinap




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] copy on reference on mp (copymode)
  2010-08-10 16:06 [9fans] copy on reference on mp (copymode) cinap_lenrek
@ 2010-08-12 23:39 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2010-08-12 23:39 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Aug 10, 2010 at 9:06 AM,  <cinap_lenrek@gmx.de> wrote:
> just out of curiosity: why is copy-on-write changed to
> copy-on-reference when the machine is a multi
> processor system?

otherwise you need tlb shootdowns.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-12 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-10 16:06 [9fans] copy on reference on mp (copymode) cinap_lenrek
2010-08-12 23:39 ` Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).