or
Bookmark and Share
Method and apparatus for state-reversion
   
Document Number
US Patent 6618851
Issued Date
September 9, 2003
Link
Inventors
Borduin; Scott (Lake Oswego, OR)
Map
Abstract
A programming environment can be modified to provide automatic support for reverting program memory states. Such memory reversions are used to provide automatic support for state-reversion, undo, redo, and abort operations for application programs written with the programming environment. Memory allocation code (e.g., functions, procedures, etc.) are modified to mark allocated memory as protected, and an exception handler is assigned to such memory. Attempts to access the memory cause an exception to be generated. This exception is caught, providing opportunity for the memory to be preserved before it is modified. Previous memory states can be retrieved by restoring such stored memory states. State-reversion can be effected by creating a new current memory state corresponding to a previous (e.g., retrieved) memory state.
Drawing
Method and apparatus for state-reversion - US Patent 6618851 Drawing
Drawing from US Patent 6618851
Tags:
Description:
Amusing 0%
Clever 0%
Complex 0%
Efficient 0%
Historic 0%
Important 0%
Innovative 0%
Interesting 0%
Practical 0%
Simple 0%
Number of Claims:
16
Comments:
no comments yet
Owner
Autodesk, Inc. (San Rafael, CA)
Published
September 9, 2003
Application Number
09/387,751
Filed
August 31, 1999
US Classification
717/103   711/156 717/120
Int'l Classification
G06F   9/44   (20060101)  
Examiner
USPTO Field of Search
717/3   717/100   717/101   717/120   717/127   717/168   711/1   711/156   711/166   711/170   711/160  
Related Patents
7499955 - System and method for undoing application actions using inverse actions with atomic rollback - Owned by Microsoft Corporation (Redmond, WA)

An undo operation is executed by an application by performing the inverse actions of the do operation to which the undo operation relates. Previous designs simply swapped memory to execute an undo operation according to code that was entirely dissimilar to the code of the do operation. The dissimilarity of the code caused debugging such operations to be difficult. Using the inverse action to undo an action results in the similar code for the do, undo, and redo operations. Also, undo atoms are logged for do, undo, and redo operations so that any exceptions thrown during an operation allows the application to return to a previous, consistent state by operating on the undo atoms.

7607125 - Programming language support for integrating undo and exception handling - Owned by Microsoft Corporation (Redmond, WA)

Existing methods for returning program state to a previous state are often too heavy weight. Often these methods attempt to guarantee a series of properties to a programmer across a distributed environment or multiple threads. Instead, a program state reversion mechanism provides a light weight and efficient runtime solution for general purpose programming languages. For example, a series of program statements (e.g., methods, instructions, etc.) are indicated by a programmer in a state reversion language construct, such as a TryAll block. If an exception is thrown anywhere from within the TryAll block, the program is reverted to the pre-TryAll block state.

7134050 - Method and system for containing software faults - Owned by Hewlett-Packard Development Company, L.P. (Houston, TX)

The invention provides a method and system for containing software faults in a computer processing environment. The method for containing software faults comprises allocating memory for a software module instance; allocating memory for at least one object assigned to the software module instance; identifying at least on object assigned to the software module instance in memory; and restricting access to the memory to the software module instance.

6957418 - System and method of designing, testing, and employing graphical computer code - Owned by Altia, Inc. (Colorado Springs, CO)

A system for designing, testing, and employing graphical computer code includes a graphics editor for creating a graphical display. The graphical display is made up of a plurality of graphical objects constructed by the graphics editor. A translator creates a high-level computer language code of the graphical object. The translator is connected to the graphics editor. A compiler receives the high level computer language code from the translator.

Claims
Description
About| FAQs| Terms & Disclaimer| Link to Us| Contact Us