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 <0335752a3832f3e21cf104fbde6a53df@www.novabbs.org>
Deutsch   English   Français   Italiano  
<0335752a3832f3e21cf104fbde6a53df@www.novabbs.org>

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

Path: ...!weretis.net!feeder9.news.weretis.net!news.nk.ca!rocksolid2!i2pn2.org!.POSTED!not-for-mail
From: mitchalsup@aol.com (MitchAlsup1)
Newsgroups: comp.arch
Subject: Re: Oops (Concertina II Going Around in Circles)
Date: Fri, 10 May 2024 21:06:58 +0000
Organization: Rocksolid Light
Message-ID: <0335752a3832f3e21cf104fbde6a53df@www.novabbs.org>
References: <ofeq3j9ni63e7tmccf2qbkb9t0naui44ei@4ax.com> <memo.20240510001905.16164S@jgd.cix.co.uk> <be3r3jhr1kf9n1cdsbik5ejsuso7c3pmmk@4ax.com> <d91bcb3fa686c0c4e775d5af6115f64b@www.novabbs.org> <570t3jd9g2ik3v491n8poftrfvo0l50jdh@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="705705"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="65wTazMNTleAJDh/pRqmKE7ADni/0wesT78+pyiDW8A";
User-Agent: Rocksolid Light
X-Rslight-Site: $2y$10$YBYGUIC0ii0/MA.PJPbEi.9LZxjVl0NDwjp9z0OQ5FUMrzf/rpjlO
X-Rslight-Posting-User: ac58ceb75ea22753186dae54d967fed894c3dce8
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 2836
Lines: 43

John Savard wrote:

> On Fri, 10 May 2024 17:27:10 +0000, mitchalsup@aol.com (MitchAlsup1)
> wrote:

>>Or skip to the end and only invent AVX while skipping the soon-to-be
>>redundant intermediate stages.

> Well, I went to 256-bit short vectors as a permanent part of the
> architecture, with long vectors as the next step.

> But what about crypto assist instructions, as another example?

If used often enough, sure, they make a lot of sense--just make whatever
you put in applicable to a myriad of crypto functions.

> However, I think I will adjust this feature. You comlained I used up
> too much of my opcode space, so I demonstrated that Concertina II had
> the potential to have... a _lot_ of opcode space, even to ludicrous
> lengths.

> Now that I think I can finally wrap up Concertina II, having found how
> to achieve its goals as best as possible, I can go on to Concertina
> III... and, given your anguished pleas, I _will_ give up on block
> structure for the next iteration.

Would you like to read My 66000 ISA while taking a break between CT II and
CT III ??

> In order to do that, though, it will have to be CISC, not RISC...
> banks of 8 registes, sort of like Concertina I, but much less messy.

With MEM-OPs are you not already CISC ??

Plu8s, not only is CISC<->RISC not a proper metric but merely points
along a complexity spectrum--one the RISC camp has used to oversell
their case.

My point is that there is a point between CISC and RISC where it takes
fewer instructions to execute a given workload and simultaneously you
have not screwed up the pipeline frequency so the ISA gains drop all 
the way to the bottom line.

> John Savard