I. Field of the Disclosure
The technology of the disclosure relates generally to dataflow execution of loop instructions by out-of-order processors (OOPs).
II. Background
Many modem processors are out-of-order processors (OOPs) that are capable of dataflow execution of program instructions. Using a dataflow execution approach, the execution order of program instructions by an OOP may be determined by the availability of input data for each program instruction (“dataflow order”), rather than the program order of the program instruction. Thus, the OOP may execute the program instruction as soon as all input data for the program instruction has been generated. While this may cause the specific order in which program instructions are executed to be unpredictable, the OOP may realize performance gains using dataflow execution of program instructions. For example, instead of having to “stall” (i.e., intentionally introduce a processing delay) while input data is retrieved for an older program instruction, the OOP may proceed with executing a more recently fetched instruction that is able to execute immediately. In this manner, processor clock cycles that would otherwise be wasted may be productively utilized by the OOP.
A conventional OOP may employ an instruction window, which designates a set of program instructions that may be executed out of order. When execution of a program instruction within the instruction window is complete, the results of the execution may be “committed,” or made non-speculative, and the program instruction may be retired from the instruction window to make room for a new program instruction for execution. However, in some circumstances, the eviction of program instructions from the instruction window may result in inefficient operation of the OOP. For example, if the program instructions are part of a loop, the same program instructions may be executed repeatedly over multiple loop iterations. Consequently, the program instructions may be fetched, executed, and retired again and again from the instruction window as the loop executes.
Performance of an OOP in the circumstances described above may be improved through the use of reservation station segments. A reservation station segment is an OOP microarchitecture feature that may store a program instruction along with related information required for execution, such as operands. The OOP may load each program instruction associated with a loop into a corresponding reservation station segment. Each reservation station segment may be configured to hold a program instruction for a specified number of loop iterations, rather than retiring the program instruction before the loop has completed. When a reservation station segment determines that all input data for its program instruction is available, the reservation station segment provides the program instruction and its input data to a processor for execution. Only after the loop has completed all iterations are the program instructions associated with the loop retired from the corresponding reservation station segments.
One issue that arises with the use of reservation station segments is managing the production of input data for program instructions with respect to consumption of the input data. If a rate at which a producer instruction generates data is greater than a rate at which a consumer instruction can utilize the data as input, the data may be lost, or the use of a storage solution that is expensive in terms of processor cycles and/or power may be required.
Aspects disclosed in the detailed description include managing dataflow execution of loop instructions by out-of-order processors (OOPs). Related circuits, methods, and computer-readable media are also disclosed. In this regard in one aspect, a reservation station circuit for managing dataflow execution of loop instructions is provided. The reservation station circuit includes multiple reservation station segments, each of which stores a loop instruction of a loop of a computer program. Each reservation station segment also stores an instruction execution credit, which indicates whether the loop instruction may be provided for dataflow execution. The reservation station circuit further includes a dataflow monitor. Before execution of the loop begins, the dataflow monitor distributes an initial instruction execution credit to each reservation station segment. As an iteration of the loop is executed, each reservation station segment determines whether the instruction execution credit for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. If so, the reservation station segment provides the loop instruction of the reservation station segment for dataflow execution. The reservation station segment may then adjust the instruction execution credit of an instruction execution credit indicator for the reservation station segment.
In another aspect, a reservation station circuit for managing dataflow execution of loop instructions in an OOP is provided. The reservation station circuit comprises a plurality of reservation station segments. Each reservation station segment comprises a loop instruction register configured to store a loop instruction of a loop. Each reservation station segment also comprises an instruction execution credit indicator configured to store an instruction execution credit indicating whether the loop instruction may be provided for dataflow execution. The reservation station circuit further comprises a dataflow monitor configured to distribute an initial instruction execution credit to the instruction execution credit indicator of each reservation station segment of the plurality of reservation station segments. Each reservation station segment of the plurality of reservation station segments is configured to repeatedly determine whether the instruction execution credit of the instruction execution credit indicator for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. Each reservation station segment is further configured to, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, provide the loop instruction of the reservation station segment for dataflow execution. Each reservation station segment is also configured to, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, adjust the instruction execution credit of the instruction execution credit indicator for the reservation station segment.
In another aspect, a method for managing dataflow execution of loop instructions in an OOP is provided. The method comprises distributing, by a dataflow monitor, an initial instruction execution credit to each reservation station segment of a plurality of reservation station segments, each reservation station segment storing a loop instruction of a loop and an instruction execution credit indicator. The method further comprises, for each reservation station segment of the plurality of reservation station segments, repeatedly determining whether an instruction execution credit for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. The method also comprises, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, providing the loop instruction of the reservation station segment for dataflow execution. The method additionally comprises, further responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, adjusting the instruction execution credit of the reservation station segment.
In another aspect, a non-transitory computer-readable medium having stored thereon computer-executable instructions to cause a processor to implement a method for managing dataflow execution of loop instructions in an OOP is provided. The method implemented by the computer-executable instructions comprises distributing, by a dataflow monitor, an initial instruction execution credit to each reservation station segment of a plurality of reservation station segments, each reservation station segment storing a loop instruction of a loop. The method implemented by the computer- executable instructions further comprises, for each reservation station segment of the plurality of reservation station segments, repeatedly determining whether an instruction execution credit for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. The method implemented by the computer-executable instructions also comprises, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, providing the loop instruction of the reservation station segment for dataflow execution. The method implemented by the computer-executable instructions additionally comprises, further responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, adjusting the instruction execution credit of the reservation station segment.
With reference now to the drawing figures, several exemplary aspects of the present disclosure are described. The word “exemplary” is used herein to mean “serving as an example, instance, or illustration.” Any aspect described herein as “exemplary” is not necessarily to be construed as preferred or advantageous over other aspects.
Aspects disclosed in the detailed description include managing dataflow execution of loop instructions by out-of-order processors (OOPs). Related circuits, methods, and computer-readable media are also disclosed. In this regard in one aspect, a reservation station circuit for managing dataflow execution of loop instructions is provided. The reservation station circuit includes multiple reservation station segments, each of which stores a loop instruction of a loop of a computer program. Each reservation station segment also stores an instruction execution credit, which indicates whether the loop instruction may be provided for dataflow execution. The reservation station circuit further includes a dataflow monitor. Before execution of the loop begins, the dataflow monitor distributes an initial instruction execution credit to each reservation station segment. As an iteration of the loop is executed, each reservation station segment determines whether the instruction execution credit for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. If so, the reservation station segment provides the loop instruction of the reservation station segment for dataflow execution. The reservation station segment may then adjust the instruction execution credit of an instruction execution credit indicator for the reservation station segment.
In another aspect, a reservation station circuit for managing dataflow execution of loop instructions in an OOP is provided. The reservation station circuit comprises a plurality of reservation station segments. Each reservation station segment comprises a loop instruction register configured to store a loop instruction of a loop. Each reservation station segment also comprises an instruction execution credit indicator configured to store an instruction execution credit indicating whether the loop instruction may be provided for dataflow execution. The reservation station circuit further comprises a dataflow monitor configured to distribute an initial instruction execution credit to the instruction execution credit indicator of each reservation station segment of the plurality of reservation station segments. Each reservation station segment of the plurality of reservation station segments is configured to repeatedly determine whether the instruction execution credit of the instruction execution credit indicator for the reservation station segment indicates that the loop instruction may be provided for dataflow execution. Each reservation station segment is further configured to, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, provide the loop instruction of the reservation station segment for dataflow execution. Each reservation station segment is also configured to, responsive to determining that the instruction execution credit indicates that the loop instruction may be provided for dataflow execution, adjust the instruction execution credit of the instruction execution credit indicator for the reservation station segment.
In this regard,
In some environments, an application program may be conceptualized as a “pipeline” of kernels (i.e., specific areas of functionality), wherein each kernel operates on a stream of data tokens passing through the pipeline. The OOP 10 of
The OOP 10 is organized into one or more reservation station blocks (also referred to herein as “RSBs”), each of which may correspond to a general type of program instruction. For example, a stream RSB 14 may handle instructions for receiving data streams via a channel unit 16, as indicated by arrow 18. A compute RSB 20 may handle instructions that access one or more functional units 22 (e.g., an arithmetic logic unit (ALU) and/or a floating point unit) for carrying out computational operations, as indicated by arrow 24. Results produced by instructions in the compute RSB 20 may be consumed as input by other instructions in the compute RSB 20. A load RSB 26 handles instructions for loading data from and outputting data to a data store, such as a memory 28, as indicated by arrows 30 and 32. It is to be understood that the OOP 10 may be organized into more than one of each of the stream RSB 14, the compute RSB 20, and/or the load RSB 26. The stream RSB 14, the compute RSB 20, and the load RSB 26 include one or more reservation station segments (also referred to herein as “RSSs”) 34(0-X), 36(0-X), and 38(0-X), respectively. Each of the reservation station segments 34, 36, 38 stores a single instruction, along with associated data required for dataflow execution of the resident instruction.
In typical operation, an input communications bus 40 communicates instructions for the kernel to be executed by the OOP 10 to an instruction unit 42 of the OOP 10, as indicated by arrow 44. The instruction unit 42 then loads the instructions into the one or more reservation station segments 34 of the stream RSB 14 (as indicated by arrow 46), the one or more reservation segments 36 of the compute RSB 20 (as indicated by arrow 48), and/or the one or more reservation station segments 38 of the load RSB 26 (as indicated by arrow 50), based on the instruction type. A dataflow monitor 52 may also receive initialization data, such as a number of loop iterations to execute, as indicated by arrow 54.
The OOP 10 may then execute the resident instructions of the reservation station segments 34, 36, and/or 38 in any appropriate order. As a non-limiting example, the OOP 10 may execute the resident instructions of the reservation station segments 34, 36, and/or 38 in a dataflow execution order. The result (if any) produced by execution of each resident instruction and an identifier for the resident instruction are broadcast by the reservation station segments 34, 36, and 38, as indicated by arrows 56, 58, and 60, respectively. The reservation station segments 34, 36, and 38 and the dataflow monitor 52 then receive the broadcast data as input streams (as indicated by arrows 62, 64, 66, and 68, respectively). The reservation station segments 34, 36, and 38 may monitor the respective input streams indicated by arrows 62, 64, and 68 to identify results from previously executed instructions that are required as input operands (not shown). Once detected, the input operands may be stored, and after all required operands are received, the resident instruction associated with the reservation station segment 34, 36, and/or 38 may be provided for dataflow execution. Loop instructions for a loop may thus be iteratively executed in a dataflow manner until the dataflow monitor 52 detects that all iterations of the loop have completed. Data may be streamed out of the OOP 10 to an output communications bus 70, as indicated by arrow 72.
One issue that may arise with the OOP 10 of
In this regard, the reservation station circuit 12 of
Aspects of the dataflow monitor 52, the stream RSB 14, the compute RSB 20, and/or the load RSB 26 may employ different techniques for detecting the completion of a loop iteration. In some aspects, an RSB (i.e., one of the stream RSB 14, the compute RSB 20, and the load RSB 26) may maintain a count of instructions that have executed during a loop iteration I. When the count of instructions executed for the loop iteration I becomes equal to a number of instructions in the RSB, the RSB communicates an end loop iteration I status (not shown) to the dataflow monitor 52. Once the dataflow monitor 52 has received an end loop iteration I status from all RSBs, the dataflow monitor 52 knows that all instructions for the loop iteration I have finished execution. The dataflow monitor 52 may then issue an additional instruction execution credit 76.
Some aspects may provide that each reservation station segment 34, 36, and 38 includes an end bit (not shown) that signifies whether each resident instruction is a “leaf” instruction in a dataflow ordering of the instructions (i.e., an instruction on which there are no data dependencies). When all end flag instructions have executed, a loop iteration has completed. Accordingly, each resident instruction broadcasts its end flag upon execution. The dataflow monitor 52 maintains a count of the number of end flag instruction executions for a particular loop iteration I, and the total number of end flag instructions within the loop iteration I. Once the number of end flag instruction executions for the loop iteration I becomes equal to the total number of end flag instructions, the dataflow monitor 52 may conclude that all instructions for the loop iteration I have completed execution. The dataflow monitor 52 may then issue an additional instruction execution credit 76.
The reservation station segment 78 of
The reservation station segment 78 also provides storage for data that may be required by the loop instruction 84 to execute. In the example of
Similarly, to store data associated with the second operand, the reservation station segment 78 provides an operand source RS tag 98 and an operand buffer 92(1). The operand buffer 92(1) includes one or more operand buffer entries 100(0)-100(N), and a corresponding one or more operand ready flags 102(0)-102(N). The operand source RS tag 98, the operand buffer entries 100(0)-100(N), and the operand ready flags 102(0)-102(N) may function in a manner corresponding to the functionality of the operand source RS tag 90, the operand buffer entries 94(0)-94(N), and the operand ready flags 96(0)-96(N), respectively.
The reservation station segment 78 also includes an iteration counter 104. The iteration counter 104 may be set to an initial value of zero, and subsequently incremented with each execution of the loop instruction 84. A current value of the iteration counter 104 may be provided by the reservation station segment 78 when the loop instruction 84 is provided for dataflow execution. In this manner, the current value of the iteration counter 104 may be used by subsequently-executing consumer instructions to determine the loop iteration in which the loop instruction 84 executed.
The reservation station segment 78 additionally includes an instruction execution credit indicator 106, which stores an instruction execution credit 108 distributed to the reservation station segment 78 by the dataflow monitor 52. The reservation station segment 78 may be configured to provide the loop instruction 84 for execution only if the instruction execution credit indicator 106 indicates that the loop instruction 84 may be executed. For example, in some aspects, the instruction execution credit indicator 106 may comprise a counter, the value of which may be decremented after each execution of the loop instruction 84. The reservation station segment 78 may thus be configured to provide the loop instruction 84 for execution only if the instruction execution credit indicator 106 is currently storing a value greater than zero.
In
In the example of
To illustrate how the reservation station circuit 12 may utilize instruction execution credits distributed to each RSS 110, 112, 114, 116, 118, 120, 130 of
At time interval 0, the dataflow monitor 52 of the reservation station circuit 12 distributes an initial instruction execution credit, such as the initial instruction execution credit 74 of
Because input data for the resident stream instructions of the RSS 110, the RSS 112, the RSS 114, and the RSS 116 is readily available, the resident stream instructions effectively have no data dependencies. Therefore, the resident stream instructions associated with the RSS 110, the RSS 112, the RSS 114, and the RSS 116 are eligible for dataflow execution. In the example of
At time interval 3, both operands for the resident multiply instruction of the RSS 118 have been received, and thus the resident multiply instruction is eligible for dataflow execution. The resident stream instructions for the RSS 110, the RSS 112, the RSS 114, and the RSS 116 are also eligible for dataflow execution, having instruction execution credits 108 greater than zero and no effective data dependencies. In this example, the RSS 118 provides its resident multiply instruction to a functional unit, such as the functional unit 22 of
At time interval 4, any of the resident stream instructions associated with the RSS 110, the RSS 112, the RSS 114, and the RSS 116 are eligible for dataflow execution. In the example of
Similarly, at time interval 5, the RSS 110 provides its resident stream instruction to the functional unit 22 for execution, and decrements its instruction execution credit 108 to 0. The RSS 118, having received both operands needed to execute its resident multiply instruction, provides its resident multiply instruction to the functional unit 22 at time interval 6, and decrements its instruction execution credit 108 to 0.
At time interval 7, the instruction execution credits 108 associated with the RSS 110, the RSS 112, and the RSS 118 have all been decremented to 0. Accordingly, while input data may be available to the resident instructions of the RSS 110, the RSS 112, and the RSS 118, none of the resident instructions may be executed again until additional credits are distributed by the dataflow monitor 52. This allows the resident instructions of the RSS 114, the RSS 116, the RSS 120, and the RSS 130 to “catch up” by providing time to consume the data produced by the RSS 110, the RSS 112, and the RSS 118. Note also that, at time interval 7, the resident multiply instruction associated with the RSS 120 and the resident add instruction associated with the RSS 130 have unsatisfied data dependencies, and thus those instructions are not eligible for dataflow execution. Thus, the only instructions that may be executed at this point are the resident instructions of the RSS 114 and the RSS 116.
With continuing reference to
Upon execution of the resident add instruction of the RSS 130, the dataflow monitor 52 may detect the end flag 136 of the RSS 130, and may determine that one iteration of the loop has completed. Accordingly, at time interval 11, the dataflow monitor 52 may distribute an additional instruction execution credit 76 to each of the RSS 110, the RSS 112, the RSS 114, the RSS 116, the RSS 118, the RSS 120, and the RSS 130, as indicated by arrow 140. In this example, distribution of the additional instruction execution credit 76 has the effect of incrementing the instruction execution credit 108 associated with each RSS 110, 112, 114, 116, 118, 120, and 130. Execution of loop instructions then continues.
Time intervals 12-15 proceed in a manner similar to that of time intervals 7-10. At time interval 12, the RSS 110, the RSS 112, the RSS 114, and the RSS 116 each have an instruction execution credit 108 greater than zero, and the resident stream instructions of the RSS 110, the RSS 112, the RSS 114, and the RSS 116 have no effective data dependencies. Accordingly, the resident stream instructions of the RSS 110, the RSS 112, the RSS 114, and the RSS 116 are all eligible for dataflow execution. In the example of
To illustrate exemplary operations for managing dataflow execution of loop instructions in the exemplary OOP 10 of
In
Each reservation station segment 34, 36, 38 then determines whether the instruction execution credit 108 for each reservation station segment 34, 36, 38 indicates that the loop instruction 84 may be provided for dataflow execution (block 148). If the instruction execution credit 108 indicates that the loop instruction 84 may not be provided for dataflow execution, processing may continue at block 150 of
Referring now to
The dataflow monitor 52 may then determine whether all iterations of the loop have completed (block 162). In some aspects, the dataflow monitor 52 may maintain a count of completed iterations, and may compare the count of completed iterations with a count of total loop iterations to be executed. If the dataflow monitor 52 determines at block 162 that all iterations of the loop have not completed, processing may resume at block 148 of
Each reservation station segment 34, 36, 38 then determines whether a value of the instruction execution credit 108 for the reservation station segment 34, 36, 38 is greater than zero (block 168). If the reservation station segment 34, 36, 38 determines at block 168 that the value of the instruction execution credit 108 is zero, then processing continues at block 170. However, if the reservation station segment 34, 36, 38 determines at block 168 that the value of the instruction execution credit 108 is greater than zero, the reservation station segment 34, 36, 38 provides the loop instruction 84 of the reservation station segment 34, 36, 38 for dataflow execution (block 172). The reservation station segment 34, 36, 38 also decrements the value of the instruction execution credit 108 of the reservation station segment 34, 36, 38 (block 174).
The dataflow monitor 52 may then determine whether a current iteration of the loop has completed (e.g., by determining whether one or more end flags 88 are set) (block 170). If the dataflow monitor 52 determines at block 170 that a current iteration of the loop is not complete, processing may resume at block 168. However, if the dataflow monitor 52 determines at block 170 that an iteration of the loop has completed, the dataflow monitor 52 may distribute an additional instruction execution credit 76 to each reservation station segment 34, 36, 38 of the plurality of reservation station segments 34(0)-34(X), 36(0)-36(X), and 38(0)-38(X), respectively (block 176).
The dataflow monitor 52 may then determine whether all iterations of the loop have completed (block 178). Some aspects may provide that the dataflow monitor 52 may maintain a count of completed iterations, and may compare the count of completed iterations with a count of total loop iterations to be executed. If the dataflow monitor 52 determines at block 178 that all iterations of the loop have not completed, processing may resume at block 168. However, if the dataflow monitor 52 determines at block 178 that all iterations of the loop have completed, each reservation station segment 34, 36, 38 of the plurality of reservation station segments 34(0)-34(X), 36(0)-36(X), and 38(0)-38(X), respectively, may retire the loop instruction 84 from the reservation station segment 34, 36, 38 (block 180).
Managing dataflow execution of loop instructions by OOPs, and related circuits, methods, and computer-readable media, according to aspects disclosed herein may be provided in or integrated into any processor-based device. Examples, without limitation, include a set top box, an entertainment unit, a navigation device, a communications device, a fixed location data unit, a mobile location data unit, a mobile phone, a cellular phone, a computer, a portable computer, a desktop computer, a personal digital assistant (PDA), a monitor, a computer monitor, a television, a tuner, a radio, a satellite radio, a music player, a digital music player, a portable music player, a digital video player, a video player, a digital video disc (DVD) player, and a portable digital video player.
In this regard,
Other master and slave devices can be connected to the system bus 190. As illustrated in
The CPU(s) 184 may also be configured to access the display controller(s) 204 over the system bus 190 to control information sent to one or more displays 208. The display controller(s) 204 sends information to the display(s) 208 to be displayed via one or more video processors 210, which process the information to be displayed into a format suitable for the display(s) 208. The display(s) 208 can include any type of display, including but not limited to a cathode ray tube (CRT), a liquid crystal display (LCD), a plasma display, etc.
Those of skill in the art will further appreciate that the various illustrative logical blocks, modules, circuits, and algorithms described in connection with the aspects disclosed herein may be implemented as electronic hardware, instructions stored in memory or in another computer-readable medium and executed by a processor or other processing device, or combinations of both. The master and slave devices described herein may be employed in any circuit, hardware component, integrated circuit (IC), or IC chip, as examples. Memory disclosed herein may be any type and size of memory and may be configured to store any type of information desired. To clearly illustrate this interchangeability, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. How such functionality is implemented depends upon the particular application, design choices, and/or design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The various illustrative logical blocks, modules, and circuits described in connection with the aspects disclosed herein may be implemented or performed with a processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The aspects disclosed herein may be embodied in hardware and in instructions that are stored in hardware, and may reside, for example, in Random Access Memory (RAM), flash memory, Read Only Memory (ROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), registers, a hard disk, a removable disk, a CD-ROM, or any other form of computer-readable medium known in the art. An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a remote station. In the alternative, the processor and the storage medium may reside as discrete components in a remote station, base station, or server.
It is also noted that the operational steps described in any of the exemplary aspects herein are described to provide examples and discussion. The operations described may be performed in numerous different sequences other than the illustrated sequences. Furthermore, operations described in a single operational step may actually be performed in a number of different steps. Additionally, one or more operational steps discussed in the exemplary aspects may be combined. It is to be understood that the operational steps illustrated in the flow chart diagrams may be subject to numerous different modifications as will be readily apparent to one of skill in the art. Those of skill in the art will also understand that information and signals may be represented using any of a variety of different technologies and techniques. For example, data, instructions, commands, information, signals, bits, symbols, and chips that may be referenced throughout the above description may be represented by voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields or particles, or any combination thereof.
The previous description of the disclosure is provided to enable any person skilled in the art to make or use the disclosure. Various modifications to the disclosure will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other variations without departing from the spirit or scope of the disclosure. Thus, the disclosure is not intended to be limited to the examples and designs described herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The present application claims priority to U.S. Provisional Patent Application Ser. No. 62/026,752 filed on Jul. 21, 2014 and entitled “MANAGING DATAFLOW EXECUTION OF LOOP INSTRUCTIONS BY OUT-OF-ORDER PROCESSORS (OOPs), AND RELATED CIRCUITS, METHODS, AND COMPUTER-READABLE MEDIA,” which is incorporated herein by reference in its entirety.
Number | Date | Country | |
---|---|---|---|
62026752 | Jul 2014 | US |