[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Stefan Monnier <monnier@i...> |
| Subject: | Re: STM support in OCaml |
> In that case the whole cache has to be not only
> flushed to RAM, it has to be reloaded into another
> cache. Pretty nasty .. on a MP machine.
Yes, of course, the data needs to copied between the CPUs. But the cache
never needs to be flushed.
Stefan