View Single Post
  #3  
Old January 11th 12, 12:48 PM posted to comp.lang.forth,comp.sys.intel,comp.arch
[email protected]
external usenet poster
 
Posts: 17
Default Can someone explain step by step how one avoid many conditionalin forth as described in Moore Fourth essay?

In article ,
Alex McDonald wrote:

Search on "speculative execution". It can also be done at the compiler
level; that doesn't require processor support. Intel's P6 was their
first chip to support it iirc.


But don't believe any page that says that it is a solution to the
problem of memory latency (on cache misses). It isn't, and won't
ever be, for any 'normal' language and application. That's a MUCH
harder task :-(


Regards,
Nick Maclaren.