Browse thread
Performance of threaded interpreter on hyper-threaded CPU
[
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: | 2006-04-18 (08:46) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] Performance of threaded interpreter on hyper-threaded CPU |
> >From the message: > > Bug fixes: > - runtime: inefficiency of signal handling PR#3990 > > (This influences greatly threaded code. See the discussion > http://caml.inria.fr/pub/ml-archives/caml-list/2006/03/5eb1b92704b88c1af8f5cba1f623b36a.en.html) This is not threaded as in multi-threading, so I don't believe it affects the results between switched and threaded. Jonathan