Sujet : Re: Tonights Tradeoff - Background Execution Buffers
De : robfi680 (at) *nospam* gmail.com (Robert Finch)
Groupes : comp.archDate : 24. Sep 2024, 22:03:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcv5uj$3arh6$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
Under construction: Q+ background execution buffers for the block memory operations. For instance, a block store operation can be executed in the background while other instructions are executing. Store operations are issued when the MEM unit is not busy. Background instructions continue to execute even when interrupts occur. The background operations may be useful for initializing blocks of memory that are not needed right-away. When the operation is issued a handle for the buffer is returned in the destination register so that the status of the operation may be queried, or the operation cancelled.