Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Barrel processor
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Advantages=== A single-tasking processor spends a lot of time idle, not doing anything useful whenever a [[cache miss]] or [[pipeline stall]] occurs. Advantages to employing barrel processors over single-tasking processors include: * The ability to do useful work on the other threads while the stalled thread is waiting. * Designing an ''n''-way barrel processor with an ''n''-deep [[Instruction pipeline|pipeline]] is much simpler than designing a single-tasking processor because a barrel processor never has a [[pipeline stall]] and doesn't need [[Hazard (computer architecture)#Register forwarding|feed-forward]] circuits. * For [[real-time computing|real-time]] applications, a barrel processor can guarantee that a "real-time" thread can execute with precise timing, no matter what happens to the other threads, even if some other thread [[Deadlock (computer science)|locks up]] in an [[infinite loop]] or is [[interrupt storm | continuously interrupted]] by [[hardware interrupt]]s.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)