Tomasulo's algorithm
Appearance
An algorithm developed by Robert Tomasulo (Not related to R.O.B) from IBM to execute instructions out of order. The algorithm uses register renaming (to reservation stations) to avoid WAW ans WAR hazards. It was first implemented for the IBM360/91's floating point unit. The latest known implementation is thought to have been used in the Ozone Processor developed by the CS152DreamTeam at U.C. Berkeley in Fall 2003.