JP2655612B2 - External reference update method - Google Patents

External reference update method

Info

Publication number
JP2655612B2
JP2655612B2 JP63290816A JP29081688A JP2655612B2 JP 2655612 B2 JP2655612 B2 JP 2655612B2 JP 63290816 A JP63290816 A JP 63290816A JP 29081688 A JP29081688 A JP 29081688A JP 2655612 B2 JP2655612 B2 JP 2655612B2
Authority
JP
Japan
Prior art keywords
external
external symbol
symbol
object module
storage area
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 - Lifetime
Application number
JP63290816A
Other languages
Japanese (ja)
Other versions
JPH02136931A (en
Inventor
誠二 内田
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
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP63290816A priority Critical patent/JP2655612B2/en
Publication of JPH02136931A publication Critical patent/JPH02136931A/en
Application granted granted Critical
Publication of JP2655612B2 publication Critical patent/JP2655612B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機システムにおける外部参照の更新
方式に関し、特に実行中のロードモジュールに外部記憶
装置上のオブジェクトモジュールを動的にリンクする
際、外部シンボル定義を常に最新に保つようにした外部
参照更新方式に関するものである。
The present invention relates to a method of updating an external reference in an electronic computer system, and more particularly, to dynamically linking an object module on an external storage device to a running load module. The present invention relates to an external reference updating method in which an external symbol definition is always kept up to date.

〔従来の技術〕[Conventional technology]

従来、動的リンクにおいて、一度リンクされ、参照の
解決が行われた外部シンボルに対しては、再リンク用の
情報は保存されなかった。したがって動的リンクを複数
回行った際に、既にリンクされた外部シンボル定義に対
し、同一名称を有する外部シンボルが入力された場合に
は、そのリンク要求は単に無視されるか或いは利用者の
入力誤りとして処理されるのが普通であった。
Conventionally, in an external link, information for relinking is not stored for an external symbol that has been linked once and the reference has been resolved. Therefore, when the dynamic link is performed a plurality of times, if an external symbol having the same name is input with respect to the already linked external symbol definition, the link request is simply ignored or input by the user. It was usually treated as an error.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上述した従来の方式では、同一名称を有する外部シン
ボルに対する参照解決は一度のみしか行われないため、
次に述べる欠点を有している。すなわち、インタプリタ
による言語処理系がその一機能として、実行時に利用者
の指示により、他のコンパイラ言語で記述されコンパイ
ルされたオブジェクトモジュールを自己に動的にリンク
し、そのオブジェクトモジュールを自己の1モジュール
として実行可能とせしめる際、そのオブジェクトモジュ
ールで宣言された外部シンボルと同一名称を有する外部
シンボルが既に主記憶領域上に存在する場合、従来の方
式では動的リンクが行われないため、利用者はシステム
の再立上げを行い、同一名称の外部シンボルが主記憶領
域に存在しない状態にして、再び動的リンクを行わなけ
ればならないという欠点である。
In the conventional method described above, reference resolution for an external symbol having the same name is performed only once,
It has the following disadvantages. That is, a language processing system using an interpreter is one of the functions of dynamically linking an object module described and compiled in another compiler language to itself according to a user's instruction at the time of execution, and linking the object module to its own module. When an external symbol having the same name as the external symbol declared in the object module already exists in the main storage area, the dynamic link is not performed in the conventional method. This is a disadvantage in that the system must be restarted so that an external symbol having the same name does not exist in the main storage area, and dynamic linking must be performed again.

一般にインタプリタによる言語処理系においては、関
数あるいは述語といった処理単位は、インタプリタ実行
時、任意の時点で定義されうる。更に、その後任意の時
点で再定義されうる。それらの関数あるいは述語に対す
る参照は常に最新のものに対して行われる。これは、そ
の参照方法が名前表などを仲介した間接の参照であるこ
とによる。このように関数等の参照が常に最新のものに
対して行われることはインタプリタ方式が従来から有し
ている利点である。然るに、上述した従来の外部シンボ
ルにかかる参照解決方式では、外部シンボルに対して
は、その参照を常に最新に保つことができず、上記の利
点を有効に活かし切れない。
Generally, in a language processing system using an interpreter, a processing unit such as a function or a predicate can be defined at any time when the interpreter is executed. Further, it can be redefined at any time thereafter. References to those functions or predicates are always made to the latest one. This is because the reference method is an indirect reference through a name table or the like. It is an advantage of the interpreter system that the function or the like is always referred to the latest one. However, in the above-mentioned conventional reference resolution method for external symbols, the external symbol cannot always be kept up to date with reference to the external symbol, and the above advantage cannot be effectively utilized.

本発明はこのような事情に鑑みて為されたものであ
り、その目的は、システムの再立上げなしに自動的に外
部シンボル定義を常に最新の定義に保ち得る外部参照更
新方式を提供することにある。
The present invention has been made in view of such circumstances, and an object of the present invention is to provide an external reference updating method that can automatically keep an external symbol definition always up-to-date without restarting the system. It is in.

〔課題を解決するための手段〕[Means for solving the problem]

本発明は上記の目的を達成するために、主記憶領域に
ロードされ実行中のロードモジュールが外部記憶装置内
に存在するオブジェクトモジュールを自己に動的にリン
クし、該オブジェクトモジュールを自己の1モジュール
として実行可能としている電子計算機システムであっ
て、主記憶領域内に存在する外部シンボルを記憶するた
めの外部シンボル管理表と、各未定義外部シンボルに対
応し該未定義外部シンボルへの参照箇所をリスト形式に
つないだ未解決参照チェインとを用いて、前記動的リン
クを行っている電子計算機システムにおいて、定義済外
部シンボルに対応し、該定義済外部シンボルへの参照箇
所を記録した外部シンボル参照表を有し、オブジェクト
モジュールの動的リンク時に、該オブジェクトモジュー
ル内で定義された外部シンボルと同一名称を有する外部
シンボルが既に主記憶領域内に定義されている場合に
は、前記外部シンボル参照表を用いて、前記既に定義さ
れた外部シンボルへの参照箇所に前記新しい各部シンボ
ルのアドレスを再設定するものである。
According to the present invention, in order to achieve the above object, a load module loaded into a main storage area and being executed dynamically links an object module existing in an external storage device to itself, and the object module is connected to one of the own modules. An external symbol management table for storing external symbols existing in a main storage area, and a reference location for each undefined external symbol corresponding to the undefined external symbol. Using an unresolved reference chain linked to a list format, in the computer system performing the dynamic link, an external symbol reference corresponding to a defined external symbol and recording a reference location to the defined external symbol It has a table and, when dynamically linking an object module, an external module defined in the object module. If an external symbol having the same name as the symbol has already been defined in the main storage area, the external symbol reference table is used to store the address of the new symbol in the reference location to the already defined external symbol. Is to be reset.

〔作用〕[Action]

本発明の外部参照更新方式においては、各定義済外部
シンボルに対応して設けられた外部シンボル参照表が、
その対応する定義済外部シンボルへの参照箇所を全て記
録し、オブジェクトモジュールの動的リンク時、そのオ
ブジェクトモジュール内で定義された外部シンボルと同
一名称を有する外部シンボルが既に主記憶領域内に定義
されている場合、該当するシンボル参照表を用いて、上
記の既に定義された外部シンボルへの全ての参照箇所に
新しい外部シンボルのアドレスを再設定することで、外
部シンボル定義を常に最新の定義に保つ。
In the external reference updating method of the present invention, an external symbol reference table provided corresponding to each defined external symbol is:
All the reference locations to the corresponding defined external symbol are recorded, and when the object module is dynamically linked, an external symbol having the same name as the external symbol defined in the object module is already defined in the main storage area. If this is the case, the external symbol definition is always kept up to date by resetting the address of the new external symbol to all the references to the already defined external symbol using the corresponding symbol reference table. .

〔実施例〕〔Example〕

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

第1図は本発明の外部参照更新方式の一実施例の構成
および動作説明図であり、図の上部が外部のシンボルの
再定義前の或る時点の主記憶領域1の状況を示し、図の
下部が外部シンボルの再定義後の或る時点の主記憶領域
1の状況を示している。なお、本実施例は、主記憶領域
にロードされ実行中のロードモジュールが外部記憶装置
内に存在するオブジェクトモジュールを自己に動的にリ
ンクし、そのオブジェクトモジュールを自己の1モジュ
ールとして実行可能としている電子計算機システムに本
発明を適用したものである。
FIG. 1 is a diagram illustrating the configuration and operation of an embodiment of an external reference updating method according to the present invention. The upper part of FIG. 1 shows the status of the main storage area 1 at a certain time before redefinition of external symbols. The lower part of the figure shows the state of the main storage area 1 at a certain point after redefining the external symbols. In this embodiment, a load module that is loaded into the main storage area and is being executed dynamically links an object module present in the external storage device to itself, and the object module can be executed as one module of the object module. The present invention is applied to an electronic computer system.

第1図の上部に示す状況においては、主記憶領域1に
ロードモジュール2がロードそれていると共に、それか
ら呼び出されたオブジェクトモジュール3−1,別のオブ
ジェクトモジュール3−2も主記憶領域1にロードされ
ている。ここで、オブジェクトモジュール3−2内には
名称Aを持つ外部シンボル4−1が定義されており、オ
ブジェクトモジュール3−1内に名称Aの外部シンボル
を参照する箇所8−1,8−2が含まれ、それらの参照関
係は解決済みである。即ち、参照箇所8−1,8−2には
外部シンボル4−1を指示するアドレスが格納されてい
る。また、同図の符号5は、外部シンボル4−1に対す
る参照を解決する際に後述するようにして作成された外
部シンボル参照表であり、名称Aの外部シンボルに対応
し、名称Aの外部シンボルを参照する箇所8−1,8−2
の全てを記録している。このような状況において、第1
図の下部に示すように、外部シンボル4−2を含むオブ
ジェクトモジュールが動的リンクの為にロードされた場
合、動的リンク制御等を司るオペレーティングシステム
は、その外部シンボル4−2が既に主記憶領域1内に定
義された外部シンボル4−1と同一名称Aを有するもの
か否か即ち再定義にかかる外部シンボルであるか否かを
調べ、同一名称Aを有するときは、第1図の下部に示す
ように、名称Aの外部シンボルに対応する外部シンボル
参照表5を参照して、外部シンボル4−1を参照してい
た箇所8−1,8−2の全てを外部シンボル4−2を参照
するように更新する。即ち、箇所8−1,8−2に外部シ
ンボル4−2を指示するアドレスを設定する。これによ
って、名称Aの外部シンボルの定義を最新のものに保つ
ことができる。
In the situation shown in the upper part of FIG. 1, the load module 2 has been loaded into the main storage area 1, and the object module 3-1 and another object module 3-2 called therefrom are also loaded into the main storage area 1. Have been. Here, an external symbol 4-1 having a name A is defined in the object module 3-2, and locations 8-1 and 8-2 referring to the external symbol having the name A are defined in the object module 3-1. Included, and their reference relationships have been resolved. That is, the addresses indicating the external symbols 4-1 are stored in the reference locations 8-1, 8-2. Reference numeral 5 in the figure is an external symbol reference table created as described later when resolving the reference to the external symbol 4-1. 8-1, 8-2 to refer to
Is recorded. In such a situation, the first
As shown in the lower part of the figure, when the object module including the external symbol 4-2 is loaded for dynamic link, the operating system that controls the dynamic link control etc. has the external symbol 4-2 already stored in the main memory. It is checked whether or not the external symbol 4-1 defined in the area 1 has the same name A, that is, whether or not the external symbol is to be redefined. If the external symbol 4-1 has the same name A, the lower part of FIG. As shown in FIG. 7, referring to the external symbol reference table 5 corresponding to the external symbol having the name A, all of the locations 8-1 and 8-2 that referred to the external symbol 4-1 are replaced with the external symbol 4-2. Update to reference. That is, an address indicating the external symbol 4-2 is set in the locations 8-1 and 8-2. Thus, the definition of the external symbol having the name A can be kept up to date.

次に、第1図に示した外部シンボル参照表5の作成処
理と、それを使用した外部シンボルの再定義処理とにつ
いて、より詳しく説明する。
Next, the process of creating the external symbol reference table 5 shown in FIG. 1 and the process of redefining the external symbols using the same will be described in more detail.

(1)外部シンボル参照表5の作成処理 第1図のオブジェクトモジュール3−1が主記憶領域
1にロードされたが未だ参照解決されていない状況すな
わちオブジェクトモジュール3−2がロードされておら
ず従って外部シンボル4−1が主記憶領域1上に定義さ
れていない状況にあっては、第2図の上部に示すよう
に、オブジェクトモジュール3−1中の名称Aの外部シ
ンボルに対する参照箇所8−1,8−2を指示するエント
リ6−1,6−2をリスト形式につなげた未解決参照チェ
イン6が存在している。このような状況において、外部
シンボル4−1の定義を含んだオブジェクトモジュール
3−2が主記憶領域1にロードされた場合、オペレーテ
ィングシステムは、その参照解決処理において未解決参
照チェイン6をたどる際、そのチェイン6を構成する各
エントリ6−1,6−2が指示している参照箇所8−1,8−
2のアドレスを、第2図の下部に示すように外部シンボ
ル参照表5用に確保した領域の各エントリ5−1,5−2
に記録していく。これによって、外部シンボル4−1に
対する参照を解決する際に、外部シンボル4−1に対応
する外部シンボル参照表5が作成される。
(1) Processing for Creating External Symbol Reference Table 5 A situation where the object module 3-1 in FIG. 1 has been loaded into the main storage area 1 but reference has not yet been resolved, that is, the object module 3-2 has not been loaded. In a situation in which the external symbol 4-1 is not defined in the main storage area 1, as shown in the upper part of FIG. 2, a reference location 8-1 for the external symbol having the name A in the object module 3-1. , 8-2 indicating an unresolved reference chain 6 in which entries 6-1 and 6-2 are connected in a list format. In such a situation, when the object module 3-2 including the definition of the external symbol 4-1 is loaded into the main storage area 1, the operating system, when following the unresolved reference chain 6 in the reference resolution processing, Reference locations 8-1,8- indicated by the respective entries 6-1 and 6-2 constituting the chain 6
The addresses of the entries 5-1 and 5-2 of the area secured for the external symbol reference table 5 as shown in the lower part of FIG.
To record. Thus, when resolving the reference to the external symbol 4-1, the external symbol reference table 5 corresponding to the external symbol 4-1 is created.

なお、外部シンボル4−1への参照箇所が増加した場
合には、それに合わせて外部シンボル参照表5を再作成
するものである。即ち、第2図の下部と同一内容を示す
第3図の上部に示す状況において、第3図の下部に示す
ように更に外部シンボル4−1を参照する箇所8−3を
含むオブジェクトモジュール3−4が主記憶領域1にロ
ードされた場合、そのオブジェクトモジュール3−4が
ロードされる直前の外部シンボル参照表5(第3図の上
部に示す状態)の各エントリ5−1,5−2と参照箇所8
−3の為の新しいエントリ5−3とを充分に格納できる
大きさの領域を確保し、そこへ外部シンボル参照表5を
コピーすると共に新しいエントリ5−3を追加し、第3
図の下部に示すように名称Aの外部シンボル全ての参照
箇所を記録した外部シンボル参照表5′を作成するもの
である。
If the number of references to the external symbol 4-1 increases, the external symbol reference table 5 is re-created accordingly. That is, in the situation shown in the upper part of FIG. 3 showing the same contents as the lower part of FIG. 2, the object module 3 further includes a location 8-3 referring to the external symbol 4-1 as shown in the lower part of FIG. When the object module 3-4 is loaded into the main storage area 1, each entry 5-1 and 5-2 of the external symbol reference table 5 (the state shown at the top of FIG. 3) immediately before the object module 3-4 is loaded. Reference location 8
An area large enough to store a new entry 5-3 for -3 is secured, the external symbol reference table 5 is copied there, and a new entry 5-3 is added.
As shown in the lower part of the figure, an external symbol reference table 5 'in which reference locations of all external symbols having the name A are recorded is created.

(2)外部シンボルの再定義処理 今までは図示しなかったが、各々の外部シンボルは、
それに対応する外部シンボル管理表によって管理されて
いる。外部シンボル管理表は、第5図に示すように、自
表が受け持つ外部シンボルの名前(外部シンボル名)を
格納するエントリ7−1と、その外部シンボルにかかる
入口/データ先頭アドレスを格納するエントリ7−2
と、その外部シンボルに対応する外部シンボル参照表の
アドレスを格納するエントリ7−3とを有する基本構成
を持っている。従って、第1図の上部に示す状況におい
ては、第4図の上部に示すように外部シンボル4−1に
対応する外部シンボル管理表7があって、外部シンボル
4−1と外部シンボル参照表5とのアドレスを保持して
いる。第1図の下部および第4図の下部に示すように外
部シンボル4−1と同一名称Aの外部シンボル4−2を
含むオブジェクトモジュール3−3がロードされたと
き、オペレーティングシステムは、名称Aに対応する外
部シンボル管理表7を調べ、その結果、外部シンボル参
照表が存在する場合すなわち該当エントリの内容が0で
ない場合、その存在した外部シンボル参照表5に記録さ
れたアドレスで指示される参照箇所8−1,8−2に対
し、外部シンボル4−2のアドレスを記入する。なお、
このとき外部シンボル管理表7中の入口/データ先頭ア
ドレスが更新される。
(2) External symbol redefinition processing Although not shown so far, each external symbol is
It is managed by the corresponding external symbol management table. As shown in FIG. 5, the external symbol management table has an entry 7-1 storing the name of the external symbol (external symbol name) assigned to the table itself, and an entry storing the entry / data head address of the external symbol. 7-2
And an entry 7-3 for storing the address of the external symbol reference table corresponding to the external symbol. Therefore, in the situation shown in the upper part of FIG. 1, there is an external symbol management table 7 corresponding to the external symbol 4-1 as shown in the upper part of FIG. And holds the address. When the object module 3-3 including the external symbol 4-1 having the same name A as the external symbol 4-1 is loaded as shown in the lower part of FIG. 1 and the lower part of FIG. The corresponding external symbol management table 7 is checked, and as a result, if the external symbol reference table exists, that is, if the content of the corresponding entry is not 0, the reference location indicated by the address recorded in the existing external symbol reference table 5 Write the address of the external symbol 4-2 for 8-1 and 8-2. In addition,
At this time, the entry / data head address in the external symbol management table 7 is updated.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明の外部参照更新方式にお
いては、動的リンクされたオブジェクトモジュールで定
義された外部シンボルが再定義された場合、すなわちそ
のオブジェクトモジュールで定義された外部シンボルと
同一名称を有する外部シンボルを定義した別のオブジェ
クトモジュールが動的リンクの対象となった場合、それ
までの外部シンボルを参照していた箇所の全てを、新し
い外部シンボルを参照するように自動的に更新すること
が可能となる。このため、インタプリタ方式の言語処理
系が他の言語コンパイラによって出力されたオブジェク
トモジュールを動的にリンクする場合、システムの再立
上げなしに外部シンボルを動的にリンクされた時点での
定義内容に常に更新でき、以降それを参照できるという
効果がある。また、参照を直接に変更するため、オブジ
ェクトモジュールの処理速度等には何等影響を及ぼさな
いという効果もある。
As described above, in the external reference updating method of the present invention, when an external symbol defined in a dynamically linked object module is redefined, that is, the same name as the external symbol defined in the object module is used. If another object module that defines an external symbol that has a target becomes the target of dynamic linking, all of the locations that previously referred to the external symbol should be automatically updated to reference the new external symbol Becomes possible. For this reason, when an interpreted language processing system dynamically links object modules output by other language compilers, the definition contents at the time when external symbols are dynamically linked without restarting the system. This has the effect that it can always be updated and can be referenced thereafter. Further, since the reference is directly changed, there is an effect that the processing speed of the object module is not affected at all.

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

第1図は本発明の外部参照更新方式の一実施例の構成お
よび動作説明図、 第2図は外部シンボル参照表を新規に作成する処理の説
明図、 第3図は外部シンボル参照表を拡大する処理の説明図、 第4図は外部シンボル参照表を用いて外部シンボルへの
参照の更新を行う処理の説明図および、 第5図は外部シンボル管理表の基本構成を示す図であ
る。 図において、 1……主記憶領域 2……ロードモジュール 3−1〜3−4……オブジェクトモジュール 4−1〜4−2……同一名称の外部シンボル 5……外部シンボル参照表 6……未解決参照チェイン 7……外部シンボル管理表 8−1〜8−3……外部シンボルの参照箇所
FIG. 1 is a diagram illustrating the configuration and operation of an embodiment of an external reference updating method according to the present invention, FIG. 2 is a diagram illustrating a process of newly creating an external symbol reference table, and FIG. FIG. 4 is an explanatory diagram of a process of updating a reference to an external symbol using an external symbol reference table, and FIG. 5 is a diagram showing a basic configuration of an external symbol management table. In the figure, 1... Main storage area 2... Load modules 3-1 to 3-4... Object modules 4-1 to 4-2... External symbols of the same name 5... External symbol reference table 6. Resolution reference chain 7 External symbol management table 8-1 to 8-3 Reference location of external symbol

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】主記憶領域にロードされ実行中のロードモ
ジュールが外部記憶装置内に存在するオブジェクトモジ
ュールを自己に動的にリンクし、該オブジェクトモジュ
ールを自己の1モジュールとして実行可能としている電
子計算機システムであって、主記憶領域内に存在する外
部シンボルを記録するための外部シンボル管理表と、各
未定義外部シンボルに対応し該未定義外部シンボルへの
参照箇所をリスト形式につないだ未解決参照チェインと
を用いて、前記動的リンクを行っている電子計算機シス
テムにおいて、 定義済外部シンボルに対応し、該定義済外部シンボルへ
の参照箇所を記録した外部シンボル参照表を有し、 オブジェクトモジュールの動的リンク時に、該オブジェ
クトモジュール内で定義された外部シンボルと同一名称
を有する外部シンボルが既に主記憶領域内に定義されて
いる場合には、前記外部シンボル参照表を用いて、前記
既に定義された外部シンボルへの参照箇所に前記新しい
外部シンボルのアドレスを再設定することを特徴とする
外部参照更新方式。
An electronic computer in which a load module being loaded into a main storage area and being executed dynamically links an object module present in an external storage device to itself, so that the object module can be executed as one of its own modules. An external symbol management table for recording external symbols existing in a main storage area, and an unresolved list corresponding to each undefined external symbol and linking a reference position to the undefined external symbol to a list. A computer system performing the dynamic link using a reference chain, the computer system having an external symbol reference table corresponding to the defined external symbol and recording a reference location to the defined external symbol; Has the same name as an external symbol defined in the object module When an external symbol to be defined is already defined in the main storage area, the address of the new external symbol is reset to a reference location to the already defined external symbol using the external symbol reference table. An external reference updating method characterized by the following.
JP63290816A 1988-11-17 1988-11-17 External reference update method Expired - Lifetime JP2655612B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63290816A JP2655612B2 (en) 1988-11-17 1988-11-17 External reference update method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63290816A JP2655612B2 (en) 1988-11-17 1988-11-17 External reference update method

Publications (2)

Publication Number Publication Date
JPH02136931A JPH02136931A (en) 1990-05-25
JP2655612B2 true JP2655612B2 (en) 1997-09-24

Family

ID=17760853

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63290816A Expired - Lifetime JP2655612B2 (en) 1988-11-17 1988-11-17 External reference update method

Country Status (1)

Country Link
JP (1) JP2655612B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62137640A (en) * 1985-12-10 1987-06-20 Fujitsu Ltd Interpreter execution control system

Also Published As

Publication number Publication date
JPH02136931A (en) 1990-05-25

Similar Documents

Publication Publication Date Title
US6526441B2 (en) Input/output device information management system for multi-computer system
US5339430A (en) System for dynamic run-time binding of software modules in a computer system
US6269442B1 (en) Apparatus and method for on-line replacement of a running program code and data using checkpoints
US6314567B1 (en) Apparatus and method for transferring state data when performing on-line replacement of a running program code and data
JP2666847B2 (en) Heterogeneous language communication method
JPH06266563A (en) Efficient router for support of plurality of simultaneous object versions
SE520072C2 (en) Method and system for exception handling
US5553286A (en) System and method for preparing a computer program for execution
JP3882321B2 (en) Computer with operating system module program
JP2927325B2 (en) Data management system
US5953529A (en) Data processor with a debug device and a stack area control unit and corresponding data processing method
JPH1021060A (en) Communication system with automatic program update processing function, and recording medium equipped with program performing program update processing
JP2655612B2 (en) External reference update method
JPH03229352A (en) Program changing method
Lyu et al. A procedure-based dynamic software update
JP2555920B2 (en) Online real-time processor
US20070113236A1 (en) Program flow method and method for expanding a program component system
JPS63626A (en) Program managing device
CN116339920B (en) Information processing method, device, equipment and medium based on cloud platform
JPH11265278A (en) Dynamic function managing method for operating system
JP2005284925A (en) Computer system and program update method
JPH09114673A (en) Device and method for program loading
JP2841363B2 (en) External module acquisition method
JP3209560B2 (en) Interrupt management method for microprocessor system
JPS6144339B2 (en)