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
Instruction scheduling
(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!
== Types == There are several types of instruction scheduling: #''Local'' (''basic block'') ''scheduling'': instructions can't move across basic block boundaries. #''Global scheduling'': instructions can move across basic block boundaries. #''Modulo scheduling'': an algorithm for generating [[software pipelining]], which is a way of increasing instruction level parallelism by interleaving different iterations of an inner [[Control flow#Loops|loop]]. #''[[Trace scheduling]]'': the first practical approach for global scheduling, trace scheduling tries to optimize the control flow path that is executed most often. #''Superblock scheduling'': a simplified form of trace scheduling which does not attempt to merge control flow paths at trace "side entrances". Instead, code can be implemented by more than one schedule, vastly simplifying the code generator.
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)