The present invention relates to a power conservation method in a processor.
Conventionally, front end processing 110 may build instruction segments from stored program instructions to reduce the latency of instruction decoding and to increase front-end bandwidth. Instruction segments are sequences of dynamically executed instructions that are assembled into logical units. The program instructions may have been assembled into the instruction segment from non-contiguous regions of an external memory space but, when they are assembled in the instruction segment, the instructions appear in program order. The instruction segment may include microinstructions (uops).
A trace is perhaps the most common type of instruction segment. Typically, a trace may begin with an instruction of any type. Traces have a single entry, multiple exit architecture. Instruction flow starts at the first instruction but may exit the trace at multiple points, depending on predictions made at branch instructions embedded within the trace. The trace may end when one of number of predetermined end conditions occurs, such as a trace size limit, the occurrence of a maximum number of conditional branches or the occurrence of an indirect branch or a return instruction. Traces typically are indexed by the address of the first instruction therein.
Other instruction segments are known. Intel engineers have proposed an instruction segment, which they call an “extended block,” that has a different architecture than the trace. The extended block has a multiple-entry, single-exit architecture. Instruction flow may start at any point within an extended block but, when it enters the extended block, instruction flow must progress to a terminal instruction in the extended block. The extended block may terminate on a conditional branch, a return instruction or a size limit. The extended block may be indexed by the address of the last instruction therein. The extended block and methods for constructing them are described in Jourdan, et al., “eXtended Block Cache,” HPCA-6 (January 2000).
A “basic block” is another example of an instruction segment. It is perhaps the most simple type of instruction segment available. The basic block may terminate on the occurrence of any kind of branch instruction including an unconditional branch. The basic block may be characterized by a single-entry, single-exit architecture. Typically, the basic block is indexed by the address of the first instruction therein.
Regardless of the type of instruction segment used in a processor 110, the instruction segment typically is stored in a segment cache 170 for later use. Reduced latency is achieved when program flow returns to the instruction segment because the instruction segment may store instructions already decoded into uops and assembled in program order. Uops from the instruction segments in the segment cache 170 may be furnished to the execution stage 120 faster than they could be furnished from different locations in an ordinary instruction cache 140.
Many instruction segments, once built and stored within a segment cache 170, are never used. This may occur, for example, because program flow does not return to the instructions from which the instruction segment was constructed. Some other instruction segments may be reused quite often. However, because a segment cache 170 may have a limited capacity (say, 1024 uops), low segment reuse causes even frequently-used instruction segments to be overwritten by other instruction segments before their useful life otherwise might conclude. Thus, with a high eviction rate in the segment cache 170, the advantages of instruction segments can be lost.
Conventionally, a front end stage 110 may include a segment builder 180 provided in communication with the instruction decoder 160 to capture decoded uops and build instruction segments therefrom. The segment builder 180 typically includes buffer memories to store the uops and a state machine to detect segment start and end conditions and to manage storage of instruction segments within the segment cache 170.
The techniques for implementation and management of instruction segments consume tremendous amounts of power. Power must be provided for the segment cache 170 and the segment builder 180. The segment cache 170 must be integrated with other front-end components, such as one or more branch predictors (not shown). And, of course, as implementation of instruction segments becomes more complex, for example, to employ concepts of traces or extended blocks, the power consumed by the circuits that implement them also may increase. By way of example, the front-end system of the IA-32 processors, products commercially available from Intel Corporation of Santa Clara, Calif., consumes about 28% of the overall processor power.
As mobile computing applications and others have evolved, raw processor performance no longer is the paramount consideration for processor designs. Modern designs endeavor to provide maximize processor performance within a given power envelope. Given the considerable amount of power spent in front-end processing, the inventors perceived a need in the art for a front end unit that employs power control techniques. It is believed that such front end units are unknown in the art.
Embodiments of the present invention introduce an access filter to a front end system for power conservation. The access filter may selectively enable or disable segment builders within the front end to ensure that only instruction segments that are likely to be reused by program flow will be stored in the segmentation cache, e.g. segment cache. Simulation studies suggest that many instruction segments, once stored in the segment cache, are never used. For example, one simulation suggested that up to 67% of all segment cache lines are replaced before being used even once in a simulated segment cache having 6 ways, 64 sets and 6 uops per set. Typically, a new instruction segment is built each time an IP miss occurs in the instruction segment cache. Program flow may not return to the IP that caused a miss in the segment cache or, even if it does return to the IP, the program flow may return after so much time that the instruction segment has been evicted from the segment cache in favor of newer instruction segments. In either case, the power spent in the process of building and storing the unused instruction segment is wasted without contributing to the performance of the front-end system. The techniques of the present embodiments help to ensure that power will be spent building instruction segments that are likely to be used.
In an embodiment of the invention, if the new IP hits the segment cache 240 the method 1000 may be aborted regardless of the value of the access count (box 1080). In the general case, a hit in the segment cache 240 may indicate that the segment cache 240 already stores an instruction segment responsive to the new IP. The segment builder 250 may be disabled to conserve power because the segment builder 250 could not generate a useful result in this circumstance.
A hit in the segment cache 240, however, need not disable the method 1000 in every event. As described in the Jourdan article, the multiple-entry, single-exit architecture of extended blocks permits the beginning of an extended block to be extended to include additional uops. In this embodiment, by threshold testing the access count regardless of a hit/miss response from the segment cache 240, the method may identify situations that are reasonably likely to cause an existing extended block to be extended. In such situations, it may be beneficial to enable the segment builder 250. The segment builder 250, operating according to the techniques disclosed in the above-referenced application, may enhance existing extended blocks as appropriate.
In response to a new IP, the address decoder 320 may cause data from one of the cache entries 310.1–310.N to be driven on output lines. The comparator 330 may compare data from the tag field 340 to a portion of the new IP. If they match, the instruction cache 300 may register a hit. Otherwise, the IP misses the instruction cache 300.
Typically, when the address decoder 320 selects a cache line (say, line 310.1) in response to a new IP, the contents of the data field 360 may be driven toward an output of the gate. If the comparator 330 registers a hit, the contents of the data field 360 may propagate out of the instruction cache 300; otherwise, they are blocked. For example, the hit/miss indicator from the comparator 330 may control a transmission gate that communicates data from the data field 360 out of the cache 300.
In an embodiment, an access count field 350 may be provided in each cache entry 310.1–310.N for storage of a count value. The cache may include an incrementor 370 coupled to the access count fields 350 and a second comparator 380 coupled to the incrementor. When a cache entry (say, entry 310.1) is activated by the address decoder 320, data from the access count field 350 may be output to the incrementor 370. As its name implies, the incrementor 370 may increment the value of the count field. The incremented value may be threshold tested by the second comparator 380. An output of the second comparator may indicate whether the incremented count value meets or exceeds the threshold. The output may be output from the cache 300 as the enable signal.
The incremented count value may be stored back in the count field 350 of the cache entry 310.1 so long as the IP hits the cache.
The threshold value Th may be tuned to meet design criteria of any system for which the present invention may be used. Typical threshold values are 1, 3 or 7, permitting the access count field to be one, two or three bit fields.
In an embodiment, the incrementor 370 may be provided as a saturating incrementor. If, by incrementing the access count value, it causes a carry out of the most significant bit position in that value, the access count value may be left unchanged.
In the embodiment shown in
The foregoing description presents operation of the cache 300 when reading data therefrom. In an embodiment, the access counter may be cleared (e.g., set to zero) when new instructions are stored in the respective line of the instruction cache. Thus, when writing new data to a line 310.1 within the instruction cache 300 and possibly evicting old data therefrom, the contents of the access counter field 350 may be cleared. Techniques for writing data to an instruction cache and evicting data therefrom are well known.
The access filter need not be integrated with the instruction cache.
During operation, when a new IP is applied to the address decoder 420, it may cause tag data to be output from an addressed entry (say, entry 410.1). If the tag data from the entry 410.1 matches tag information from the new IP, then a match may be registered. Otherwise, no match occurs. When no match occurs, the tag data from the new IP may be stored in the entry 410.1 via the write controller 440. The new tag data overwrites the tag data previously stored in the entry.
When a tag match occurs, it signifies that program flow has traversed a single IP twice. It also signifies that no other IP has been encountered to the same tag. Otherwise, the tag of the second IP would have overwritten the tag that caused the tag match. The hit/miss output generated by the tag comparator 730 may be used as an enable signal to control the segment builder 250 (
Returning to
In this embodiment, the access filter 400 operates with a threshold value of Th=2. The first time an IP is presented to the access filter, it causes a miss with previously stored tags and is written to an entry within the cache. The second time the IP is presented, assuming the tag has not been overwritten, a tag hit occurs and the segment builder 250 (
Of course, the access filter 400 can include access count values in other embodiments.
In other embodiments, an instruction cache 210 (
Embodiments of the access filter 400 of
As described above, count values are a useful basis on which to predict instruction segments that have a high likelihood of reuse. Additional embodiments of the present invention can improve the prediction by de-emphasizing count values that may not demonstrate sufficient re-use to merit an instruction segment. In one embodiment, it may be sufficient to decrement or downshift counter values of all access counters periodically in an access filter. It may occur that some instructions are infrequently used when compared with other instructions in the instruction cache. These instructions, although infrequently used, may not be evicted by other instructions. Infrequent but regular use might otherwise cause an access counter to approach the threshold value that would cause an instruction segment to be built. However, in an embodiment that periodically decrements access counters, it would be less likely that an instruction segment would be built from an infrequently used cache line.
Alternatively, decrementing or downshifting of access counters may occur individually for each cache line.
As is known, eviction units typically include an age matrix (not shown in
Several embodiments of the present invention are specifically illustrated and described herein. However, it will be appreciated that modifications and variations of the present invention are covered by the above teachings and within the purview of the appended claims without departing from the spirit and intended scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
4575814 | Brooks, Jr. et al. | Mar 1986 | A |
5381533 | Peleg et al. | Jan 1995 | A |
5461699 | Arbabi et al. | Oct 1995 | A |
5586279 | Pardo et al. | Dec 1996 | A |
5860095 | Iacobovici et al. | Jan 1999 | A |
5889999 | Breternitz, Jr. et al. | Mar 1999 | A |
5913223 | Sheppard et al. | Jun 1999 | A |
5924092 | Johnson | Jul 1999 | A |
5966541 | Agarwal | Oct 1999 | A |
5974538 | Wilmot, II | Oct 1999 | A |
6000006 | Bruce et al. | Dec 1999 | A |
6073213 | Peled et al. | Jun 2000 | A |
6076144 | Peled et al. | Jun 2000 | A |
6185675 | Kranich et al. | Feb 2001 | B1 |
6189140 | Madduri | Feb 2001 | B1 |
6216200 | Yeager | Apr 2001 | B1 |
6233678 | Bala | May 2001 | B1 |
6279103 | Warren | Aug 2001 | B1 |
6339822 | Miller | Jan 2002 | B1 |
6351844 | Bala | Feb 2002 | B1 |
6385697 | Miyazaki | May 2002 | B1 |
6393551 | Singh et al. | May 2002 | B1 |
6412050 | Jourdan et al. | Jun 2002 | B1 |
6427188 | Lyon et al. | Jul 2002 | B1 |
6470425 | Yamashiroya | Oct 2002 | B1 |
6507921 | Buser et al. | Jan 2003 | B1 |
6535959 | Ramprasad et al. | Mar 2003 | B1 |
6681297 | Chauvel et al. | Jan 2004 | B1 |
20020078327 | Jourdan et al. | Jun 2002 | A1 |
Number | Date | Country | |
---|---|---|---|
20030061469 A1 | Mar 2003 | US |