Deutsch   English   Français   Italiano  
<b65ae31dac06fba28eea1a24872bbf39@www.novabbs.org>

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

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: mitchalsup@aol.com (MitchAlsup1)
Newsgroups: comp.arch
Subject: Re: x86S Specification
Date: Tue, 22 Oct 2024 00:21:51 +0000
Organization: Rocksolid Light
Message-ID: <b65ae31dac06fba28eea1a24872bbf39@www.novabbs.org>
References: <dqfQO.411015$WOde.295848@fx09.iad> <vf6j1l$144cr$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="3103878"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="o5SwNDfMfYu6Mv4wwLiW6e/jbA93UAdzFodw5PEa6eU";
User-Agent: Rocksolid Light
X-Rslight-Posting-User: cb29269328a20fe5719ed6a1c397e21f651bda71
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Rslight-Site: $2y$10$sG9MRc9tMO/SauhFrMn7/.78VTK4L9p4P2W8tjE9FksRFj7CKm1vG
Bytes: 2606
Lines: 33

On Mon, 21 Oct 2024 22:02:27 +0000, BGB wrote:

> On 10/17/2024 4:34 PM, EricP wrote:

> Say, if one could make the CPU itself have 35% more perf/W by jumping to
> a different encoding scheme, this could easily offset if they needed to
> pay a 20% cost by JIT compiling everything when running legacy
> software...

This only works when the mative ISA has a direct path to emulating
the address modes of x86-64 which includes [Rbase+Rindex<<scale+DISP]

It is also a hopelessly frail path to self destruction:: Transmeta.

> Granted, this is predicated on the assumption that one could get such a
> jump by jumping to a different encoding scheme.

It is not the encoding scheme that is kaput, it is the semantics
such a scheme provides the programmer via ISA.
--------------------------------
> The major selling point of x86 has been its backwards compatibility, but
> this advantage may be weakening with the rise of the ability to emulate
> stuff at near native performance. If Windows could jump ship and provide
> an experience that "doesn't suck" (fast/reliable/transparent emulation
> of existing software), the main advantages of the x86-64 legacy may go
> away (and is already mostly moot in Linux since the distros typically
> recompile everything from source, with little real/significant ties to
> the x86 legacy).

W11 has done enough to my day-to-day operations I am willing to
jump ship to Linux in order to avoid daily updates an the myriad
of technical issues that never seem to get solved in a way that
makes then "go away" forever. So, for me it is not that it will
be an x86 (or ARM, or ...) it is that it is not MS oriented.