Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: Nicholas \Indy\ R. <ar...@gm...> - 2009-04-16 19:40:24
|
On Thu, Apr 16, 2009 at 11:14 AM, <chr...@pl...> wrote: > The fact that you have to rely on labelling assembly instructions > and for-loops as "general components" to provide support for your > initial statement shows how weak your statement was. Additionally with over 200 assembly instructions in x86, with more and more special case assembly instructions being added, I wouldn't really call composition of assembly instructions to also be composition of general purpose software components. An additional point is that the main things that code optimizers do, is remove generality from assembly compositions. Indy |