Supporting multi-dimensional space-time computing through...

Electrical computers and digital processing systems: processing – Processing control – Context preserving (e.g. – context swapping – checkpointing,...

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S241000

Reexamination Certificate

active

06463526

ABSTRACT:

BACKGROUND
1. Field of the Invention
The present invention relates to techniques for improving computer system performance. More specifically, the present invention relates to a method and an apparatus that provides selective versioning of memory objects to support multi-dimensional space and time dimensional execution of a computer program.
2. Related Art
As increasing semiconductor integration densities allow more transistors to be integrated onto a microprocessor chip, computer designers are investigating different methods of using these transistors to increase computer system performance. Some recent computer architectures exploit “instruction level parallelism,” in which a single central processing unit (CPU) issues multiple instructions in a single cycle. Given proper compiler support, instruction level parallelism has proven effective at increasing computational performance across a wide range of computational tasks. However, inter-instruction dependencies generally limit the performance gains realized from using instruction level parallelism to a factor of two or three.
Another method for increasing computational speed is “speculative execution” in which a processor executes multiple branch paths simultaneously, or predicts a branch, so that the processor can continue executing without waiting for the result of the branch operation. By reducing dependencies on branch conditions, speculative execution can increase the total number of instructions issued.
Unfortunately, conventional speculative execution typically provides a limited performance improvement because only a small number of instructions can be speculatively executed. One reason for this limitation is that conventional speculative execution is typically performed at the basic block level, and basic blocks tend to include only a small number of instructions. Another reason is that conventional hardware structures used to perform speculative execution can only accommodate a small number of speculative instructions. A further reason is that conventional speculative execution supports only a limited amount of parallelism in the speculative execution process.
What is needed is a method and apparatus that facilitates speculative execution of program instructions at a higher level of granularity so that many more instructions can be speculatively executed.
Additionally, what is needed is a method and an apparatus that supports parallelism in the speculative execution process.
SUMMARY
One embodiment of the present invention provides a system that facilitates multi-dimensional space and time dimensional execution of computer programs. The system includes a head thread that executes program instructions and a series of speculative threads that execute program instructions in advance of the head thread, wherein each speculative thread executes program instructions in advance of preceding speculative threads in the series. The head thread accesses a primary version of the memory element and the series of speculative threads access space-time dimensioned versions of the memory element. The system starts by receiving a memory access to the memory element. If the memory access is a write operation by the head thread or a speculative thread, the system determines if a version of the memory element associated with the head thread or speculative thread exists. If not, the system creates a version of the memory element for the thread. Next, the system performs the write operation to the version of the memory element. After performing the write operation, the system checks status information associated with the memory element to determine if the memory element has been read by a following speculative thread in the series of speculative threads. If so, the system causes the following speculative thread and any successive speculative threads in the series to roll back so that the following speculative thread and any successive speculative threads in the series can read a result of the write operation. If not, the system performs the write operation to all successive space-time dimensioned versions of the memory element.
In one embodiment of the present invention, if the memory access is a read operation by a speculative thread, the system updates status information associated with the memory element to indicate the memory element has been read by the speculative thread and determines if a space-time dimensioned version of the memory element associated with the speculative thread exists. If the space-time dimensioned version of the memory element exists, the system reads it. If the space-time dimensioned version of the memory element does not exist, the system reads a space-time dimensioned version of the memory element associated with a preceding speculative thread or the head thread.
In one embodiment of the present invention, accesses to space-time dimensioned versions of the memory element are made indirectly through a pointer associated with the primary version of the memory element. In a variation on this embodiment, the pointer points to an array containing pointers to the space-time dimensioned versions of the memory element.
In one embodiment of the present invention, performing the write operation to all space-time dimensioned versions of the memory element includes checking status information associated with the memory element to determine which space-time dimensioned versions of the memory element have been written to by any speculative thread. Once this is determined, the system writes to space-time time dimensioned versions of the memory element that have not been written to by any speculative thread.
In one embodiment of the present invention, the system performs a join operation between the head thread and the series of speculative threads when the head thread reaches a point in the program where the series of speculative threads began executing. This join operation causes state associated with the series of speculative threads to be merged with state associated with the head thread. In a variation on this embodiment, performing the join operation includes merging the space-time dimensioned versions of the memory element into the primary version of the memory element and discarding the space-time dimensioned versions of the memory element.
In one embodiment of the present invention, causing the speculative thread and any successive speculative threads in the series to roll back includes using a recursive method to cause the speculative thread and any successive speculative threads in the series to roll back.


REFERENCES:
patent: 5430850 (1995-07-01), Papadopoulos et al.
patent: 5560029 (1996-09-01), Papadopoulos et al.
patent: 5812811 (1998-09-01), Dubey et al.
patent: 5887166 (1999-03-01), Mallick et al.
patent: 6085305 (2000-07-01), Panwar et al.
patent: 6240509 (2001-05-01), Akkary
patent: 6247121 (2001-06-01), Akkary et al.
patent: 6330661 (2001-12-01), Torii
patent: 6353881 (2002-03-01), Chaudhry et al.
IBM Technical Disclosure Bulletin entitled “Speculation in Parallel Systems,”, vol. 63, No. 09A, Sep. 1993, pp. 371-376.
IBM Technical Disclosure Bulletin entitled “Metaparallel Processor,”, vol. 36, No. 09A, Sep. 1993, pp. 411-415.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Supporting multi-dimensional space-time computing through... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Supporting multi-dimensional space-time computing through..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Supporting multi-dimensional space-time computing through... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2936120

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.