Sujet : Re: "Mini" tags to reduce the number of op codes
De : quadibloc (at) *nospam* servername.invalid (John Savard)
Groupes : comp.archDate : 17. Apr 2024, 22:06:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <9ce02jd7i3uhbqv5iq9djiagblu47vkcs2@4ax.com>
References : 1 2 3 4 5 6 7
User-Agent : Forte Free Agent 3.3/32.846
On Mon, 8 Apr 2024 17:25:38 -0000 (UTC), Thomas Koenig
<
tkoenig@netcologne.de> wrote:
John Savard <quadibloc@servername.invalid> schrieb:
>
Well, when the computer fetches a 256-bit block of code, the first
four bits indicates whether it is composed of 36-bit instructions or
28-bit instructions.
>
Do you think that instructions which require a certain size (almost)
always happen to be situated together so they fit in a block?
Well, floating-point and integer instructions of one size each can be
arbitrarily mixed. And when different sizes need to mix, going to
36-bit instructions is low overhead.
John Savard