JPS63106047A - Dynamic subroutine call system - Google Patents

Dynamic subroutine call system

Info

Publication number
JPS63106047A
JPS63106047A JP25302186A JP25302186A JPS63106047A JP S63106047 A JPS63106047 A JP S63106047A JP 25302186 A JP25302186 A JP 25302186A JP 25302186 A JP25302186 A JP 25302186A JP S63106047 A JPS63106047 A JP S63106047A
Authority
JP
Japan
Prior art keywords
subroutine
name
entrance
linking
entry
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.)
Pending
Application number
JP25302186A
Other languages
Japanese (ja)
Inventor
Atsushi Goto
淳 後藤
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP25302186A priority Critical patent/JPS63106047A/en
Publication of JPS63106047A publication Critical patent/JPS63106047A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To enable a subroutine whose name to be called changes in executing to be called, by generating an information table regarding the entry name and the entry point of the subroutine having possibility to be called in executing, at time of linking, and perform the call of the subroutine by retrieving the table and obtaining the information of the entry point at time of calling the subroutine. CONSTITUTION:A linking means 1 inputs and links an object module including its entry by designating clearly a required entry name at time of linking, and generates an entry name table having the information of a designated entry name and the entry point corresponding to the entry name in a generated load module. A dynamic subroutine call means 22 retrieves the entry name table generated by the linking means 1 at time of linking, at time of calling the subroutine, and obtains the information of the required entry point, and calls the subroutine according to the information. In such way, it is possible to call the subroutine whose name to be called changes under an executing environment not being provided with a dynamic linking function.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は計0機システムのプログラムにおけるサブルー
チン呼び出し方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a subroutine calling method in a program for a total zero machine system.

〔従来の技術〕[Conventional technology]

計口機システムにおいては、プログラム実行時に多数の
サブルーチンが呼び出される可能性のある場合、通常は
可能性のある全てのサブルーチンに対して呼び出し用の
命令の列をプログラム内に用意する必要があるが、実際
の実行時に呼び出されなかったサブルーチンに対する呼
び出し用の命令の列が占めるプログラム領域は全く無駄
な領域となる。このため、呼び出す可能性のあるサブル
ーチンの個数が非常に多い場合には呼び出すべきサブル
ーチンの名前を実行時に動的に指定してサブルーチン呼
び出しを行う命令の列を1つ用意して複数のサブルーチ
ン呼び出しをその命令の列を経由して行わせることによ
りプログラム領域の使用効率を大幅に向上させることが
できる場合がある。
In a counting machine system, if there is a possibility that a large number of subroutines will be called during program execution, it is usually necessary to prepare a sequence of instructions for calling all possible subroutines within the program. , the program area occupied by a sequence of instructions for calling subroutines that are not called during actual execution becomes a completely wasted area. For this reason, if there is a large number of subroutines that may be called, multiple subroutine calls can be made by dynamically specifying the name of the subroutine to be called at runtime and preparing one sequence of subroutine calling instructions. By executing the instruction via the sequence of instructions, it may be possible to significantly improve the usage efficiency of the program area.

しかし、従来の計惇機システムにおいては、呼び出すべ
きサブルーチンの名前が実行時に変化する場合にはサブ
ルーチン呼び出し部とサブルーチンとのリンク処理は通
常のリンク時にはリンクすべきサブルーチンが特定でき
ないため、実行時に呼び出しが必要となった時点で必要
とするオブジェクトモジュールとのリンクを行う、ダイ
ナミックリンクを使用するのが通例であった。従って、
ダイナミックリンクの機能を持たない実行環境下におい
ては、サブルーチン名が実行時に変化するサブルーチン
の呼び出しは禁止するのが6通であった。
However, in conventional control systems, if the name of the subroutine to be called changes during execution, the linking process between the subroutine calling part and the subroutine cannot specify the subroutine to be linked during normal linking, so the subroutine cannot be called during execution. It was customary to use dynamic linking, which linked to the required object module at the time it was needed. Therefore,
In an execution environment that does not have a dynamic link function, six emails prohibit calling subroutines whose subroutine names change during execution.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記のように、従来ダイナミックリンク機能を持たない
実行環境下においては呼び出すべきサブルーチン名が実
行時に変化するサブルーチンの呼び出しはできなかった
。また、ダイナミックリンク機能を持つ実行環境下にお
いても、ダイナミックリンクの処理が実際のロードモジ
ュールの処理を中衛して行われ、かつ通常の処理と比較
して多くの実行時間を必要とするため、呼び出すべきサ
ブルーチンの名前が実行時に変化するサブルーチンの呼
び出しが多数行われる場合には、ロードモジュールの実
行効率が著しく低下するという問題点もあった。
As mentioned above, conventionally, in an execution environment without a dynamic link function, it was not possible to call a subroutine whose name changes during execution. In addition, even in an execution environment with a dynamic link function, dynamic link processing is performed in the middle of the actual load module processing, and requires a lot of execution time compared to normal processing. There is also a problem in that when a large number of calls are made to a subroutine whose name changes during execution, the execution efficiency of the load module is significantly reduced.

本発明の目的は、ダイナミックリンク機能を持たない実
行環境下において呼び出すべきサブルーチンの名前が変
化するサブルーチン呼び出しを可能とすると共に、ダイ
ナミックリンク機能を持つ実行環境下においても呼び出
すべきサブルーチンの名前が実行時に変化するサブルー
チンの呼び出しの対象となるサブルーチンの内、使用が
予想されるサブルーチンを予めリンクしておくことによ
り、生成したロードモジュールの実行性能を向上させる
動的サブルーチン呼び出し方式を提供することである。
An object of the present invention is to make it possible to call a subroutine in which the name of the subroutine to be called changes in an execution environment without a dynamic link function, and to change the name of the subroutine to be called at the time of execution even in an execution environment with a dynamic link function. To provide a dynamic subroutine calling method that improves the execution performance of a generated load module by linking in advance subroutines that are expected to be used among subroutines to be called by changing subroutines.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の動的サブルーチン呼び出し方式は、リンク時に
、必要とする入口名を明示的に指定すると、その入口を
含むオブジェクトモジュールを入力してリンクし、(の
指定した入口名および入口名に対応する入口点の情報を
持つ入口名テーブルを生成ロードモジュール内に生成す
るリンク手段と、サブルーチン呼び出し時に前記リンク
手段にてリンク時に生成された入口名テーブルを検索し
て必要とする入口点の情報を得て、その情報に従ってサ
ブルーチン呼び出しを行う動的サブルーチン呼び出し手
段とを有する。
In the dynamic subroutine calling method of the present invention, when a required entrance name is explicitly specified at the time of linking, the object module containing the entrance is input and linked, and the specified entrance name and A linking means that generates an entrance name table having entry point information in a generation load module, and when a subroutine is called, the linking means searches the entrance name table generated at the time of linking to obtain necessary entry point information. and dynamic subroutine calling means for calling a subroutine according to the information.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の動的サブルーチン呼び出し方式の一実
施例の構成図である。本実施例は、ダイナミックリンク
の使用できない実行環境下においての一実施例で、リン
ク手段1と動的サブルーチン呼び出し手段22とから構
成される。
FIG. 1 is a block diagram of an embodiment of the dynamic subroutine calling method of the present invention. This embodiment is an embodiment for an execution environment in which dynamic linking cannot be used, and is composed of a linking means 1 and a dynamic subroutine calling means 22.

第2図はリンク手段1の詳細を示す図である。FIG. 2 is a diagram showing details of the linking means 1.

まず、オブジェクトモジュール入力機能11においてロ
ードモジュールに必要なオブジェクトモジュールOM1
〜OM nを読み込む。次に入ロ名指定人力i能12に
おいて入口名指定N1〜N1を読み込み、入口名指定N
1〜N1を入口名指定デープル17および入口名テーブ
ル18に登録する。ただし、この場合入口名指定N1〜
N1のうちオブジェクトモジュール入力機能11で読み
込まれたオブジェクトモジュール内に含まれる入口名は
入口名指定テーブル17への登録から除かれる。入ロ名
指定オブジェクトモジュール入力機能13では入口名指
定テーブル17の内容で示される入口名を持つオブジェ
クトモジュールのOM1〜OMmを入力し、リンク機能
14においてオブジェクトモジュール入力t!能11お
よび入ロ名指定オブジェクトモジュール入力機能13に
おいて入力されたオブジェクトモジュールOM+〜OM
mをリンクする。次、に入口点情報セット機能15にお
いて入口名テーブル18に人力名指定入力機能12によ
ってθ録された入口名に対応する入口点情報を登録し、
ロードモジュール生成機能16でロードモジュール[M
を生成する。この際生成O−ド[ジュール1M内には入
口名テーブル18が含まれる。
First, in the object module input function 11, the object module OM1 required for the load module is
~Read OM n. Next, read the entrance name designation N1 to N1 in the input name designation function 12, and
1 to N1 are registered in the entrance name designation table 17 and the entrance name table 18. However, in this case, entrance name specification N1~
Among N1, the entrance names included in the object module read by the object module input function 11 are excluded from registration in the entrance name specification table 17. The entry name specification object module input function 13 inputs object modules OM1 to OMm having the entry name indicated by the contents of the entry name specification table 17, and the link function 14 inputs object module input t! Object module OM+~OM input in function 11 and entry name specification object module input function 13
Link m. Next, the entrance point information setting function 15 registers the entrance point information corresponding to the entrance name recorded in θ by the manual name designation input function 12 in the entrance name table 18,
With the load module generation function 16, load module [M
generate. At this time, the generated O-doule 1M includes an entrance name table 18.

第3図は入口名指定入力機能12の詳細を示すフローチ
ャートである。
FIG. 3 is a flowchart showing details of the entrance name designation input function 12.

変数iの値0を格納しくステップ31〉入口名指定を1
つ入力する(ステップ32)。ス゛−ノブ32において
入口名指室が入力されたか否かを判定しくステップ33
)、入力されたならば入口色テーブル18のi番目にス
テップ32で入力された入口色を格納しくステップ34
)、変数iの内容を1だけ増す(ステップ35)。次に
、ステップ32で入力された入口色が今までに入力され
たオブジェクトモジュール内に存在するか否かを調べ(
ステップ36)、存在すればそのままステップ32に戻
り、存在しなければ入口色を人口名指室テーブルに格納
した(ステップ37)後ステップ37に戻る。
Store the value 0 of variable i. Step 31> Specify the entrance name as 1.
(Step 32). Step 33: It is determined whether or not the entrance name designation room has been input using the switch knob 32.
), if the input color is input, the input color input in step 32 is stored in the i-th position of the input color table 18.Step 34
), the contents of variable i are incremented by 1 (step 35). Next, in step 32, it is checked whether the input color is present in the object module input so far (
Step 36), if it exists, the process returns to step 32; if it does not exist, the entrance color is stored in the population name room table (step 37), and then the process returns to step 37.

以上の処理を入口名指室の入力が無くなるまで繰り返す
The above process is repeated until there are no more inputs for the entrance name designation room.

第4図は入口色指定オブジェクトモジュール入力機能1
3の詳細を示すフローチャートである。
Figure 4 shows entrance color specification object module input function 1
3 is a flowchart showing details of step 3.

入口色指定テーブル17内に入口色が存在するか否かを
判定しくステップ41)、もし存在するならば入口名指
室テーブル17から入口色を1つ取り出しくステップ4
2)、その入口色を持つオブジェクトモジュールを入力
する(ステップ43)。次に入口色指定デープル17内
の入口色の内ステップ43で入力されたオブジェクトモ
ジ1−ル内に存在する入口色を仝で削除した(ステップ
44)後ステップ41に戻る。
Step 4: Determine whether or not an entrance color exists in the entrance color designation table 17 (step 41), and if so, extract one entrance color from the entrance name designation table 17 (step 4).
2), input the object module with that entry color (step 43); Next, among the entrance colors in the entrance color designation table 17, the entrance color existing in the object module 1 inputted in step 43 is deleted (step 44), and then the process returns to step 41.

以上の処理を入口色指定テーブル17内の入口色が無く
なるまで繰り返づ。
The above process is repeated until there are no more entrance colors in the entrance color designation table 17.

第5図は入口点情報セット機能15の詳細を示すフロー
チャートである。
FIG. 5 is a flowchart showing details of the entry point information setting function 15.

変数jに値Oを格納する(ステップ51)。次に変数j
の内容が変数iの内容より小さいか否かを判定する(ス
テップ52)。この際変数i内の値は入口名指定入力機
能12において格納されたものであり、入口色テーブル
18内に存在する入口色の個数である。もし変数jの内
容が変数iの内容より小さければ、入口色テーブルの、
1番目の入口点情報の欄に対応する入口色の入口点情報
を格納しくステップ53)、変数jの内容を1だけ増し
たくステップ54)後ステップ52に戻る。
The value O is stored in variable j (step 51). Then variable j
It is determined whether the content of is smaller than the content of variable i (step 52). At this time, the value in the variable i is stored in the entrance name designation input function 12, and is the number of entrance colors existing in the entrance color table 18. If the content of variable j is smaller than the content of variable i, the input color table is
To store the entrance point information of the entrance color corresponding to the first entrance point information column, step 53), and to increment the contents of variable j by 1 (step 54), the process returns to step 52.

以上の処理を変数jの内容が変数iの内容より小さい間
繰り返す。
The above process is repeated as long as the content of variable j is smaller than the content of variable i.

表1は入口名指室テーブル17の構造を示している。こ
の入口名指室テーブル17にはp個の入口色が格納され
ている。
Table 1 shows the structure of the entry name room table 17. This entrance name designation room table 17 stores p entrance colors.

表2は入口色テーブル18の構造を示している。Table 2 shows the structure of the entrance color table 18.

1つの要素は入口基部と入口点情報部とに分かれ、入口
基部には入口色が入口点情報部には入口色に対応する入
口点を呼び出すために必要な情報が格納されている。
One element is divided into an entrance base and an entrance point information section, and the entrance base stores the entrance color, and the entrance point information section stores the information necessary to call the entrance point corresponding to the entrance color.

表1       表2 以上の処理によって生成されたロードモジュールは第1
図の実行2によって示される構成によって実行される。
Table 1 Table 2 The load module generated by the above processing is the first
It is executed by the configuration shown by Execution 2 in the figure.

実行2において利用者プログラム21の実行時に、呼び
出すべきサブルーチンの名前が実行時に変化するサブル
ーチンの呼び出しが発生すると、利用者プログラム21
は呼び出すべきサブルーチンの名前を引数として動的サ
ブルーチン呼び出し手段22を呼び出す。動的υブルー
チン呼び出し手段22は利用者プログラム21より渡さ
れたサブルーチンの名前をリンク手段1によってロード
モジュール1M内に生成された入口色テーブル23から
検索し対応する入口点情報を取得して目的とするサブル
ーチンの呼び出しを行う。
When the user program 21 is executed in execution 2, if a call to a subroutine whose name changes during execution occurs, the user program 21
calls the dynamic subroutine calling means 22 with the name of the subroutine to be called as an argument. The dynamic υ broutine calling means 22 searches the entrance color table 23 generated in the load module 1M by the linking means 1 for the name of the subroutine passed from the user program 21, obtains the corresponding entry point information, and calls the subroutine according to the purpose. Call the subroutine.

第6図は動的サブルーチン呼び出し手段22の処理の詳
細を示すフローチャートである。
FIG. 6 is a flowchart showing details of the processing of the dynamic subroutine calling means 22.

入口色テーブル23より必要とするサブルーチンの名前
を検索しくステップ61)、必要とするサブルーチンの
名前が入口色テーブル23より発見できたか否かの判定
を行い(ステップ62)、もし発見できた場合には目的
とするサブルーヂンの貯び出しを行い(ステップ64)
、発見できなかった場合にはエラー処理を行って(ステ
ップ63)終了する。
The name of the required subroutine is searched from the entrance color table 23 (step 61), and it is determined whether the name of the required subroutine can be found from the entrance color table 23 (step 62). saves the target subroutine (step 64).
, if not found, error processing is performed (step 63) and the process ends.

以上、示した処理によってダイナミックリンクの使用で
きない実行環境下において呼び出すべきサブルーチンの
名前が実行時に変化するサブルーチンの呼び出しを可能
とすることができる。
As described above, the process described above makes it possible to call a subroutine whose name changes during execution in an execution environment where dynamic linking cannot be used.

本発明のダイナミックリンクの使用が可能な実行環境下
おいての一実施例もリンク手段1と動的1Jブルーヂン
貯び出し手段22とから構成される。
An embodiment of the execution environment in which the dynamic link of the present invention can be used is also comprised of the link means 1 and the dynamic 1J Brugen storage means 22.

前述の実施例と全く同様のリンク手段1によって生成さ
れたロードモジュールは実行2によって示される構成に
よって実行される。実行2において利用者ブト1グラム
21実行時に、呼び出すべき号ブルーチンの名前が実行
時に変化するサブルーチンの呼び出しが発生すると、利
用者プログラム21は呼び出すべきサブルーチンの名前
を引数として動的サブルーチン呼び出し手段22を呼び
出す。紡的すブルーチン呼び出し手段22は利用茜プロ
グラム21より渡されたサブルーチンの名前をリンク手
段1によってロードモジュール1M内に生成された入口
上テーブル23から検索し、対応する入口点情報を取得
し目的とするサブルーチンの貯び出しを行う。
The load module generated by linking means 1, which is exactly the same as in the previous embodiment, is executed by the configuration shown by execution 2. In execution 2, when the user program 21 executes a call to a subroutine in which the name of the buroutine to be called changes during execution, the user program 21 calls the dynamic subroutine calling means 22 with the name of the subroutine to be called as an argument. call. The spinning routine calling means 22 searches the entry table 23 generated in the load module 1M by the linking means 1 for the name of the subroutine passed from the utilization program 21, obtains the corresponding entry point information, and determines the purpose. Save the subroutines to be used.

第7図は動的ナブル−チン呼び出し手段22の処理の詳
細を示すフローチャートである。
FIG. 7 is a flowchart showing details of the processing of the dynamic routine calling means 22.

入口上テーブル23より必要とするサブルーチンの名前
を検索しくステップ71)、必要とするサブルーチンの
名前が入口上テーブル23より発見できたか否かの判定
を行ない(ステップ72)、もし発見できた場合には、
目的とするサブルーチンの呼び出しを行い(ステップ7
4)、発見できなかった場合には目的とするサブルーチ
ンのダイナミックリンクを行い(ステップ73 ) 、
f−1的とするサブルーチンを呼び出した(ステップ7
5)後、終了する。
The name of the required subroutine is searched from the upper entrance table 23 (Step 71), and it is determined whether the name of the required subroutine can be found from the upper entrance table 23 (Step 72). teeth,
Call the desired subroutine (step 7)
4) If the target subroutine cannot be found, perform dynamic linking of the target subroutine (step 73),
The subroutine targeted for f-1 was called (step 7
5) Then exit.

以上、示した処理によってダイナミックリンクの使用可
能な実行環境下においてら実行時に呼び出されることが
決定される可能性のあるサブル・−チンをリンク時にあ
らかじめリンクしておくことにより、呼び出すべきサブ
ルーチンの名前が実行時に変化するサブルーチンの呼び
出しを効率良く行うことが可能となる。
By linking subroutines that may be determined to be called at runtime in an execution environment where dynamic linking is possible through the process described above, the name of the subroutine to be called can be It becomes possible to efficiently call subroutines that change during execution.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、実行時に呼び出される可
能性のあるサブルーチンの入口上と入口点情報のテーブ
ルをリンク時に生成しておき、サブルーチン呼び出し時
にこのテーブルを検索して必要な入口点情報を得てサブ
ルーチン呼び出しを行なうことにより、ダイナミックリ
ンクが使用できない実行環境下においては従来不可能で
あった呼び出すべきサブルーチンの名前が実行時に変化
するサブルーチンの呼び出しを可能とすると共に、ダイ
ナミックリンクが使用可能な実行環境下においても、げ
び出すべきサブルーチンの名前が実行時に変化するサブ
ルーチンの呼び出しが多数発生づるためにダイナミック
リンク要求が多発し、そのために発生するロードモジュ
ールの実行性能の低下を抑制することが可能となるとい
う効果がある。
As explained above, the present invention generates a table of entry points and entry point information for subroutines that may be called during execution at the time of linking, and searches this table when calling the subroutine to obtain necessary entry point information. By calling the subroutine by calling the subroutine after the subroutine is called, it becomes possible to call a subroutine whose name changes during execution, which was previously impossible in an execution environment where dynamic linking cannot be used. Even in the execution environment, dynamic link requests occur frequently due to the large number of calls to subroutines whose names change during execution, and it is possible to suppress the deterioration in execution performance of load modules that occurs due to this. There is an effect that

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の動的サブルーチン呼び出し方式の一実
施例の全体構成図、第2図はリンク手段1の構成図、第
3図は入口名指定入力機能12の詳細な処理を示すフロ
ーチャート、第4図は入口上指定オブジェクトモジュー
ル入力機能13の詳細な処理を示すフローチャート、第
5図は入口点情報セットn能15の詳細を示すフローチ
ャート、第6図はダイナミックリンクが使用できない実
行環境下におりる動的サブルーチン呼び出し手段22の
詳細な処理を示すフローチャート、第7図はダイナミッ
クリンクが使用可能な実行y5境下における動的サブル
ーチン呼び出し1段22の詳、flllな処理を示すフ
ローチャートである。 1・・・リンク手段、   2・・・実行、11・・・
オブジェクトモジュール入力機能、12・・・入口名指
定入力機能、 13・・・入口上指定オブジェクトモジュール入力機能 14・・・リンク機能 15・・・入口点情報セット機能、 16・・・ロードモジュール生成機能、17・・・入口
名指室テーブル、 18・・・入口名デープル、 21・・・利用者プログラム、 22・・・動的サブルーヂン呼び出し手段、23・・・
入口名テーブル、 31〜37.41〜44.51〜54.61〜64.7
1〜75・・・ステップ、 N1〜N1・・・入口色指定、 OM1〜OMm・・・オブジェクトモジュール、LM・
・・ロードモジュール。 一−1−〆 第3図 第5図   第6図 第7図
FIG. 1 is an overall configuration diagram of an embodiment of the dynamic subroutine calling method of the present invention, FIG. 2 is a configuration diagram of the linking means 1, and FIG. 3 is a flowchart showing detailed processing of the entry name designation input function 12. FIG. 4 is a flowchart showing detailed processing of the entry point specified object module input function 13, FIG. 5 is a flowchart showing details of the entry point information set n function 15, and FIG. FIG. 7 is a flowchart showing detailed processing of the first stage of dynamic subroutine calling 22 under the execution environment y5 in which dynamic links can be used. 1... Link means, 2... Execution, 11...
Object module input function, 12... Entrance name specification input function, 13... Entrance specified object module input function 14... Link function 15... Entrance point information set function, 16... Load module generation function , 17... Entrance name designation table, 18... Entrance name table, 21... User program, 22... Dynamic subroutine calling means, 23...
Entrance name table, 31~37.41~44.51~54.61~64.7
1-75...Step, N1-N1...Entrance color specification, OM1-OMm...Object module, LM.
...Load module. 1-1-〆Figure 3 Figure 5 Figure 6 Figure 7

Claims (1)

【特許請求の範囲】 リンク時に、必要とする入口名を明示的に指定すると、
その入口を含むオブジェクトモジュールを入力してリン
クし、その指定した入口名および入口名に対応する入口
点情報を持つ入口名テーブルを生成ロードモジュール内
に生成するリンク手段と、 サブルーチン呼び出し時に前記リンク手段によってリン
ク時に生成された入口名テーブルを検索して必要とする
入口点の情報を得て、その情報に従ってサブルーチン呼
び出しを行う動的サブルーチン呼び出し手段を有する動
的サブルーチン呼び出し方式。
[Claims] When linking, if the required entrance name is explicitly specified,
a linking means for inputting and linking an object module including the entrance, and generating an entrance name table having the specified entrance name and entry point information corresponding to the entrance name in a generation load module; and the linking means when calling a subroutine. A dynamic subroutine calling method having a dynamic subroutine calling means for searching an entrance name table generated at the time of linking to obtain necessary entry point information and calling a subroutine according to that information.
JP25302186A 1986-10-23 1986-10-23 Dynamic subroutine call system Pending JPS63106047A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25302186A JPS63106047A (en) 1986-10-23 1986-10-23 Dynamic subroutine call system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25302186A JPS63106047A (en) 1986-10-23 1986-10-23 Dynamic subroutine call system

Publications (1)

Publication Number Publication Date
JPS63106047A true JPS63106047A (en) 1988-05-11

Family

ID=17245380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25302186A Pending JPS63106047A (en) 1986-10-23 1986-10-23 Dynamic subroutine call system

Country Status (1)

Country Link
JP (1) JPS63106047A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0465714A (en) * 1990-07-05 1992-03-02 Nec Corp Load module control system for computer system
JPH04147337A (en) * 1990-10-10 1992-05-20 Fujitsu Ltd Method of using transient module
JPH05224931A (en) * 1991-09-06 1993-09-03 Internatl Business Mach Corp <Ibm> Method and system for representing program condition in execution and for notifying condition with signal

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5672743A (en) * 1979-11-20 1981-06-17 Casio Comput Co Ltd Subroutine jump system
JPS5960639A (en) * 1982-09-30 1984-04-06 Fujitsu Ltd Program managing system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5672743A (en) * 1979-11-20 1981-06-17 Casio Comput Co Ltd Subroutine jump system
JPS5960639A (en) * 1982-09-30 1984-04-06 Fujitsu Ltd Program managing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0465714A (en) * 1990-07-05 1992-03-02 Nec Corp Load module control system for computer system
JPH04147337A (en) * 1990-10-10 1992-05-20 Fujitsu Ltd Method of using transient module
JPH05224931A (en) * 1991-09-06 1993-09-03 Internatl Business Mach Corp <Ibm> Method and system for representing program condition in execution and for notifying condition with signal

Similar Documents

Publication Publication Date Title
JP2927180B2 (en) Debugging method of information processing program and debugger therefor
KR960706656A (en) Method and process of inter-machine communication and generalized method for program preparation therefor
JP2752094B2 (en) Backtrack processing method in logic language
JPS63106047A (en) Dynamic subroutine call system
JPH07141192A (en) Translating processing
JPS6378231A (en) Partial program combining system
JPH0734177B2 (en) Knowledge information reference device
JP2002041310A (en) Class dynamic bind system and its method
JPH0675757A (en) Link system for virtual space resident program
JPH05113818A (en) Numerical controller with multi-program function
JPS6152748A (en) Trace selection system of microprogram development device
JP2601541B2 (en) FORTRAN input / output list processing method
JPH04260943A (en) Trace output system
JPH04116756A (en) Dynamic link system for user definition command in application
JPH05127945A (en) Program execution situation analysis system
JPH04335428A (en) Version managing method for file
JPS62216037A (en) Message managing system using source library
JPS63136227A (en) System for retrieving program storing file
JPH02172397A (en) Exchange
JPH04128936A (en) Program execution environment changeover system
Hamaker et al. Dwarf: The Dwingeloo-Westerbork Astronomical Reduction Facility
JPH02308355A (en) Input procedure management system for interpreter
JPS63116240A (en) Expanded supervisor call interruption processing system
JPS63259735A (en) Program debug system by program diagram in actual operating environment of program
JPH0243660A (en) Executive program selecting system