JPH01216431A - Inter-program module control shift system - Google Patents

Inter-program module control shift system

Info

Publication number
JPH01216431A
JPH01216431A JP4129588A JP4129588A JPH01216431A JP H01216431 A JPH01216431 A JP H01216431A JP 4129588 A JP4129588 A JP 4129588A JP 4129588 A JP4129588 A JP 4129588A JP H01216431 A JPH01216431 A JP H01216431A
Authority
JP
Japan
Prior art keywords
module
control
control transfer
transfer destination
address
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
JP4129588A
Other languages
Japanese (ja)
Other versions
JP2561306B2 (en
Inventor
Takahiro Ito
伊藤 敬博
Shiyouhei Takeuchi
竹内 商陛
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.)
Hitachi Ltd
Nippon Telegraph and Telephone Corp
Original Assignee
Hitachi Ltd
Nippon Telegraph and Telephone 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 Hitachi Ltd, Nippon Telegraph and Telephone Corp filed Critical Hitachi Ltd
Priority to JP63041295A priority Critical patent/JP2561306B2/en
Publication of JPH01216431A publication Critical patent/JPH01216431A/en
Application granted granted Critical
Publication of JP2561306B2 publication Critical patent/JP2561306B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To add a new control shift destination module without modifying an existing module by providing a control shift destination managing module to perform the allocation processing of the control shift destination module. CONSTITUTION:A control shift origin module 10 issues an instruction SC for control shift, and the instruction SC makes access to a managing table 50, and finds the address of the control shift destination module (CM)40 by the entry (alpha) of the table, then, control is shifted to the module 40. An allocation processing mechanism 41 in the CM40 issues the instruction SC by setting an entry number (beta) as an operand when shifting the control to the control shift destination module (AM)20, and setting an entry number (gamma) as the operand when shifting the control to the new control shift destination module (BM)30, respectively. In such a way, it is possible to perform control shift to any, new or old, control shift destination module without modifying the existing module even when the new control shift destination module is added.

Description

【発明の詳細な説明】 【産業上の利用分野〕 本発明は計算機システムにおけるプログラムモジュール
間の制御移行方式に係り、特に既存の制御移行プログラ
ムモジュールとは別の新規の制御移行先プログラムモジ
ュールを設けた場合の新旧プログラムモジュールの振分
は処理に好適なプログラムモジュール間制御移行方式に
関する。
Detailed Description of the Invention [Field of Industrial Application] The present invention relates to a control transfer method between program modules in a computer system, and in particular, to a method for providing a new control transfer destination program module different from an existing control transfer program module. In this case, the distribution of old and new program modules is related to a control transfer method between program modules suitable for processing.

〔従来の技術〕[Conventional technology]

一般に計算機システムは複数のプログラムモジュール(
以下、単にモジュールと略称する)から構成されるソフ
トウェアリソースを保持し、必要に応じてモジュール間
で制御を移行し合っている。
Generally, a computer system has multiple program modules (
It maintains software resources consisting of modules (hereinafter simply referred to as modules), and transfers control between modules as necessary.

以下、制御を移行する側のモジュールを制御移行元モジ
ュール、制御を移行される側のモジュールを制御移行先
モジュールと呼ぶことにする。
Hereinafter, the module to which control is transferred will be referred to as the control transfer source module, and the module to which control is transferred will be referred to as the control transfer destination module.

ソフトウェアリソースにおいては、既存の制御移行先モ
ジュールとは別の新規の制御移行先モジュールを追加し
た場合、制御移行元モジュールがら新旧のどのモジュー
ルへも制御移行を可能とする必要がある。この場合、従
来は、新旧のどのモジュールへ制御を移すかを判断する
振分は処理機能を制御移行先モジュールへ追加するか、
一旦。
Regarding software resources, when a new control transfer destination module that is different from an existing control transfer destination module is added, it is necessary to enable control transfer from the control transfer source module to any old or new module. In this case, conventionally, the allocation of determining which module to transfer control to (old or new) involves adding processing functions to the module to which control is to be transferred;
Once.

既存の制御移行先モジュールへ制御を移した後、新規の
モジュールへ制御を移すかどうかを判断する振分は処理
機能を該既存の制御移行先モジュールへ追加することで
実現していた。
After control is transferred to an existing module to which control is to be transferred, distribution of determining whether to transfer control to a new module is accomplished by adding a processing function to the existing module to which control is to be transferred.

なお、この種のモジュール間制御移行方式に関連するも
のには、例えば、特開昭51−140449号公報、特
開昭58−90248号公報等が挙げられる。
Incidentally, examples related to this type of inter-module control transfer method include Japanese Patent Application Laid-Open No. 140449/1982 and Japanese Patent Application Laid-Open No. 90248/1989.

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

上記従来技術では、ソフトウェアリソースに新規の制御
移行先モジュールを追加する際、既存の制御移行元モジ
ュールまたは既存の制御移行先モジュールの新たな改造
及び該改造したことによるこれらモジュールの再確認試
験が必要になるという点で問題があった。
In the above conventional technology, when adding a new control transfer destination module to a software resource, it is necessary to newly modify the existing control transfer source module or the existing control transfer destination module and reconfirmation testing of these modules after the modification. There was a problem with becoming.

本発明の目的は、既存の制御移行先モジュールとは別の
新規の制御移行先モジュールを追加した場合、既存モジ
ュールの改造を行わずに、新旧のどの制御移行先モジュ
ールへも制御移行を可能とするプログラムモジュール間
制御移行方式を提供することにある。
The purpose of the present invention is to make it possible to transfer control to any old or new control destination module without modifying the existing module when a new control destination module that is different from the existing control transfer destination module is added. The object of the present invention is to provide a method for transferring control between program modules.

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

本発明は、複数のモジュールとこれらモジュールのアド
レスを管理する管理テーブルを有し、制御を移行する場
合、制御移行元モジュールは制御移行先モジュールのア
ドレス格納域をパラメータとする制御移行命令を発行し
、該命令は前記管理モジュールの該当アドレス格納域よ
り制御移行先モジュールのアドレスを求めて該モジュー
ルに制御を移す計算機システムにおいて、制御移行先モ
ジュールの振分は処理を行う制御移行先管理モジュール
を別に設け、前記制御移行元モジュールが発行する制御
移行命令のアドレス格納域を示すパラメータを変えずに
、前記管理テーブルにおける該当アドレス格納域の内容
を既存の制御移行先モジュールのアドレスから前記制御
移行先管理モジュールのアドレスへ置換し、前記制御移
行元モジュールが発行する制御移行命令によって、一旦
The present invention has a management table that manages a plurality of modules and the addresses of these modules, and when transferring control, the control transfer source module issues a control transfer command with the address storage area of the control transfer destination module as a parameter. In a computer system in which the command obtains the address of a control transfer destination module from the corresponding address storage area of the management module and transfers control to that module, the control transfer destination module is allocated separately to the control transfer destination management module that performs the processing. The control transfer destination management module is configured such that the contents of the corresponding address storage area in the management table are changed from the address of the existing control transfer destination module to the control transfer destination management without changing the parameter indicating the address storage area of the control transfer command issued by the control transfer source module. once by the control transfer command issued by the control transfer source module by replacing it with the address of the module.

制御移行先管理モジュールへ制御を移し、該制御移行先
管理モジュールにおいて制御移行先モジュールを決定し
、該モジュールのアドレス格納域をパラメータとする制
御移行命令をあらためて発行して該モジュールへ制御を
移すことを特徴とするものである。
Transferring control to a control transfer destination management module, determining a control transfer destination module in the control transfer destination management module, and issuing a control transfer command with the address storage area of the module as a parameter to transfer control to the module. It is characterized by:

〔作 用〕[For production]

制御移行先管理テーブルにおける既存の制御移行先モジ
ュールのアドレス格納域の内容のみを置換するので、制
御移行元モジュールで指定する制御移行先モジュールの
アドレス格納域を示すパラメータは変更不要である。ま
た、制御移行先モジュールの振分は処理等は、既存モジ
ュールとは独立した別モジュールで行うので、既存の制
御移行先モジュールへは影響を与えない、これらにより
、既存モジュールの改造を行わず、新規の制御移行先モ
ジュールを追加することが可能となる。
Since only the contents of the address storage area of the existing control transfer destination module in the control transfer destination management table are replaced, there is no need to change the parameter indicating the address storage area of the control transfer destination module specified by the control transfer source module. In addition, the distribution of the control transfer destination module is performed in a separate module that is independent of the existing module, so it does not affect the existing control transfer destination module.As a result, there is no need to modify the existing module. It becomes possible to add a new control transfer destination module.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図乃至第3図により説明
する。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 3.

第1図は新規の制御移行モジュールを追加したときのモ
ジュール間の制御砂行を説明する図である。第1図おい
て、10は制御移行元モジュール(RM)、20は既存
の制御移行先モジュール(AM)、30は新規の制御移
行先モジュール(BM)、40は本発明により設けられ
た制御移行先管理モジュール(CM)である、各モジュ
ール10〜40は計算機システムのメモリ上に配置され
、そのアドレスは制御移行先管理テーブル50が管理し
ている。なお、この制御移行先管理テ−プル50はメモ
リ上のあらかじめ定められた領域に置かれる。
FIG. 1 is a diagram illustrating control sand between modules when a new control transfer module is added. In FIG. 1, 10 is a control transfer source module (RM), 20 is an existing control transfer destination module (AM), 30 is a new control transfer destination module (BM), and 40 is a control transfer module provided according to the present invention. Each module 10 to 40, which is a destination management module (CM), is arranged on the memory of the computer system, and the address thereof is managed by a control transfer destination management table 50. Note that this control transfer destination management table 50 is placed in a predetermined area on the memory.

モジュール間の制御移行は、制御移行元モジュール10
が制御移行用命令SCを発行することによって行われる
。制御移行元モジュールlOはSC命令発行時に、制御
移行先モジュールのアドレスを格納している制御移行先
管理テーブル50のエントリ番号をSC命令のパラメー
タであるオペランドとして指定する。通常、SC命令が
発行されると、該命令ではオペランドで指定されたエン
トリ番号と制御移行先管理テーブル50より制御移行先
モジュールのアドレスを求めて制御を移す。
Control transfer between modules is performed by the control transfer source module 10.
This is done by issuing a control transfer command SC. When issuing the SC instruction, the control transfer source module IO specifies the entry number of the control transfer destination management table 50 that stores the address of the control transfer destination module as an operand that is a parameter of the SC instruction. Normally, when an SC instruction is issued, the command determines the address of the module to which control is to be transferred from the entry number specified by the operand and the control transfer destination management table 50, and transfers control.

初めに、第2図により新規の制御移行先モジュールを追
加する前のモジュール間の制御移行について説明する。
First, control transfer between modules before adding a new control transfer destination module will be explained with reference to FIG.

新規モジュール追加前の制御移行では、制御移行元モジ
ュール(RM)10は既存の制御移行先モジュール(A
M)20のアドレスが格納されている制御移行先管理テ
ーブル50のエントリ番号αをオペランドとしてSC命
令を発行する。SC命令は管理テーブル50をアクセス
し、エントリαより制御移行先モジュール20のアドレ
ス(AMのアドレス)を求めて、該モジュール20へ制
御を移す。
During control transfer before adding a new module, the control transfer source module (RM) 10 is transferred to the existing control transfer destination module (A
M) Issue an SC command using the entry number α of the control transfer destination management table 50 in which address 20 is stored as an operand. The SC command accesses the management table 50, obtains the address of the module 20 to which control is to be transferred (the address of AM) from entry α, and transfers control to this module 20.

次に、第1図の新規の制御移行先モジュールを追加した
ときのモジュール間の制御移行を説明する。
Next, control transfer between modules when a new control transfer destination module shown in FIG. 1 is added will be explained.

第1図に示すように、新規の制御移行先モジュール(B
M)30の追加に当っては、制御移行先管理テーブル5
oのエントリαの内容を既存の制御移行先モジュール(
AM)20のアドレスから制御移行先管理モジュール(
CM)40のアドレスへ置換すると共に、制御移行先管
理テーブル50のエントリβにAM20のアドレスを、
エントリγに8M30のアドレスをそれぞれ設定する。
As shown in Figure 1, a new control transfer destination module (B
M) When adding 30, control transfer destination management table 5
The contents of entry α of o are transferred to the existing control transfer destination module (
AM) 20 address to the control transfer destination management module (
CM) 40 and the address of AM20 in the entry β of the control transfer destination management table 50.
Addresses of 8M30 are each set in entry γ.

モジュール間の制御移行の際、制御移行元モジュール1
0では、新規の制御移行先モジュール(BM)30を全
く意識することなく、既存の制御移行先モジュール(A
M)20のアドレスが格納されているものとして制御移
行先管理テーブル50のエントリ番号αをオペランドと
するSC命令を発行する。SC命令は、管理テーブル5
0をアクセスし、そのエントリαより制御移行管理モジ
ュール(CM)40のアドレス(CMのアドレス)を求
めて、該モジュール40に制御を移す。
When transferring control between modules, control transfer source module 1
0, the existing control transfer destination module (A
M) Assuming that address No. 20 is stored, issue an SC command with the entry number α of the control transfer destination management table 50 as an operand. SC command is management table 5
0, obtains the address of the control transfer management module (CM) 40 (CM address) from the entry α, and transfers control to the module 40.

即ち、制御移行先モジュール10がSC命令を発行する
と、制御移行先管理モジュール40に制御が無条件に移
る。
That is, when the control transfer destination module 10 issues an SC command, control is unconditionally transferred to the control transfer destination management module 40.

制御移行先管理モジュール(CM)40における振分は
処理機構41では、モジュール20,30のいずれに制
御を移すかを決定し、既存の制御移行先モジュール(A
M)20に制御を移すときはエントリ番号βをオペラン
ドとして、新規の制御移行先モジュール(BM)30に
制御を移すときはエントリ番号γをオペランドとして、
それぞれSC命令を発行する。SC命令は制御移行先管
理テーブル50をアクセスし、オペランドがβの場合は
、エントリβより既存の制御移行先モジュール(AM)
20のアドレス(AMのアドレス)を求めて、該モジュ
ール20に制御を移し、オペランドがγの場合は、エン
トリγより新規の制御移行先モジュール(BM)30の
アドレス(BMのアドレス)を求めて、該モジュール3
0に制御を移す。
As for distribution in the control transfer destination management module (CM) 40, the processing mechanism 41 determines which of the modules 20 and 30 the control should be transferred to, and transfers the control to the existing control transfer destination module (CM).
M) When transferring control to 20, use entry number β as an operand; when transferring control to a new control destination module (BM) 30, use entry number γ as operand,
Each issue an SC command. The SC instruction accesses the control transfer destination management table 50, and if the operand is β, the existing control transfer destination module (AM) is selected from entry β.
20 (address of AM) and transfers control to the module 20. If the operand is γ, find the address of a new control transfer destination module (BM) 30 (address of BM) from entry γ. , the module 3
Transfer control to 0.

第3図に制御移行先管理モジュール40での処理フロー
を示す。まず、制御移行元モジュール(RM)10から
渡された移行先識別パラメータを取得する(ステップ1
01)、次に、この識別パラメータとシステムジェネレ
ーヨン値を比較しくステップ102)、AM20,8M
30のどのモジュールに制御を移すかを決定する(ステ
ップ103)、例えば、システムジェネレーション値が
手順1の場合は既存のAM20に制御を移し、システム
ジェネレーション値が手順2の場合は、識別パラメータ
がAM20を示していても新規の8M30に制御を移す
ようにする。既存の制御移行先モジュール(AM)20
に制御を移す場合は。
FIG. 3 shows a processing flow in the control transfer destination management module 40. First, acquire the transfer destination identification parameter passed from the control transfer source module (RM) 10 (step 1
01), then compare this identification parameter with the system generation value, step 102), AM20,8M
For example, if the system generation value is Step 1, control is transferred to the existing AM20, and if the system generation value is Step 2, the identification parameter is AM20. Even if 8M30 is indicated, control is transferred to the new 8M30. Existing control transfer destination module (AM) 20
If you want to transfer control to .

制御移行先管理テーブル50におけるAMのエントリ番
号βをSC命令のオペランドに設定して(ステップ10
4)、SC命令を発行する(ステップ105)、また、
新規の制御移行先モジュール(BM)30に制御を移す
場合は、BMのエントリ番号γをオペランドに設定して
(ステップ106) 、SC命令発行する。     
−以上、本実施例では、制御移行先モジュール(RM)
10においては、新規の制御移行先モジュール(BM)
30を追加した後でも、SC命令発行時の制御移行に関
するパラメータはαのまNである。また、既存の制御移
行先モジュール(AM)’20では、新規の制御移行先
モジュール(BM)20、制御移行先管理モジュール(
CM)40が追加されても、RMIOから直接、制御が
渡された意識しかなく、8M30,0M40が追加され
たことによる影響は受けない。
The AM entry number β in the control transfer destination management table 50 is set to the operand of the SC instruction (step 10).
4), issue an SC instruction (step 105), and
When transferring control to a new control destination module (BM) 30, the entry number γ of the BM is set as an operand (step 106), and an SC command is issued.
- As described above, in this embodiment, the control transfer destination module (RM)
10, a new control transfer destination module (BM)
Even after adding 30, the parameters related to control transition when issuing an SC command remain α and N. In addition, in the existing control transfer destination module (AM) '20, a new control transfer destination module (BM) 20, control transfer destination management module (
Even if CM) 40 is added, there is only the consciousness that control is passed directly from RMIO, and it is not affected by the addition of 8M30 and 0M40.

また、実施例では、制御移行先管理テーブル50の置換
処理によって一律に制御移行先管理モジュール(CM)
40へ制御を移すようにしているが、置換処理自体は静
的にも動的にも可能であるため、BMへの制御移行が不
要なシステムでCMの振分は処理がオーバヘッドとなる
ことはない。
In addition, in the embodiment, the control transfer destination management module (CM) is uniformly changed by the replacement process of the control transfer destination management table 50.
However, the replacement process itself can be performed both statically and dynamically, so in systems that do not require control transfer to the BM, processing for CM distribution will not cause overhead. do not have.

なお、静的な置換処理とは、システム生成時にシステム
ジェネレーション値に応じて制御移行先管理テーブル5
0の内容を決定する処理であり、動的な置換処理とは、
システム稼動中に制御移行先管理テーブル50の内容を
変更する処理である。
Note that static replacement processing means that the control transfer destination management table 5 is changed according to the system generation value during system generation.
This is the process of determining the content of 0, and the dynamic replacement process is
This is a process of changing the contents of the control transfer destination management table 50 while the system is running.

【発明の効果〕 以上説明したように、本発明によれば、新規の制御移行
先モジュールを追加しても、制御移行管理を別モジュー
ルとして独立させることによって既存モジュールが受け
る影響を無しとすることできるので、既存モジュールの
改造と、改造による再確認試験を不要とする効果がある
[Effects of the Invention] As explained above, according to the present invention, even if a new control transfer destination module is added, existing modules are not affected by making the control transfer management independent as a separate module. This has the effect of eliminating the need for modification of existing modules and reconfirmation tests due to modification.

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

第1図は本発明による新規の制御移行先モジュール追加
後のモジュール間の制御移行を説明する図、第2図は新
規の制御移行先モジュール追加前のモジュール間の制御
移行を説明する図、第3図は第1図における制御移行先
管理モジュールの処理フローを示す図である。 10・・・制御移行先モジュール(RM)、20・・・
既存の制御移行先モジュール(AM)、30・・・新規
の制御移行先モジュール(BM) 。 40・・・制御移行先管理モジュール(CM)、50・
・・制御移行管理テーブル、 SC・・・制御移行用命令。 第1図 第2図 第3図
FIG. 1 is a diagram illustrating control transfer between modules after adding a new control transfer destination module according to the present invention, FIG. 2 is a diagram explaining control transfer between modules before adding a new control transfer destination module, and FIG. FIG. 3 is a diagram showing the processing flow of the control transfer destination management module in FIG. 1. 10... Control transfer destination module (RM), 20...
Existing control transfer destination module (AM), 30...New control transfer destination module (BM). 40... Control transfer destination management module (CM), 50...
...Control transfer management table, SC...Control transfer command. Figure 1 Figure 2 Figure 3

Claims (1)

【特許請求の範囲】[Claims] (1)複数のプログラムモジュール(以下、単にモジュ
ールと略称する)とこれらモジュールのアドレスを管理
する管理テーブルを有し、制御を移行する場合、制御移
行元モジュールは制御移行先モジュールのアドレス格納
域をパラメータとする制御移行命令を発行し、該命令は
前記管理モジュールの該当アドレス格納域より制御移行
先モジュールのアドレスを求めて該モジュールに制御を
移す計算機システムにおいて、 プログラムモジュールとは別に、制御移行先モジュール
の振分け処理を行う制御移行先管理モジュールを設け、 前記制御移行元モジュールが発行する制御移行命令のア
ドレス格納域を示すパラメータを変えずに、前記管理テ
ーブルにおける該当アドレス格納域の内容を既存の制御
移行先モジュールのアドレスから前記制御移行先管理モ
ジュールのアドレスへ置換し、前記制御移行元モジュー
ルが発行する制御移行命令によって、一旦、制御移行先
管理モジュールへ制御を移し、該制御移行先管理モジュ
ールにおいて制御移行先モジュールを決定し、該モジュ
ールのアドレス格納域をパラメータとする制御移行命令
をあらためて発行して該モジュールへ制御を移すことを
特徴とするプログラムモジュール間制御移行方式。
(1) It has multiple program modules (hereinafter simply referred to as modules) and a management table that manages the addresses of these modules, and when transferring control, the control transfer source module uses the address storage area of the control transfer destination module. In a computer system that issues a control transfer instruction as a parameter, obtains the address of the control transfer destination module from the corresponding address storage area of the management module, and transfers control to the module, the control transfer instruction is issued separately from the program module. A control transfer destination management module that performs module allocation processing is provided, and the contents of the corresponding address storage area in the management table are updated to the existing address storage area without changing the parameter indicating the address storage area of the control transfer command issued by the control transfer source module. The address of the control transfer destination module is replaced with the address of the control transfer destination management module, the control is temporarily transferred to the control transfer destination management module by the control transfer command issued by the control transfer source module, and the control transfer destination management module A method for transferring control between program modules, characterized in that a module to which control is transferred is determined in step 1, and a control transfer instruction that uses the address storage area of the module as a parameter is issued again to transfer control to the module.
JP63041295A 1988-02-24 1988-02-24 Control module transfer method between program modules Expired - Fee Related JP2561306B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63041295A JP2561306B2 (en) 1988-02-24 1988-02-24 Control module transfer method between program modules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63041295A JP2561306B2 (en) 1988-02-24 1988-02-24 Control module transfer method between program modules

Publications (2)

Publication Number Publication Date
JPH01216431A true JPH01216431A (en) 1989-08-30
JP2561306B2 JP2561306B2 (en) 1996-12-04

Family

ID=12604465

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63041295A Expired - Fee Related JP2561306B2 (en) 1988-02-24 1988-02-24 Control module transfer method between program modules

Country Status (1)

Country Link
JP (1) JP2561306B2 (en)

Also Published As

Publication number Publication date
JP2561306B2 (en) 1996-12-04

Similar Documents

Publication Publication Date Title
US5717950A (en) Input/output device information management system for multi-computer system
US5274789A (en) Multiprocessor system having distributed shared resources and dynamic and selective global data replication
EP0153856B1 (en) Improved real-time distributed data-base management system
GB2322209A (en) Multi-tasking computer system has shared address space among multiple virtual address spaces
JPH0131214B2 (en)
JP2000322261A (en) Computer system having single processing environment for execution of plural application programs
US6243762B1 (en) Methods and apparatus for data access and program generation on a multiprocessing computer
US4591971A (en) Method and apparatus for parallel processing of digital signals using multiple independent signal processors
US6212533B1 (en) Hyper-media document management system having navigation mechanism
US20050086665A1 (en) Autonomous device driver
JPH01216431A (en) Inter-program module control shift system
Bernabéu-Aubán et al. The architecture of Ra: a kernel for Clouds
US20130262790A1 (en) Method, computer program and device for managing memory access in a multiprocessor architecture of numa type
JPH01207824A (en) Module coupling control system
JPH0256663A (en) Lock data setting device
JPS6353660A (en) Control system for virtual storage space
JPH0198043A (en) Dynamic link control system
EP0437928A2 (en) Memory management in a multi-processor system
JPS60169946A (en) Task control system
JPH03255533A (en) Symbol managing system in programming language processing system
JPS63271648A (en) Address control system for common region
JPS62251934A (en) Controller with debugging function of program stored in rom
JPS58217052A (en) Linking method of program
JPS6180336A (en) Testing method of program
JPH09138781A (en) Program correction device and method including parallel process, and storage medium storing correction program

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees