Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <jwvedbygubo.fsf-monnier+comp.arch@gnu.org>
Deutsch   English   Français   Italiano  
<jwvedbygubo.fsf-monnier+comp.arch@gnu.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Stefan Monnier <monnier@iro.umontreal.ca>
Newsgroups: comp.arch
Subject: Re: Another security vulnerability
Date: Mon, 25 Mar 2024 12:18:18 -0400
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <jwvedbygubo.fsf-monnier+comp.arch@gnu.org>
References: <utpoi2$b6to$1@dont-email.me>
	<589c076598e37c2339473f8ddb8718eb@www.novabbs.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 25 Mar 2024 17:20:40 +0100 (CET)
Injection-Info: dont-email.me; posting-host="82d1b87aaa7ddf8bd39513734b9ac6f6";
	logging-data="1260973"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1910LN/gFwsYWPqWLCaTKNa1VLgeKbM29A="
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:BluiEUiMJCljwL7T5ihbhx9eQ8E=
	sha1:JA3DwSwFtnFHF+H72tFkMvgqu4Q=
Bytes: 1357

> Principle:: an Architecturally visible unit of data can only become
> visible after the causing instruction retires. A high precision timer
> makes cache line [dis]placement visible; so either take away the HPT
> or don't alter cache visible state too early.

And parallelism (e.g. multicores) can be used to emulate HPT, so "take
away the HPT" is not really an option.


        Stefan