From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: can someone help me with this code (explanation) Date: Fri, 26 Sep 2014 18:23:26 +0200 Organization: cbb software GmbH Message-ID: References: <6e1f86e6-c17a-428e-bb19-460c5ba26c8a@googlegroups.com> <1ec7272d-de7f-43dd-be30-009c437011de@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: ZB2Fb2q1fa4xpMpNKFqV6Q.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:189173 Date: 2014-09-26T18:23:26+02:00 List-Id: On Fri, 26 Sep 2014 17:31:45 +0200, Björn Lundin wrote: > On 2014-09-26 16:49, J-P. Rosen wrote: >> Le 26/09/2014 16:15, Björn Lundin a écrit : >>> http://www.sigada.org/conf/sa98/papers/mueller.pdf >>> >>> I did not read all of it, but the conclusion is that >>> context switches are bad for performance. >>> If a protected object can REPLACE a task, it >>> will show in measurements. (and they did measure) >> >> That's a paper from 16 years ago. Computers as well as compilers have >> evolved a lot, therefore I would not trust the paper for making a >> decision nowadays... > > Yes, I did point that out. > But still, I have no problem believing > that context switches still is bad for performance. Undoubtedly so. But on a multi-core architecture there might be no context switch needed. In that case rendezvous might become as fast as a call to a protected object's entry. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de