From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:7f14:: with SMTP id f20mr8818756qtk.166.1623518337840; Sat, 12 Jun 2021 10:18:57 -0700 (PDT) X-Received: by 2002:a5b:448:: with SMTP id s8mr13370935ybp.363.1623518337601; Sat, 12 Jun 2021 10:18:57 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 12 Jun 2021 10:18:57 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=174.71.119.33; posting-account=ix5KpAoAAAD9zo_4u1FxHVmn1uZn7U_d NNTP-Posting-Host: 174.71.119.33 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3ca448a3-73ef-48f4-a49d-9cf8fc64ccf1n@googlegroups.com> Subject: Re: non-preemptive tasking on GNAT 2020 Windows 10 multicore AMD From: Dan Winslow Injection-Date: Sat, 12 Jun 2021 17:18:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62201 List-Id: Great stuff, all, thanks. I was not counting on the order of start of the t= asks. I will look into priorities and see what that does. Did not think tha= t global non-volatile access would force a task switch, but I will look int= o that as well. Will post back with findings.