US6954926B1 - Label address translating device - Google Patents

Label address translating device Download PDF

Info

Publication number
US6954926B1
US6954926B1 US09/502,791 US50279100A US6954926B1 US 6954926 B1 US6954926 B1 US 6954926B1 US 50279100 A US50279100 A US 50279100A US 6954926 B1 US6954926 B1 US 6954926B1
Authority
US
United States
Prior art keywords
code
label
exception handling
address
address value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US09/502,791
Inventor
Yoshinobu Nakamura
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NAKAMURA, YOSHINOBU
Application granted granted Critical
Publication of US6954926B1 publication Critical patent/US6954926B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/481Exception handling

Definitions

  • the present invention relates to a label address translating device for obtaining an effective address (an absolute address, i.e., an intra-memory actual address) from a label I a program described in a predetermined language.
  • a label address translation for obtaining an effective address from a label is executed with reference to a table showing a relationship between the label and the effective address.
  • Japanese Patent Application Laid-Open Publication No.1-258029 discloses a data processor including a table showing a correspondence between a symbol string (labels) indicating respective identification names with respect to data areas and programs, and storage addresses in a storage device. This data processor obtains the storage address of the program or the data area from the correspondence table, and thus executes the program.
  • a label table showing a relationship between the label and the address is referred to each time the program is executed, and there are obtained effective addresses of a function and a variable which correspond to the label.
  • the effective address is obtained from the label table each time the program is compiled.
  • the program described in the interpreter language has such a problem that the label table is referred to with an interruption of the fundamental process during the execution of the program, and therefore a speed of executing the program might be delayed.
  • a problem of a program described in a language containing the interpreter and compiler languages is that there might be a scatter in the execution speed.
  • a language e.g., a Java language
  • a label address translating device for obtaining an address from a label described in a program, comprises a program processing unit judging whether or not the address is obtained from the label when in the processing of the program, and a label address translating unit obtaining, when the program processing unit judges that the address is not obtained from the label, the address from the label in an exception handling, and writing the address to the program.
  • the label address translating unit obtains the address from the label and writes the obtained address to the program.
  • the address obtained from the label is written to the program, and thereafter the program to which the address has been written is processed (compiled).
  • the program processing unit judges that the address is not obtained from the label during the execution of the program
  • the label address translating unit obtains the address from the label and writes the obtained address to the program.
  • the program processing unit and the label address translating unit may be constructed as functions actualized by, for example, a CPU executing the program for obtaining the address from the label.
  • a CPU executing the program for obtaining the address from the label.
  • a main memory of a computer is stored with an exception handler, and this exception handler is executed by the CPU, thereby actualizing the label address translating unit.
  • the label address translating device may be constructed so that the label address translating unit may use a table showing a relationship between hi the label and the address.
  • the address relative to the label can be obtained by retrieving the table with a label name and a label ID serving as a key.
  • the table is stored in, e.g., the main memory of the computer and accessed by the CPU.
  • the label address translating device may be constructed so that the program processing unit, when the address indicated by the label is not a real address, judges that the address is not obtained from the label.
  • the effective address may include an absolute address, an actual address in the memory, etc. but excludes an address inaccessible directly by the CPU.
  • a label address translating method of obtaining an address from a label described in-a program comprises a first step of processing the program, a second step of judging whether or not the address is obtained from the label when the processing the program in the first step, a third step of obtaining, when judging in the second step that the address is not obtained from the label, the address from the label in an exception handling, and a fourth step of writing the address obtained in the third step to the program.
  • the label address translating method according to the present invention may be structured so that the third step involves reading the address to be obtained from a table showing a relationship between the label and the address.
  • the label address translating method according to the present invention may be structured so that the second step involves judging, when the address indicated by the label is not a real address, that the address is not obtained from the label.
  • a readable-by-computer medium stored with a second program for making a computer function as a label address translating device for obtaining an address from a label described in a first program.
  • the second program comprises a judging step of judging whether or not the address is obtained from the label when processing the first program, an obtaining step of obtaining, when judging in the judging step that the address is not obtained from the label, the address from the label in an exception handling, and a writing step of writing the address obtained in the obtaining step to the program.
  • the readably-by-computer medium may embrace, e.g., a CD-ROM, a magnetic disk such as a floppy disk, a magneto-optic disk such as an MO (magneto-optic), and an optical disk such as a PD (Phase change rewritable Disk).
  • a CD-ROM compact disc-read only memory
  • a magnetic disk such as a floppy disk
  • a magneto-optic disk such as an MO (magneto-optic)
  • an optical disk such as a PD (Phase change rewritable Disk).
  • FIG. 1 is a diagram showing an architecture of a label address translating device in an embodiment of the present invention
  • FIG. 2 is a diagram showing one example of a source code of a program shown in FIG. 1 ;
  • FIG. 3 is a diagram showing one example of a code obtained by a compilation of the program
  • FIG. 4 is a diagram showing one example of a label table shown in FIG. 1 ;
  • FIG. 5 is a diagram showing one example of a code in which the address is rewritten by a label address translating unit illustrated in FIG. 1 ;
  • FIG. 6 is a flowchart showing a process by the label address converting device illustrated in FIG. 1 ;
  • FIG. 7 is a flowchart showing an exception handling shown in FIG. 6 .
  • FIG. 1 is a diagram showing a construction of a label address translating device 10 .
  • FIG. 2 is a diagram showing one example of a source code of a program 20 shown in FIG. 1 .
  • FIG. 3 is a diagram showing one example of a code obtained by compilation of the program.
  • FIG. 4 is a diagram one example of a label table 32 illustrated in FIG. 1 .
  • FIG. 5 is a diagram showing one example of a code in which an address is rewritten by a label address translating unit 18 shown in FIG. 1 .
  • the label address translating device 10 is actualized by, e.g., a personal computer executing a label address translation program.
  • the label address translating device 10 includes a CPU 12 and a main memory 14 accessed directly by the CPU 12 .
  • the CPU 12 executes the label address translation program stored in a storage unit such as a ROM, a hard disk and a magnetic disk (none of those storage devices is shown herein, and the storage device corresponds to a readable-by-computer medium according to the present invention), thereby functioning as a label address translating unit (corresponding to a label address translating module) as well as a program executing unit 16 (corresponding to a program processing module).
  • a storage unit such as a ROM, a hard disk and a magnetic disk (none of those storage devices is shown herein, and the storage device corresponds to a readable-by-computer medium according to the present invention
  • an application program 20 as a processing target, an exception handler 22 , a label table 32 (corresponding to a table) showing a relationship between the label and the address and a compiler 26 , are developed on the main memory 14 .
  • a source code 28 of the program 20 is described by use of a label name (LABEL_B) in a predetermined language, e.g., an interpreter language (see FIG. 2 ). Further, the source code 28 is encoded by an interpreter contained in the source code 28 (see FIG. 2 ). The encoded program 20 is developed on the main memory 14 and executed by the CPU 12 .
  • LABEL_B label name
  • a predetermined language e.g., an interpreter language
  • [FLD 10 ] and [FLD 20 ] indicate loading of “ 10 ” and “ 20 ”
  • [FADD] indicates adding loaded “ 10 ” and “ 20 ”
  • [FSTP DWORD PTR [0xFFFFFFFE]] indicates storing an added result in an address “0xFFFFFFFE”.
  • the invalid data “0xFFFFFFFE” as the address in which the added result should be stored, i.e., the data ruled out of an accessible memory range when executing the program 20 is defined in the code 30 .
  • the CPU 12 is, when detecting the invalid data, set to execute an exception handling.
  • the exception handling has a higher execution speed than a normal program execution process, and is executed in advance of the fundamental execution process.
  • the label table 32 is, as shown in FIG. 1 or 4 , stored with label Ids, effective addresses that should be referred to by a command, and label names described in the source code 28 .
  • the label table 32 is created during a compilation of the program.
  • the label table 32 shows a corresponding relationship between the label ID “0xFFFFFFFE” defined as the address in the code shown in FIG. 3 , the effective address “0x00050006” and the label name “LABEL B”. That is, the (effective) address can be obtained by referring to the label table 32 , wherein the label name and the label ID described in the program 20 serve as a key.
  • a method of an address modification of the effective address may be based on either absolute addressing or relative addressing.
  • the program execution unit 16 executes the program 20 developed on the main memory 14 in accordance with an execution command inputted by an operator.
  • the program executing unit 16 executes a process of referring to the address during the execution of the program 20 . For instance, the program executing unit 16 performs a certain arithmetic operation and stores an arithmetic result thereof in a predetermined address of the memory. At this time, the program executing unit 16 , when recognizing that an invalid piece of data (invalid data) is described in the program 20 , performs the exception handling (i.e., the label address translation process) other than the normal processes of the program 20 .
  • exception handling i.e., the label address translation process
  • the label address translating unit 18 when executing the exception handling, starts up an exception handler 22 .
  • the exception handler 22 retrieves the label table 32 , in which an address of a command (e.g., [FSTP]) becoming a target for the exception handling and the label described in the source code 28 of the program, serve as a key.
  • the exception handler 22 thus reads the relevant effective address from the label table 32 .
  • the label address translating unit 18 sets the obtained effective address in the program 20 .
  • [FSTP DWORD PTR[0xFFFFFFFE]] shown in FIG. 3 is, as shown in FIG. 5 , rewritten into [FSTP DWORD PRT[0x00050006]].
  • This piece of data “0x00050006” indicates an effective address of the memory.
  • the label address translating unit 18 when recognizing the invalid data during the execution of the program 20 by the program execution unit 16 , the label address translating unit 18 starts up the exception handler 22 . Subsequently, the exception handler 22 obtains the effective address from the label defined in the program 20 by referring to the label table 32 and sets the thus obtained effective address in the program 20 . Namely, the CPU 12 , upon recognizing the invalid data, executes the exception handling and the normal processes thereafter.
  • the process of obtaining the effective address from the label ID is carried out as an exception handling by the CPU 12 (particularly by the program executing unit 16 ).
  • the exception handling is executed by-a method different from the normal process at a higher execution speed than the normal process.
  • a translation speed can be made higher than in the case of implementing the label address translation process in the same way as the normal process.
  • FIG. 6 is a flowchart showing the processes by the label address translating device 10 illustrated in FIG. 1 .
  • FIG. 7 is a flowchart of the exception handling shown in FIG. 6 .
  • the CPU 12 upon a start of executing the program 20 (S 01 ), the CPU 12 implements the command described in the program 20 (S 02 ). At that time, the CPU 12 , when recognizing the invalid data, executes the label address translating process as the exception handling (S 03 ).
  • the CPU 12 upon recognizing the invalid data during the execution of the program 20 , starts up the exception handler 22 (S 11 ).
  • the exception handler 22 refers to the label table 32 , thereby obtaining the effective address, wherein the address of the command in which the invalid data is described (or the label ID of this command) serves as a key (S 12 ).
  • the CPU 12 rewrites the address described in that command (which is, e.g., an address for storing the arithmetic result) into the effective address from the invalid data (S 13 ).
  • the CPU 12 sets an execution pointer (viz., the process) back to the command by which the exception handling is recognized (S 14 ).
  • the address described in that command has been rewritten into the effective address from the invalid data, and hence the CPU 12 executes the command based on the rewritten address (for instance, stores the arithmetic result in a predetermined address), and further executes commands thereafter (S 15 ).
  • the label table 32 showing the relationship between the labels and the effective addresses are referred to, whereby each of the labels described in the program 20 is rewritten into the effective address.
  • the program 20 as a target for processing eventually falls into a state where the effective address is rewritten therein instead of the label.
  • the execution (compilation) of the program 20 after being rewritten since there is no necessity for translating the label into the effective address, it is possible to omit the process of translating the label into the effective address.
  • the speed of executing the program 20 can be increased. If the program 20 is described in the compiler language, a translation speed of the program 20 can be increased. If the program 20 is described in a language (e.g., Java language) containing both of the interpreter language and the compiler language, it is feasible to restrain a scatter in the execution speed between the commands contained in the program 20 .
  • a language e.g., Java language

Abstract

A label address translating device includes a unit for processing a program and judging, when processing the program, whether or not an address is obtained from a label, and a label address translating unit for reading the address corresponding to the label from a label table in an exception handling, and writing the address to the program. The program, after being processed by the label address translating device, comes into a state where the label is rewritten into the address. The rewriting into the address is performed in the exception handling, and a time needed for processing (compiling) the program is reduced.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to a label address translating device for obtaining an effective address (an absolute address, i.e., an intra-memory actual address) from a label I a program described in a predetermined language.
2. Related Background Art
In a program described in a computer language such as a C language, a BASIC language, a LIPS language and an APL language, a label address translation for obtaining an effective address from a label is executed with reference to a table showing a relationship between the label and the effective address.
For example, Japanese Patent Application Laid-Open Publication No.1-258029 discloses a data processor including a table showing a correspondence between a symbol string (labels) indicating respective identification names with respect to data areas and programs, and storage addresses in a storage device. This data processor obtains the storage address of the program or the data area from the correspondence table, and thus executes the program.
Further, in a program described in an interpreter language of being translated and interpreted per text, a label table showing a relationship between the label and the address is referred to each time the program is executed, and there are obtained effective addresses of a function and a variable which correspond to the label.
Moreover, in a program described in a compiler language in which all the texts are compiled and execution is thereafter done, the effective address is obtained from the label table each time the program is compiled.
The program described in the interpreter language, however, has such a problem that the label table is referred to with an interruption of the fundamental process during the execution of the program, and therefore a speed of executing the program might be delayed.
A problem inherent in the program described in the compiler language is that the compilation of the program takes much time.
A problem of a program described in a language containing the interpreter and compiler languages is that there might be a scatter in the execution speed.
SUMMARY OF THE INVENTION
It is a primary object of the present invention, which was devised to obviate the problems described above, to provide a label address translating device capable of increasing an executing speed with respect to a program described in an interpreter language and a compiling speed with respect to a program described in a compiler language, and preventing a scatter. in the executing speed with respect to a program described in a language (e.g., a Java language) containing both of the interpreter language and the compiler language.
To accomplish the above object, according to one aspect of the present invention, a label address translating device for obtaining an address from a label described in a program, comprises a program processing unit judging whether or not the address is obtained from the label when in the processing of the program, and a label address translating unit obtaining, when the program processing unit judges that the address is not obtained from the label, the address from the label in an exception handling, and writing the address to the program.
According to the present invention, when the program processing unit judges that the address is not obtained from the label during the execution of the program, the label address translating unit obtains the address from the label and writes the obtained address to the program. Thus, the address obtained from the label is written to the program, and thereafter the program to which the address has been written is processed (compiled). Hence, there is no necessity for acquiring the address from the label each time the program is processed (compiled).
Accordingly, if translating once the program described in the interpreter language, there is no necessity for obtaining the address from the label with an interruption of the fundamental process during the execution of the program. It is therefore feasible to increase the speed of executing the program. Further, as for the program described in the compiler language, the program compiling speed can be raised. Moreover, the scatter in the executing speed does not occur in the program described in the language containing both of the interpreter language and the compiler language.
Herein, the program processing unit and the label address translating unit may be constructed as functions actualized by, for example, a CPU executing the program for obtaining the address from the label. For instance, a main memory of a computer is stored with an exception handler, and this exception handler is executed by the CPU, thereby actualizing the label address translating unit.
The label address translating device according to the present invention may be constructed so that the label address translating unit may use a table showing a relationship between hi the label and the address.
With this contrivance, the address relative to the label can be obtained by retrieving the table with a label name and a label ID serving as a key.
The table is stored in, e.g., the main memory of the computer and accessed by the CPU.
The label address translating device according to the present invention may be constructed so that the program processing unit, when the address indicated by the label is not a real address, judges that the address is not obtained from the label.
Herein, the effective address may include an absolute address, an actual address in the memory, etc. but excludes an address inaccessible directly by the CPU.
According to another aspect of the present invention, a label address translating method of obtaining an address from a label described in-a program, comprises a first step of processing the program, a second step of judging whether or not the address is obtained from the label when the processing the program in the first step, a third step of obtaining, when judging in the second step that the address is not obtained from the label, the address from the label in an exception handling, and a fourth step of writing the address obtained in the third step to the program.
The label address translating method according to the present invention may be structured so that the third step involves reading the address to be obtained from a table showing a relationship between the label and the address.
The label address translating method according to the present invention may be structured so that the second step involves judging, when the address indicated by the label is not a real address, that the address is not obtained from the label.
According to a further aspect of the present invention, there is provided a readable-by-computer medium stored with a second program for making a computer function as a label address translating device for obtaining an address from a label described in a first program. The second program comprises a judging step of judging whether or not the address is obtained from the label when processing the first program, an obtaining step of obtaining, when judging in the judging step that the address is not obtained from the label, the address from the label in an exception handling, and a writing step of writing the address obtained in the obtaining step to the program.
The readably-by-computer medium may embrace, e.g., a CD-ROM, a magnetic disk such as a floppy disk, a magneto-optic disk such as an MO (magneto-optic), and an optical disk such as a PD (Phase change rewritable Disk).
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a diagram showing an architecture of a label address translating device in an embodiment of the present invention;
FIG. 2 is a diagram showing one example of a source code of a program shown in FIG. 1;
FIG. 3 is a diagram showing one example of a code obtained by a compilation of the program;
FIG. 4 is a diagram showing one example of a label table shown in FIG. 1;
FIG. 5 is a diagram showing one example of a code in which the address is rewritten by a label address translating unit illustrated in FIG. 1;
FIG. 6 is a flowchart showing a process by the label address converting device illustrated in FIG. 1; and
FIG. 7 is a flowchart showing an exception handling shown in FIG. 6.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
An embodiment of the present invention will hereinafter be described with reference to the accompanying drawings.
<Architecture of Label Address Translating Device>
To start with, an architecture of a label address translating device in the embodiment of the present invention will be explained referring to FIGS. 2 through 5. FIG. 1 is a diagram showing a construction of a label address translating device 10. FIG. 2 is a diagram showing one example of a source code of a program 20 shown in FIG. 1. FIG. 3 is a diagram showing one example of a code obtained by compilation of the program. FIG. 4 is a diagram one example of a label table 32 illustrated in FIG. 1. FIG. 5 is a diagram showing one example of a code in which an address is rewritten by a label address translating unit 18 shown in FIG. 1.
As illustrated in FIG. 1, the label address translating device 10 is actualized by, e.g., a personal computer executing a label address translation program. The label address translating device 10 includes a CPU 12 and a main memory 14 accessed directly by the CPU 12.
The CPU 12 executes the label address translation program stored in a storage unit such as a ROM, a hard disk and a magnetic disk (none of those storage devices is shown herein, and the storage device corresponds to a readable-by-computer medium according to the present invention), thereby functioning as a label address translating unit (corresponding to a label address translating module) as well as a program executing unit 16 (corresponding to a program processing module).
Further, with the execution of the label address translation program by the CPU 12, an application program 20 as a processing target, an exception handler 22, a label table 32 (corresponding to a table) showing a relationship between the label and the address and a compiler 26, are developed on the main memory 14.
A source code 28 of the program 20 is described by use of a label name (LABEL_B) in a predetermined language, e.g., an interpreter language (see FIG. 2). Further, the source code 28 is encoded by an interpreter contained in the source code 28 (see FIG. 2). The encoded program 20 is developed on the main memory 14 and executed by the CPU 12.
In a code 30 shown in FIG. 3, [FLD 10] and [FLD 20] indicate loading of “10” and “20”, [FADD] indicates adding loaded “10” and “20”, and [FSTP DWORD PTR [0xFFFFFFFE]] indicates storing an added result in an address “0xFFFFFFFE”. Moreover, the invalid data “0xFFFFFFFE” as the address in which the added result should be stored, i.e., the data ruled out of an accessible memory range when executing the program 20, is defined in the code 30. The CPU 12 is, when detecting the invalid data, set to execute an exception handling. The exception handling has a higher execution speed than a normal program execution process, and is executed in advance of the fundamental execution process.
The label table 32 is, as shown in FIG. 1 or 4, stored with label Ids, effective addresses that should be referred to by a command, and label names described in the source code 28. The label table 32 is created during a compilation of the program.
Note that what is typical as a program edit tool of the interpreter language at the present is that an intermediate code is compiled for the duration of a compilation of a source program by the user in order to increase as processing speed in a posterior execution process. The compile process is carried out during the editing of the source program also in the edit tool of the interpreter language in this embodiment.
The label table 32 shows a corresponding relationship between the label ID “0xFFFFFFFE” defined as the address in the code shown in FIG. 3, the effective address “0x00050006” and the label name “LABEL B”. That is, the (effective) address can be obtained by referring to the label table 32, wherein the label name and the label ID described in the program 20 serve as a key. A method of an address modification of the effective address may be based on either absolute addressing or relative addressing.
Referring back to FIG. 1, the program execution unit 16 executes the program 20 developed on the main memory 14 in accordance with an execution command inputted by an operator.
Further, the program executing unit 16 executes a process of referring to the address during the execution of the program 20. For instance, the program executing unit 16 performs a certain arithmetic operation and stores an arithmetic result thereof in a predetermined address of the memory. At this time, the program executing unit 16, when recognizing that an invalid piece of data (invalid data) is described in the program 20, performs the exception handling (i.e., the label address translation process) other than the normal processes of the program 20.
The label address translating unit 18, when executing the exception handling, starts up an exception handler 22. The exception handler 22 retrieves the label table 32, in which an address of a command (e.g., [FSTP]) becoming a target for the exception handling and the label described in the source code 28 of the program, serve as a key. The exception handler 22 thus reads the relevant effective address from the label table 32.
Thereafter, the label address translating unit 18 sets the obtained effective address in the program 20. For example, [FSTP DWORD PTR[0xFFFFFFFE]] shown in FIG. 3 is, as shown in FIG. 5, rewritten into [FSTP DWORD PRT[0x00050006]]. This piece of data “0x00050006” indicates an effective address of the memory.
According to the label address translating device 10, when recognizing the invalid data during the execution of the program 20 by the program execution unit 16, the label address translating unit 18 starts up the exception handler 22. Subsequently, the exception handler 22 obtains the effective address from the label defined in the program 20 by referring to the label table 32 and sets the thus obtained effective address in the program 20. Namely, the CPU 12, upon recognizing the invalid data, executes the exception handling and the normal processes thereafter.
When the effective address is thereby set in a command (such as storing the arithmetic result in the predetermined address on the memory) of referring to the address, thereafter, the exception handling for translating the label into the address is not required to be done with respect to that command. Accordingly, it is feasible to speed up the execution of the program 20 and the translation as well.
Further, the process of obtaining the effective address from the label ID is carried out as an exception handling by the CPU 12 (particularly by the program executing unit 16). The exception handling is executed by-a method different from the normal process at a higher execution speed than the normal process. Hence, a translation speed can be made higher than in the case of implementing the label address translation process in the same way as the normal process.
<Operational Example of Label Address Translating Device>
Next, an operational example of the label address translating device 10 described above will be explained. FIG. 6 is a flowchart showing the processes by the label address translating device 10 illustrated in FIG. 1. FIG. 7 is a flowchart of the exception handling shown in FIG. 6.
As shown in FIG. 6, upon a start of executing the program 20 (S01), the CPU 12 implements the command described in the program 20 (S02). At that time, the CPU 12, when recognizing the invalid data, executes the label address translating process as the exception handling (S03).
As shown in FIG. 7, the CPU 12, upon recognizing the invalid data during the execution of the program 20, starts up the exception handler 22 (S11). The exception handler 22 refers to the label table 32, thereby obtaining the effective address, wherein the address of the command in which the invalid data is described (or the label ID of this command) serves as a key (S12). Subsequently, the CPU 12 rewrites the address described in that command (which is, e.g., an address for storing the arithmetic result) into the effective address from the invalid data (S13).
Thereafter, the CPU 12 sets an execution pointer (viz., the process) back to the command by which the exception handling is recognized (S14). The address described in that command has been rewritten into the effective address from the invalid data, and hence the CPU 12 executes the command based on the rewritten address (for instance, stores the arithmetic result in a predetermined address), and further executes commands thereafter (S15).
According to the label address translating device 10 in the embodiment discussed above, the label table 32 showing the relationship between the labels and the effective addresses are referred to, whereby each of the labels described in the program 20 is rewritten into the effective address. The program 20 as a target for processing eventually falls into a state where the effective address is rewritten therein instead of the label. Hence, in the execution (compilation) of the program 20 after being rewritten, since there is no necessity for translating the label into the effective address, it is possible to omit the process of translating the label into the effective address.
Accordingly, if the program 20 is described in the interpreter language, the speed of executing the program 20 can be increased. If the program 20 is described in the compiler language, a translation speed of the program 20 can be increased. If the program 20 is described in a language (e.g., Java language) containing both of the interpreter language and the compiler language, it is feasible to restrain a scatter in the execution speed between the commands contained in the program 20.

Claims (4)

1. A device for executing a program including at least one source code with a label, comprising:
a translating unit translating a source code with a label into a code including a memory address corresponding to the label,
wherein said translating unit sets the memory address in the code to an address value for performing exception handling:
an executing unit to execute the code;
a label table storing a real memory address value of a memory, which is used for executing the code; and
an exception handling unit starting only when said executing unit detects the address value for performing exception handling in the code during executing the code, and performing exception handling for re-writing the address value for performing exception handling in the code into the real memory address value after reading out the real memory address value from said label table, based on the address value for performing exception handling or the label included in the source code, so that when said executing unit detects the real memory address value in the code, said executing unit executes the code, without performing the exception handling.
2. A method for executing a program including at least one source code with a label, comprising:
translating a source code with a label into a code including a memory address corresponding to the label, and setting the memory address in the code to an address value for performing exception handling;
executing the code; and
starting exception handling only when the address value for performing exception handling in the code is detected during executing the code, said exception handling including
reading out a real memory address value of a memory, which is used for executing the code, from a label table storing the real memory address value, based on the address value for performing exception handling or the label included in the source code, and
re-writing the address value for performing exception handling in the code into the real memory address value, so that when the real memory address value in the code is detected during executing the code, the code is executed without performing said exception handling.
3. A computer readable medium storing a program for executing a target program including at least one source code with a label, said program comprising the steps of:
translating a source code with a label into a code including a memory address corresponding to the label, and setting the memory address in the code to an address value for performing exception handling;
executing the code; and
starting exception handling only when the address value for performing exception handling in the code is detected during executing the code, said exception handling including
reading out a real memory address value of a memory, which is used for executing the code, from a label table storing the real memory address value, based on the address value for performing exception handling or the label included in the source code, and
re-writing the address value for performing exception handling in the code into the real memory address value, so that when the real memory address value in the code is detected during executing the code, the code is executed without performing said exception handling.
4. A computer program for executing a target computer program including at least one source code with a label, said computer program comprising the steps of:
translating a source code with a label into a code including a memory address corresponding to the label, and setting the memory address in the code to an address value for performing exception handling;
executing the code; and
starting exception handling only when the address value for performing exception handling in the code is detected during executing the code, said exception handling including
reading out a real memory address value of a memory, which is used for executing the code, from a label table storing the real memory address value, based on the address value for performing exception handling or the label included in the source code, and
re-writing the address value for performing exception handling in the code into the real memory address value, so that when the real memory address value in the code is detected during executing the code, the code is executed without performing said exception handling.
US09/502,791 1999-02-19 2000-02-11 Label address translating device Expired - Fee Related US6954926B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP4143099 1999-02-19
JP2000009955A JP2000305790A (en) 1999-02-19 2000-01-13 Label address converting device and its method and computer readable medium

Publications (1)

Publication Number Publication Date
US6954926B1 true US6954926B1 (en) 2005-10-11

Family

ID=26381046

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/502,791 Expired - Fee Related US6954926B1 (en) 1999-02-19 2000-02-11 Label address translating device

Country Status (2)

Country Link
US (1) US6954926B1 (en)
JP (1) JP2000305790A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144588A1 (en) * 2003-12-30 2005-06-30 Intel Corporation System and method for embedded processor firmware development
US7296257B1 (en) * 2002-08-01 2007-11-13 Tymesys Corporation Techniques for exception handling by rewriting dispatch table elements
US7496897B1 (en) 2004-03-17 2009-02-24 Timesys Corporation Multiple code sets for multiple execution contexts

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01258029A (en) 1988-04-08 1989-10-16 Hitachi Ltd Data processor
JPH03246706A (en) * 1990-02-26 1991-11-05 Fuji Electric Co Ltd Programming device for programmable controller
JPH05100864A (en) 1991-10-11 1993-04-23 Matsushita Electric Ind Co Ltd Micro program assembler
US5375213A (en) * 1989-08-29 1994-12-20 Hitachi, Ltd. Address translation device and method for managing address information using the device
US5878238A (en) * 1996-01-23 1999-03-02 Dell Usa, L.P. Technique for supporting semi-compliant PCI devices behind a PCI-to-PCI bridge
US5907708A (en) * 1996-06-03 1999-05-25 Sun Microsystems, Inc. System and method for facilitating avoidance of an exception of a predetermined type in a digital computer system by providing fix-up code for an instruction in response to detection of an exception condition resulting from execution thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01258029A (en) 1988-04-08 1989-10-16 Hitachi Ltd Data processor
US5375213A (en) * 1989-08-29 1994-12-20 Hitachi, Ltd. Address translation device and method for managing address information using the device
JPH03246706A (en) * 1990-02-26 1991-11-05 Fuji Electric Co Ltd Programming device for programmable controller
JPH05100864A (en) 1991-10-11 1993-04-23 Matsushita Electric Ind Co Ltd Micro program assembler
US5878238A (en) * 1996-01-23 1999-03-02 Dell Usa, L.P. Technique for supporting semi-compliant PCI devices behind a PCI-to-PCI bridge
US5907708A (en) * 1996-06-03 1999-05-25 Sun Microsystems, Inc. System and method for facilitating avoidance of an exception of a predetermined type in a digital computer system by providing fix-up code for an instruction in response to detection of an exception condition resulting from execution thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7296257B1 (en) * 2002-08-01 2007-11-13 Tymesys Corporation Techniques for exception handling by rewriting dispatch table elements
US20050144588A1 (en) * 2003-12-30 2005-06-30 Intel Corporation System and method for embedded processor firmware development
US7496897B1 (en) 2004-03-17 2009-02-24 Timesys Corporation Multiple code sets for multiple execution contexts

Also Published As

Publication number Publication date
JP2000305790A (en) 2000-11-02

Similar Documents

Publication Publication Date Title
US6026235A (en) System and methods for monitoring functions in natively compiled software programs
US9274923B2 (en) System and method for stack crawl testing and caching
US8438468B2 (en) Annotation management
EP1049011A2 (en) Method and apparatus for handling exceptions as normal control flow
US20080005728A1 (en) Methods, systems, and computer program products for enabling cross language access to an addressable entity in an execution environment
JP2008505423A (en) Generation of unwind information for optimized programs
US20040015925A1 (en) Method, article of manufacture and apparatus for performing automatic intemodule call linkage optimization
US20150317347A1 (en) Portable Application Registry
JP4806158B2 (en) System and method for declaratively defining and using subclasses in markup
US6954926B1 (en) Label address translating device
JPH06309204A (en) Method and device for data processing
US5150474A (en) Method for transferring arguments between object programs by switching address modes according to mode identifying flag
US20100070951A1 (en) Generic assembler
US8713550B2 (en) Methods, devices and software applications for facilitating a development of a computer program
EP0790555A2 (en) Compile apparatus and method
US20080077912A1 (en) Software development methods, systems, and storage media storing software developed thereby
US6286136B1 (en) Compile processing apparatus and method and program executing apparatus and method
JP2006525568A (en) Memory management of portable data storage media
US6854109B2 (en) Tool for converting .MAP file formats
CN113687833A (en) Hybrid compiling method, hybrid compiling system, compiler, and storage medium
JP3889227B2 (en) Program execution device, program execution method, recording medium, and control program
AU776882B2 (en) Generating optimized computer data field conversion routines
US20070113236A1 (en) Program flow method and method for expanding a program component system
US7137108B1 (en) Identifying non-externalized text strings that are not hard-coded
JP3424596B2 (en) Method and apparatus for caching symbol reference information

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAKAMURA, YOSHINOBU;REEL/FRAME:010560/0690

Effective date: 20000202

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Expired due to failure to pay maintenance fee

Effective date: 20131011