JPH0581037A - Compile processing system - Google Patents

Compile processing system

Info

Publication number
JPH0581037A
JPH0581037A JP3239179A JP23917991A JPH0581037A JP H0581037 A JPH0581037 A JP H0581037A JP 3239179 A JP3239179 A JP 3239179A JP 23917991 A JP23917991 A JP 23917991A JP H0581037 A JPH0581037 A JP H0581037A
Authority
JP
Japan
Prior art keywords
name
external
information
generated
source program
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.)
Granted
Application number
JP3239179A
Other languages
Japanese (ja)
Other versions
JP3192177B2 (en
Inventor
Takahiro Ishikawa
貴洋 石川
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
Priority to JP23917991A priority Critical patent/JP3192177B2/en
Publication of JPH0581037A publication Critical patent/JPH0581037A/en
Application granted granted Critical
Publication of JP3192177B2 publication Critical patent/JP3192177B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To describe an external name longer than a restriction length which a system allows for a source program on a compile processing system generating objects for respective translation units by compiling the source program where the external name is described while generating a generation name which is made to correspond to the external name. CONSTITUTION:A management list 8 which adopts constitution recording external name information being corresponding relation information on the external part and the generation name in the object and which manages compile information, a fetch means 9 which fetches external name information developed in the object from the object, registers it in the management list 8 while excluding duplex registration, a registration means 10 which allocates the external unique name described within the range of specified length on external name information which the fetch means 9 registers and an alternation means 11 which alters the generation name developed in the object 4 into the corresponding external unique name which the registration means 10 registers are provided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ソースプログラムをコ
ンパイルしていくことでオブジェクトを生成していくコ
ンパイル処理方式に関し、特に、ソースプログラムに対
して、システムの許容する制限長よりも長い外部名の記
述を可能にするコンパイル処理方式に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a compile processing method for generating an object by compiling a source program, and particularly to an external name longer than the limit length permitted by the system for the source program. The present invention relates to a compilation processing method that enables the description of

【0002】プログラマは、コンパイル処理の対象とな
るソースプログラムに対して、関数名等の外部名を記述
していくことになる。この外部名は、リンカ等のシステ
ムの制限を受け取ることなく自由な長さでもって記述で
きるようにしていくことが好ましい。
A programmer writes an external name such as a function name in a source program to be compiled. It is preferable that this external name can be described in free length without receiving the system restrictions such as the linker.

【0003】[0003]

【従来の技術】コンパイル処理では、コンパイラに従っ
て、外部名を記述するソースプログラムをその外部名に
対応付けられる生成名を生成しつつコンパイルしていく
ことで、翻訳単位毎のオブジェクトを生成していくとと
もに、リンカに従って、それらのオブジェクトを結合編
集していくことでロードモジュールを生成していくこと
になる。このとき、リンカは、コンパイラの生成した生
成名に対して規定の長さの範囲に入ることを要求するこ
とになる。
2. Description of the Related Art In a compilation process, an object for each translation unit is created by compiling a source program describing an external name according to a compiler while creating a generated name associated with the external name. At the same time, the load module will be generated by combining and editing those objects according to the linker. At this time, the linker requires the generated name generated by the compiler to fall within the specified length range.

【0004】従来のコンパイル処理では、コンパイラの
生成したオブジェクトを直接リンカに入力していく構成
を採っていた。これから、プログラマは、ソースプログ
ラムに外部名を記述するときには、その外部名に対応し
て生成される生成名の長さがリンカの許容する制限長の
範囲に収まるようにと外部名を指定するようにしてい
た。
In the conventional compilation process, the object generated by the compiler is directly input to the linker. From now on, when a programmer writes an external name in a source program, he / she should specify the external name so that the length of the generated name generated corresponding to the external name falls within the limit length allowed by the linker. I was doing

【0005】[0005]

【発明が解決しようとする課題】しかしながら、このよ
うな従来技術では、プログラマの指定できる外部名の長
さに制限がでてくることになる。これから、プログラマ
が自由な外部名を指定できないという問題点があった。
そして、短い制限長を要求するリンカを使用する場合に
は、長い制限長を要求するリンカに対して記述したソー
スプログラムをそのまま使用できないというように、ソ
ースプログラムの可搬性が低下するという問題点もあっ
たのである。
However, in such a conventional technique, the length of the external name that can be specified by the programmer is limited. From now on, there is a problem that the programmer cannot specify a free external name.
When using a linker that requires a short limit length, the source program described for the linker that requires a long limit length cannot be used as it is, which reduces the portability of the source program. There was.

【0006】本発明はかかる事情に鑑みてなされたもの
であって、コンパイル処理の対象となるソースプログラ
ムに対して、システムの許容する制限長よりも長い外部
名の記述を可能にする新たなコンパイル処理方式の提供
を目的とするものである。
The present invention has been made in view of the above circumstances, and a new compile that enables description of an external name longer than the limit length allowed by the system for a source program to be compiled. The purpose is to provide a processing method.

【0007】[0007]

【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1は本発明を具備するデータ処理装
置、2はコンパイル対象となるソースプログラム、3は
ソースプログラム2のコンパイル処理を実行してオブジ
ェクトを生成するコンパイル手段である。このコンパイ
ル手段3は、生成するオブジェクト内に、ソースプログ
ラム2中に記述される外部名と、その外部名のコンパイ
ル結果である生成名との対応関係情報である外部名情報
を記録していく構成を採る。4はコンパイル手段3のコ
ンパイル処理により生成される翻訳単位毎のオブジェク
ト、5はオブジェクト4を結合編集するリンカ手段、6
はリンカ手段5により生成されるロードモジュール、7
はオブジェクト4内に生成される生成名をリンカ手段5
に適合するものに解決する外部名解決手段である。
FIG. 1 illustrates the principle configuration of the present invention. In the figure, 1 is a data processing device equipped with the present invention, 2 is a source program to be compiled, and 3 is a compiling means for executing the compiling process of the source program 2 to generate an object. The compiling means 3 records the external name information which is the correspondence information between the external name described in the source program 2 and the generated name which is the compilation result of the external name in the object to be generated. Take. Reference numeral 4 is an object for each translation unit generated by the compiling process of the compiling means 3, 5 is a linker means for combining and editing the objects 4, 6
Is a load module generated by the linker means 5, 7
Is the linker means 5 for generating the generated name generated in the object 4.
It is an external name resolution means that resolves to something that conforms to.

【0008】外部名解決手段7は、オブジェクト4内に
生成される生成名をリンカ手段5に適合するものにする
ために、ソースプログラム2に記述される外部名に関し
てのコンパイル情報を管理する管理簿8と、オブジェク
ト4内に展開される外部名情報をオブジェクト4から取
り出すとともに、この取り出した外部名情報を管理簿8
に登録する取出手段9と、取出手段9の登録する外部名
情報に規定長の範囲内で記述される外部一意名を割り付
けて管理簿8に登録する登録手段10と、オブジェクト
4内に展開される生成名を登録手段10により登録され
る対応の外部一意名に変更する変更手段11とを備える
構成を採る。
The external name resolving means 7 manages the compile information regarding the external name described in the source program 2 so that the generated name generated in the object 4 matches the linker means 5. 8 and external name information expanded in the object 4 is extracted from the object 4, and the extracted external name information is stored in the management register 8
The extraction means 9 to be registered in the object 4, the registration means 10 for allocating the external unique name described in the range of the specified length to the external name information registered in the extraction means 9 and registering it in the management book 8, and the object 4 are expanded in the object 4. The configuration includes a changing unit 11 that changes the generated name to a corresponding external unique name registered by the registering unit 10.

【0009】[0009]

【作用】本発明では、外部名解決手段7の取出手段9
は、オブジェクト4が生成されると、オブジェクト4内
に展開される外部名と生成名との対応関係情報である外
部名情報を取り出すとともに、管理簿8を参照すること
で、この取り出した外部名情報が既に管理簿8に登録さ
れているか否かを判断して、登録されていないと判断す
るときには、その外部名情報を管理簿8に登録していく
よう処理する。このようにして、管理簿8は、取出手段
9により取り出される外部名情報の重複管理を排除しつ
つ管理していくよう処理することになる。
In the present invention, the extracting means 9 of the external name solving means 7
When the object 4 is generated, the external name information, which is the correspondence information between the external name expanded in the object 4 and the generated name, is extracted, and the management book 8 is referred to. It is determined whether or not the information is already registered in the management list 8, and when it is determined that the information is not registered, the external name information is processed to be registered in the management list 8. In this way, the management book 8 is processed so as to manage the external name information taken out by the taking-out means 9 while eliminating duplicate management.

【0010】登録手段10は、取出手段9が管理簿8に
新たな外部名情報を登録するときにおいて、この新たに
登録される外部名情報に規定長の範囲内で記述される外
部一意名を割り付けて管理簿8に登録していく。そし
て、変更手段11は、例えば取出手段9がオブジェクト
4から外部名情報を取り出すときにおいて、オブジェク
ト4内に展開されるその外部名情報の持つ生成名を登録
手段10により登録された対応の外部一意名に変更して
いくよう処理する。
When the extracting means 9 registers new external name information in the management list 8, the registering means 10 assigns an external unique name described within a specified length to the newly registered external name information. And register it in the management book 8. Then, the changing means 11, for example, when the extracting means 9 extracts the external name information from the object 4, the corresponding external unique name registered by the registration means 10 with the generated name of the external name information expanded in the object 4. Process to change to.

【0011】このようにして、本発明では、ソースプロ
グラム2に記述される外部名の長さに関係なく、オブジ
ェクト4には、リンカ手段5の要求する制限長に収まる
その外部名に対応する生成名(置き換えられた外部一意
名である)が自動的に展開されるようになることから、
ソースプログラム2に対して、システムの許容する制限
長よりも長い外部名を記述することが可能になるのであ
る。そして、最終的なオブジェクト4内には、ソースプ
ログラム2に記述される外部名と、リンカ手段5に入力
されることになるその外部名のコンパイル結果としての
生成名(置き換えられた外部一意名である)との対応関
係が保存されることになることから、外部名に関しての
デバッグ処理も確実に実行できるのである。
In this way, according to the present invention, regardless of the length of the external name described in the source program 2, the object 4 is generated corresponding to the external name that fits within the limit length required by the linker means 5. Since the name (which is the replaced external unique name) will be automatically expanded,
It is possible to describe an external name longer than the limit length allowed by the system in the source program 2. Then, in the final object 4, the external name described in the source program 2 and the generated name as the compile result of the external name to be input to the linker means 5 (the replaced external unique name. ) Will be saved, so the debugging process for external names can be executed reliably.

【0012】[0012]

【実施例】以下、実施例に従って本発明を詳細に説明す
る。図1で説明したように、本発明では、オブジェクト
4内に外部名と生成名との対応関係情報である外部名情
報を記録していく構成を採るとともに、この記録される
生成名を規定長の範囲内で記述される外部一意名に変更
していくことで、コンパイラに後続するリンカ等の要求
を満たすように構成するものである。すなわち、コンパ
イラがオブジェクト4内に外部名情報を記録していく構
成を採るとともに、図2に示すように、このコンパイラ
3aの生成したオブジェクト4を処理対象とする外部名
解決ルーチン7aを備えて、この外部名解決ルーチン7
aが、図3に示すように、ソースプログラム2に記述さ
れる外部名(EXTERNAL NAME)から生成されるオブジェク
ト4内の生成名(GENERATE NAME)を規定長の外部一意名
(UNIQUE NAME)に変更していくことで、プログラマが、
ソースプログラム2に対して自由な長さの外部名を指定
できるようにする構成を採るものである。ここで、図3
中の符号8は、図1で説明した管理簿であって、オブジ
ェクト4から取り出される外部名情報(外部名と生成名
との対応関係情報)と、変更対象とする外部一意名とを
管理するものである。
The present invention will be described in detail below with reference to examples. As described with reference to FIG. 1, according to the present invention, the external name information, which is the correspondence information between the external name and the generated name, is recorded in the object 4, and the recorded generated name has the specified length. By changing to an external unique name described within the range of, it is configured to meet the requirements of the linker and the like following the compiler. That is, the compiler adopts a configuration in which the external name information is recorded in the object 4, and as shown in FIG. 2, the external name resolution routine 7a for processing the object 4 generated by the compiler 3a is provided, This external name resolution routine 7
a changes the generated name (GENERATE NAME) in the object 4 generated from the external name (EXTERNAL NAME) described in the source program 2 to the external unique name (UNIQUE NAME) of the specified length, as shown in FIG. By doing so, the programmer
The configuration is such that an external name of any length can be specified for the source program 2. Here, FIG.
Reference numeral 8 in the figure is the management book described in FIG. 1, and manages the external name information (correspondence information between the external name and the generated name) retrieved from the object 4 and the external unique name to be changed. Is.

【0013】図4に、本発明で新たに設ける外部名解決
ルーチン7aの実行する処理フローを図示する。次に、
この処理フローに従って、本発明の処理について詳細に
説明する。
FIG. 4 illustrates a processing flow executed by the external name resolution routine 7a newly provided in the present invention. next,
The processing of the present invention will be described in detail according to this processing flow.

【0014】外部名解決ルーチン7aは、オブジェクト
4が生成されると、図4の処理フローに示すように、先
ず最初に、ステップ1で、生成されたオブジェクト4か
ら、外部名と生成名との対応関係情報である外部名情報
を取り出す。次に、ステップ2で、その取り出した外部
名情報が既に管理簿8に登録されているものなのか否か
を判断する。このステップ2の判断で、取り出した外部
名情報が管理簿8に登録されていないと判断するときに
は、ステップ3に進んで、管理簿8にその取り出した外
部名情報を登録し、続くステップ4で、その登録した外
部名情報に規定長の範囲内で記述される外部一意名を割
り付けて、その割り付けた外部一意名を管理簿8に登録
する。そして、続くステップ5で、取り出した外部名情
報に対応するオブジェクト4内の生成名をその登録した
外部一意名に変更する。
When the object 4 is generated, the external name resolution routine 7a first generates the external name and the generated name from the object 4 generated in step 1 as shown in the processing flow of FIG. External name information, which is correspondence information, is extracted. Next, in step 2, it is judged whether or not the extracted external name information is already registered in the management list 8. If it is determined in step 2 that the extracted external name information is not registered in the management list 8, the process proceeds to step 3 to register the extracted external name information in the management list 8, and in the subsequent step 4. The registered external name information is assigned with an external unique name described within the specified length, and the assigned external unique name is registered in the management book 8. Then, in the following step 5, the generated name in the object 4 corresponding to the extracted external name information is changed to the registered external unique name.

【0015】一方、ステップ2の判断で、ステップ1で
取り出した外部名情報が管理簿8に登録されていると判
断するときには、ステップ6に進んで、管理簿8から、
登録されている外部名情報に対応付けて登録されている
外部一意名を読み出してから、ステップ5に進んで、取
り出した外部名情報に対応するオブジェクト4内の生成
名をその読み出した外部一意名に変更する。
On the other hand, when it is determined in step 2 that the external name information extracted in step 1 is registered in the management book 8, the process proceeds to step 6 and, from the management book 8,
After reading the external unique name registered in association with the registered external name information, the process proceeds to step 5, and the generated name in the object 4 corresponding to the extracted external name information is changed to the read external unique name. To do.

【0016】そして、外部名解決ルーチン7aは、ステ
ップ5の処理を終了すると、ステップ7に進んで、生成
されたオブジェクト4内のすべての生成名の変更処理を
終了したか否かを判断して、すべての生成名の変更処理
を終了したと判断するときには処理を終了し、未だ変更
されていない生成名が残されていると判断するときには
ステップ1に戻っていくことで、生成されたオブジェク
ト4内のすべての生成名の変更処理を実行していく。
After the processing of step 5 is completed, the external name resolution routine 7a proceeds to step 7 to judge whether or not the processing of changing all generated names in the generated object 4 has been completed. When it is determined that the process of changing all generated names has been completed, the process is ended, and when it is determined that there are still generated names that have not been changed, the process returns to step 1 to generate the generated object 4 Execute the process of changing all generated names in.

【0017】このようにして、ソースプログラム2に、
図5(a)に示すようなサブルーチン名が記述されるこ
とで図5(b)に示すような外部名が記述されるときに
おいて、コンパイラ3aが、このサブルーチンの引数の
記述形態に従って、オブジェクト4内に図5(c)のよ
うな長い生成名を生成するようなことがあっても、この
生成名が図5(d)に示すような短い外部一意名に変更
されて展開されていくようになることから、ソースプロ
グラム2に対して、コンパイラ3aに後続するリンカ等
のシステムの許容する制限長よりも長い外部名を記述す
ることが可能になるのである。そして、最終的なオブジ
ェクト4内には、ソースプログラム2に記述される外部
名と短い外部一意名との対応関係が保存されることにな
ることから、外部名に関してのデバッグ処理も確実に実
行できるのである。
In this way, the source program 2
When an external name such as that shown in FIG. 5B is described by describing a subroutine name such as that shown in FIG. 5A, the compiler 3a uses the object 4 in accordance with the description form of the argument of this subroutine. Even if a long generated name as shown in FIG. 5C is generated, the generated name is changed to a short external unique name as shown in FIG. 5D and expanded. Therefore, it becomes possible to describe an external name in the source program 2 that is longer than the limit length allowed by the system such as the linker following the compiler 3a. Then, since the correspondence between the external name described in the source program 2 and the short external unique name is stored in the final object 4, it is possible to reliably execute the debugging process for the external name. is there.

【0018】図示実施例について説明したが、本発明は
これに限定されるものではない。例えば、実施例では、
外部名解決ルーチン7aを後続のリンカとは独立して備
えるものでもって開示したが、これに限られることな
く、リンカ内に展開する構成を採るものであってもよい
のである。
Although the illustrated embodiment has been described, the present invention is not limited thereto. For example, in the example,
Although the external name resolution routine 7a is disclosed as being provided independently of the subsequent linker, the external name resolution routine 7a is not limited to this and may be configured to be deployed in the linker.

【0019】[0019]

【発明の効果】以上説明したように、本発明によれば、
ソースプログラムをコンパイルしていくことでオブジェ
クトを生成していくときにあって、ソースプログラムに
記述される外部名の長さに関係なく、オブジェクトに
は、コンパイラに後続するリンカ等の要求する制限長に
収まるその外部名に対応する生成名が自動的に展開され
るようになることから、ソースプログラムに対して、自
由な長さの外部名を記述することが可能になり、読解性
が向上することでその品質を高めることができるととも
に、ソースプログラムの可搬性の向上を実現できるので
ある。
As described above, according to the present invention,
There is a case where an object is generated by compiling a source program. Regardless of the length of the external name described in the source program, the object has a limit length required by the linker that follows the compiler. Since the generated name corresponding to the external name that fits in will be automatically expanded, it becomes possible to describe the external name of any length in the source program, and the readability is improved. Therefore, the quality can be improved and the portability of the source program can be improved.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の一実施例である。FIG. 2 is an example of the present invention.

【図3】本発明の一実施例である。FIG. 3 is an example of the present invention.

【図4】外部名解決ルーチンの実行する処理フローの一
実施例である。
FIG. 4 is an example of a processing flow executed by an external name resolution routine.

【図5】本発明の処理の説明図である。FIG. 5 is an explanatory diagram of processing of the present invention.

【符号の説明】[Explanation of symbols]

1 データ処理装置 2 ソースプログラム 3 コンパイル手段 4 オブジェクト 5 リンカ手段 6 ロードモジュール 7 外部名解決手段 8 管理簿 9 取出手段 10 登録手段 11 変更手段 1 Data Processing Device 2 Source Program 3 Compile Means 4 Object 5 Linker Means 6 Load Module 7 External Name Resolution Means 8 Management Book 9 Extraction Means 10 Registration Means 11 Change Means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 外部名を記述するソースプログラムを該
外部名に対応付けられる生成名を生成しつつコンパイル
していくことで、翻訳単位毎のオブジェクトを生成して
いくコンパイル処理方式において、 オブジェクト内に外部名と生成名との対応関係情報であ
る外部名情報を記録していく構成を採るとともに、 外部名に関してのコンパイル情報を管理する管理簿(8)
と、 オブジェクト内に展開される外部名情報をオブジェクト
から取り出して重複登録を排除しつつ上記管理簿(8) に
登録する取出手段(9) と、 上記取出手段(9) の登録する外部名情報に規定長の範囲
内で記述される外部一意名を割り付けて上記管理簿(8)
に登録する登録手段(10)と、 オブジェクト内に展開される生成名を、上記管理簿(8)
の管理する外部一意名であって、該生成名を持つ外部名
情報に割り付けて管理される外部一意名に変更していく
変更手段(11)とを備えることを、 特徴とするコンパイル処理方式。
1. A compile processing method for generating an object for each translation unit by compiling a source program describing an external name while generating a generated name associated with the external name. A management list that manages compile information related to external names while adopting a configuration in which external name information, which is correspondence information between external names and generated names, is recorded in
And the extraction means (9) for extracting the external name information expanded in the object from the object and registering it in the management list (8) while eliminating duplicate registration, and the external name information registered by the extraction means (9). Assign an external unique name described within the specified length to the above management book (8)
The registration means (10) to be registered in and the generated name expanded in the object are stored in the management book (8) above.
And a changing means (11) for changing the external unique name managed by the external unique name having the generated name to be managed.
JP23917991A 1991-09-19 1991-09-19 Object processing device Expired - Fee Related JP3192177B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23917991A JP3192177B2 (en) 1991-09-19 1991-09-19 Object processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23917991A JP3192177B2 (en) 1991-09-19 1991-09-19 Object processing device

Publications (2)

Publication Number Publication Date
JPH0581037A true JPH0581037A (en) 1993-04-02
JP3192177B2 JP3192177B2 (en) 2001-07-23

Family

ID=17040900

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23917991A Expired - Fee Related JP3192177B2 (en) 1991-09-19 1991-09-19 Object processing device

Country Status (1)

Country Link
JP (1) JP3192177B2 (en)

Also Published As

Publication number Publication date
JP3192177B2 (en) 2001-07-23

Similar Documents

Publication Publication Date Title
US9811360B2 (en) Dynamic determination of application server runtime classloading
CN111796831B (en) Compiling method and device for multi-chip compatibility
CN111399853A (en) Templated deployment method of machine learning model and custom operator
JPH0836488A (en) Method and device for checking run-time error using dynamic patching
US6738966B1 (en) Compiling device, computer-readable recording medium on which a compiling program is recorded and a compiling method
US6175935B1 (en) Software debugging method and recording medium to which debugging program has been recorded
US20090164773A1 (en) Dynamic reconfiguration supporting method, dynamic reconfiguration supporting apparatus, and dynamic reconfiguration system
US8769498B2 (en) Warning of register and storage area assignment errors
CN113778838B (en) Binary program dynamic stain analysis method and device
US6256782B1 (en) Compile apparatus, compile method and computer-readable medium storing compiler
US6721945B1 (en) Optimization of calls in programming languages using pointers for passing reference parameters
JPH0581037A (en) Compile processing system
US6086632A (en) Register optimizing compiler using commutative operations
US7305660B2 (en) Method to generate a formatted trace for an embedded device
JP3461185B2 (en) Method and apparatus for registering source code line number to load module
JP3608993B2 (en) Compiler device and recording medium recording compiler program
EP4165500B1 (en) A method of programming a software module associated with a firmware unit of a device
JP2002014847A (en) Device for checking program and method for the same and recording medium with checking program stored
JPH0877118A (en) Distributed processor and process execution method
JPH11154093A (en) Program compiler and storage medium recording compiler program
JPH07129408A (en) Executing system for language processing program
JPH11282693A (en) Mcu simulation device, its simulation method and computer redable recording medium recording simulation program
JPH03282935A (en) Compile processor and compile processing system
JP2007128343A (en) Information processing apparatus, information processing method, program, and computer readable recording medium
JP2000132405A (en) In-line expansion processing device and method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010508

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080525

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090525

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees