Jump to content

Micro-thread (multi-core)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MohamedFAhmed (talk | contribs) at 12:03, 4 March 2009 (Created page with 'Micro-Threads for multi-core and many-cores processors is a mechanism to hide memory latency similar to multi-threading architectures. However, it is done in softwa…'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Micro-Threads for multi-core and many-cores processors is a mechanism to hide memory latency similar to multi-threading architectures. However, it is done in software for multi-core processors such as the Cell Broadband Engine to dynamically hide latencies occur due to memory latency or I/O operations

Introduction

Idea Behind It

Current Implementation

Performance

Critique

External Links