JPH05173767A - Link processing device - Google Patents

Link processing device

Info

Publication number
JPH05173767A
JPH05173767A JP33901991A JP33901991A JPH05173767A JP H05173767 A JPH05173767 A JP H05173767A JP 33901991 A JP33901991 A JP 33901991A JP 33901991 A JP33901991 A JP 33901991A JP H05173767 A JPH05173767 A JP H05173767A
Authority
JP
Japan
Prior art keywords
unit
compile
user
library
compile unit
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
JP33901991A
Other languages
Japanese (ja)
Inventor
Takeshi Nishimura
西村健
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP33901991A priority Critical patent/JPH05173767A/en
Publication of JPH05173767A publication Critical patent/JPH05173767A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To accelerate a link processing speed without loading any burden to a user. CONSTITUTION:Based on the use frequency information of an input title selected by a selection part 41, a frequency updating means 43 updates use frequency information stored in a dictionary part 30 and reports the information to a rearranging part 45 and based on the updated use frequency information, the rearranging part 45 rearranges the contents of a system compile unit library 50 and a user compile unit library 60 so as to accelerate a selecting speed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子計算機のリンク処
理装置に利用する。特に、分割コンパイルを行うことが
できるコンピュータ言語の複数のコンパイルユニットの
リンク処理装置に関すものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is used in a link processing device of an electronic computer. In particular, the present invention relates to a link processing device of a plurality of compiling units of a computer language capable of performing split compilation.

【0002】[0002]

【従来の技術】従来、リンク処理装置は、ユーザが作成
したプログラムをコンパイルしてできたコンパイルユニ
ットと、入出力機能や色々なユーティリティ機能を持っ
たあらかじめシステム用として準備されたシステムコン
パイルユニットライブラリとを結合し、ロードモジュー
ルを出力するような処理形式になっているのが一般的で
あった。
2. Description of the Related Art Conventionally, a link processor includes a compile unit prepared by compiling a program created by a user and a system compile unit library prepared for a system having an input / output function and various utility functions. It was general that the processing format was such that they were combined and output the load module.

【0003】このようなシステムコンパイルユニットラ
イブラリやユーザが作成したユーティリティとしてのユ
ーザコンパイルユニットライブラリは、アーカイブ形式
やライブラリ形式ファイルとして格納され、リンク処理
装置はユーザコンパイルユニットライブラリのリンク処
理をそれらのファイルを対象として行っていた。
Such a system compile unit library and a user compile unit library as a utility created by the user are stored as an archive format or a library format file, and the link processing device executes the link processing of the user compile unit library with these files. I was going as a target.

【0004】[0004]

【発明が解決しようとする課題】しかし、このような従
来のリンク処理装置では、多方面にわたって使用される
ような言語の場合やさまざまな処理を行うような使い方
をされる言語の場合に、ライブラリが巨大化してリンク
処理に必要なコンパイルユニットの検索やアクセスに時
間がかかるようになり、リンク処理全体の処理時間が増
大する問題点があった。このことは、ユーザがユーティ
リティを蓄積した場合にも同じ問題点があった。
However, in such a conventional link processing device, the library is used in the case of a language that is used in various fields or in a language that is used to perform various processes. Has become huge, and it takes a long time to search and access the compile unit necessary for the link processing, and there is a problem that the processing time of the entire link processing increases. This has the same problem when the user accumulates the utility.

【0005】しかし、巨大化したライブラリのコンパイ
ルユニット群のすべてをまんべんなく使うようなことは
ほとんどなく、実際のリンクされる頻度の高いコンパイ
ルユニットはそれらのごく一部である。したがって、リ
ンク処理に必要な時間の多くが、ライブラリ内の目的と
するコンパイルユニットの検索やアクセスのために、使
用頻度の低いコンパイルユニットを読み飛ばすことに使
われているといえる。
However, it is rare to use all the compilation units of a huge library evenly, and the compilation units that are actually frequently linked are only a few of them. Therefore, it can be said that much of the time required for the linking process is used to skip the infrequently used compilation unit in order to search for and access the desired compilation unit in the library.

【0006】本発明は上記の問題点を解決するもので、
ユーザに負担をかけずにリンク処理速度を高速化できる
リンク処理装置を提供することを目的とする。
The present invention solves the above problems.
An object of the present invention is to provide a link processing device capable of increasing the link processing speed without imposing a burden on the user.

【0007】[0007]

【課題を解決するための手段】本発明は、複数のコンパ
イルユニットの入力名情報およびその使用頻度情報を格
納する辞書部と、システムコンパイルユニットライブラ
リと、ユーザコンパイルユニットライブラリと、制御部
とを備え、上記制御部は、ユーザからユーザコンパイル
ユニットを入力しこの辞書部からそのユーザコンパイル
ユニットが使用する入力名に対応する1以上のコンパイ
ルユニットの入力名を選択する選択部と、この選択部に
より選択された入力名のコンパイルユニットを上記シス
テムコンパイルユニットライブラリおよび上記ユーザコ
ンパイルユニットライブラリから読出す読出部と、上記
選択部からのユーザコンパイルユニットとこの読出部か
らのコンパイルユニットとを結合しロードモジュールと
して出力する結合部とを含むリンク処理装置において、
上記制御部は、上記選択部で選択された入力名の使用頻
度情報に基づき上記辞書部に格納された使用頻度情報を
更新して上記並換部に通知する頻度更新手段と、上記更
新された使用頻度情報に基づき上記システムコンパイル
ユニットライブラリおよび上記ユーザコンパイルユニッ
トライブラリの内容の選択速度が速くなるように並換え
る並換部とを含むことを特徴とする。
SUMMARY OF THE INVENTION The present invention comprises a dictionary section for storing input name information of a plurality of compilation units and usage frequency information thereof, a system compilation unit library, a user compilation unit library, and a control section. The control unit inputs a user compile unit from a user and selects an input name of one or more compile units corresponding to an input name used by the user compile unit from the dictionary unit, and a selection unit selected by the selection unit. The read unit that reads the compile unit having the input name from the system compile unit library and the user compile unit library, the user compile unit from the selecting unit, and the compile unit from the read unit are combined and output as a load module. Join In the link processing apparatus including bets,
The control unit updates the use frequency information stored in the dictionary unit based on the use frequency information of the input name selected by the selection unit, and notifies the rearrangement unit of frequency update means, and the updated unit. And a rearrangement unit that rearranges the contents of the system compile unit library and the user compile unit library so as to increase the selection speed based on the usage frequency information.

【0008】また、本発明は、上記システムコンパイル
ユニットライブラリは入出力手段およびユーティリティ
手段を含むあらかじめ定められたコンパイルユニットか
らなり、上記ユーザコンパイルユニットライブラリはユ
ーザが作成したプログラムがコンパイルされたコンパイ
ルユニットからなることができる。
According to the present invention, the system compile unit library comprises a predetermined compile unit including input / output means and utility means, and the user compile unit library comprises a compile unit in which a user-created program is compiled. Can be

【0009】さらに、本発明は、上記並換部はファイル
がアーカイブファイルの場合には使用頻度の高いコンパ
イルユニットを上記システムコンパイルユニットライブ
ラリおよび上記ユーザコンパイルユニットライブラリの
先頭位置に移動する手段を含むことができる。
Further, according to the present invention, the rearrangement unit includes means for moving a frequently used compile unit to a head position of the system compile unit library and the user compile unit library when the file is an archive file. You can

【0010】また、本発明は、上記並換部はファイルが
半導体ディスク装置の場合には最も使用頻度の高いコン
パイルユニットを上記システムコンパイルユニットライ
ブラリおよび上記ユーザコンパイルユニットライブラリ
に割当てる手段を含むことができる。
Further, according to the present invention, the rearrangement unit may include means for allocating a compile unit that is most frequently used when the file is a semiconductor disk device to the system compile unit library and the user compile unit library. ..

【0011】[0011]

【作用】制御部は、頻度更新手段で選択部で選択された
入力名の使用頻度情報に基づき辞書部に格納された使用
頻度情報を更新して並換部に通知し、並換部は上記更新
された使用頻度情報に基づきシステムコンパイルユニッ
トライブラリおよびユーザコンパイルユニットライブラ
リの内容の選択速度が速くなるように並換える。
The control unit updates the use frequency information stored in the dictionary unit based on the use frequency information of the input name selected by the selection unit by the frequency updating unit and notifies the rearrangement unit, and the rearrangement unit described above. The contents of the system compile unit library and the user compile unit library are rearranged so as to increase the selection speed based on the updated usage frequency information.

【0012】以上によりユーザに負担をかけずにリンク
処理速度を高速化できる。
As described above, the link processing speed can be increased without burdening the user.

【0013】[0013]

【実施例】本発明の実施例について図面を参照して説明
する。図1は本発明一実施例リンク処理装置のブロック
構成図である。
Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of a link processing device according to an embodiment of the present invention.

【0014】図1において、リンク処理装置は、複数の
コンパイルユニットの入力名情報およびその使用頻度情
報を格納する辞書部30と、システムコンパイルユニッ
トライブラリ50と、ユーザコンパイルユニットライブ
ラリ60と、制御部40とを備え、制御部40は、ユー
ザからユーザコンパイルユニット10を入力し辞書部3
0からユーザコンパイルユニット10が使用する入力名
に対応する1以上のコンパイルユニットの入力名を選択
する選択部41と、選択部41により選択された入力名
のコンパイルユニットをシステムコンパイルユニットラ
イブラリ50およびユーザコンパイルユニットライブラ
リ60から読出す読出部42と、選択部41からのユー
ザコンパイルユニットとこの読出部からのコンパイルユ
ニットとを結合しロードモジュール20として出力する
結合部44とを含む。
In FIG. 1, the link processing apparatus includes a dictionary section 30 for storing input name information of a plurality of compilation units and usage frequency information thereof, a system compilation unit library 50, a user compilation unit library 60, and a control section 40. And the control unit 40 inputs the user compiling unit 10 from the user and the dictionary unit 3
The selection unit 41 that selects the input name of one or more compile units corresponding to the input name used by the user compile unit 10 from 0, and the compile unit of the input name selected by the selection unit 41 is used as the system compile unit library 50 and the user. It includes a reading unit 42 for reading from the compile unit library 60, a combining unit 44 for combining the user compile unit from the selecting unit 41 and the compile unit from the reading unit, and outputting as the load module 20.

【0015】ここで本発明の特徴とするところは、制御
部40は、選択部41で選択された入力名の使用頻度情
報に基づき辞書部30に格納された使用頻度情報を更新
して並換部45に通知する頻度更新手段43と、上記更
新された使用頻度情報に基づきシステムコンパイルユニ
ットライブラリ50およびユーザコンパイルユニットラ
イブラリ60の内容の選択速度が速くなるように並換え
る並換部45とを含むことを特徴とする。
A feature of the present invention is that the control unit 40 updates and rearranges the use frequency information stored in the dictionary unit 30 based on the use frequency information of the input name selected by the selecting unit 41. The unit 45 includes a frequency updating unit 43 for notifying the unit 45, and a rearrangement unit 45 for rearranging the contents of the system compile unit library 50 and the user compile unit library 60 so as to increase the selection speed based on the updated use frequency information. It is characterized by

【0016】また、システムコンパイルユニットライブ
ラリ50は入出力手段およびユーティリティ手段を含む
あらかじめ定められたコンパイルユニットからなり、ユ
ーザコンパイルユニットライブラリ60はユーザが作成
したプログラムがコンパイルされたコンパイルユニット
からなる。
The system compile unit library 50 is composed of a predetermined compile unit including an input / output unit and a utility unit, and the user compile unit library 60 is a compile unit in which a program created by a user is compiled.

【0017】さらに、並換部45はファイルがアーカイ
ブファイルの場合には使用頻度の高いコンパイルユニッ
トをシステムコンパイルユニットライブラリ50および
ユーザコンパイルユニットライブラリ60の先頭位置に
移動する手段を含む。
Further, the reordering unit 45 includes means for moving a frequently used compilation unit to the head position of the system compilation unit library 50 and the user compilation unit library 60 when the file is an archive file.

【0018】また、並換部45はファイルが半導体ディ
スク装置の場合には最も使用頻度の高いコンパイルユニ
ットをシステムコンパイルユニットライブラリ50およ
びユーザコンパイルユニットライブラリ60に割当てる
手段を含む。
The rearrangement unit 45 includes means for allocating the most frequently used compile unit to the system compile unit library 50 and the user compile unit library 60 when the file is a semiconductor disk device.

【0019】このような構成のリンク処理装置の動作に
ついて説明する。図2は本発明のリンク処理装置の動作
を示すフローチャートである。
The operation of the link processing device having such a configuration will be described. FIG. 2 is a flowchart showing the operation of the link processing device of the present invention.

【0020】図1および図2において、制御部40の選
択部41はユーザコンパイルユニット10を入力し、ユ
ーザコンパイルユニット10をリンクするのに必要な入
力名を取出し辞書部30から入力名に対応するライブラ
リコンパイルユニット名を入力し、ユーザコンパイルユ
ニット10から入力したユーザコンパイルユニットはそ
のまま結合部44に出力する(S1、S2)。
In FIG. 1 and FIG. 2, the selection unit 41 of the control unit 40 inputs the user compiling unit 10, extracts the input name required for linking the user compiling unit 10, and corresponds to the input name from the dictionary unit 30. The library compile unit name is input, and the user compile unit input from the user compile unit 10 is output as it is to the combining unit 44 (S1, S2).

【0021】また、選択部41は、辞書部30から検索
した入力名に対応するライブラリコンパイルユニット名
を読出部42に送り、読出部42はそのユーザコンパイ
ルユニット名に対応するコンパイルユニットをシステム
コンパイルユニットライブラリ50およびユーザコンパ
イルユニットライブラリ60から読出し(S3)、結合
部44に送り、結合部44は選択部41からのユーザコ
ンパイルユニットと読出部42からのコンパイルユニッ
トとの結合処理を行い、ロードモジュール20として送
出する(S4)。
Further, the selection unit 41 sends the library compilation unit name corresponding to the input name retrieved from the dictionary unit 30 to the reading unit 42, and the reading unit 42 selects the compilation unit corresponding to the user compilation unit name as the system compilation unit. The library 50 and the user compile unit library 60 are read (S3) and sent to the combining unit 44. The combining unit 44 combines the user compile unit from the selecting unit 41 and the compile unit from the reading unit 42, and loads the load module 20. (S4).

【0022】一方、選択部41では、辞書部30から検
索したライブラリコンパイルユニット名を頻度更新部4
3にも送る。頻度更新部43では、辞書部30のそれぞ
れのコンパイルユニットの使用頻度情報を更新して並換
部45に送る(S5)。並換部45ではその頻度情報に
基づき使用頻度の高いコンパイルユニットをより高速ア
クセスすることができる記憶領域への並換えの処理をシ
ステムコンパイルユニットライブラリ50およびユーザ
コンパイルユニットライブラリ60に対して行う(S
6)。
On the other hand, in the selection unit 41, the library compilation unit name retrieved from the dictionary unit 30 is used as the frequency updating unit 4
Send to 3. The frequency update unit 43 updates the usage frequency information of each compile unit of the dictionary unit 30 and sends it to the rearrangement unit 45 (S5). Based on the frequency information, the rearrangement unit 45 performs a rearrangement process on the system compilation unit library 50 and the user compilation unit library 60 to a storage area in which a frequently used compilation unit can be accessed at higher speed (S).
6).

【0023】より高速のアクセスすることのできる記憶
領域への使用頻度の高いコンパイルユニットの並換えと
は、具体的にはアーカイブファイルではファイル先頭へ
の移動などが考えられる。この処理により、先頭からの
ファイルの位置付け作業の時間が節約されることにな
り、リンク処理にかかる時間が短縮される。このことは
動的なファイル位置付けに弱い処理系では一層の効果が
ある。
The rearrangement of the frequently used compilation units to the storage area which can be accessed at a higher speed may be, specifically, the movement to the beginning of the file in the archive file. By this processing, the time for positioning the file from the beginning is saved, and the time required for the link processing is shortened. This is more effective in a processing system that is weak in dynamic file positioning.

【0024】またその他の方法として、アクセス時間は
普通のファイルとはくらべものにならないほど早いが、
非常に高価な資源である半導体ディスク装置などに割当
てることができる。この場合に、半導体ディスク装置の
容量が少なく、システムコンパイルユニットライブラリ
やユーザコンパイルユニットライブラリのすべてを割当
てることにより、装置を有効に利用できる。
As another method, the access time is faster than that of an ordinary file,
It can be allocated to a semiconductor disk device which is a very expensive resource. In this case, the capacity of the semiconductor disk device is small, and the device can be effectively used by allocating all of the system compile unit library and the user compile unit library.

【0025】[0025]

【発明の効果】以上説明したように、本発明は、ユーザ
に負担をかけずにリンク処理速度を高速化できる優れた
効果がある。
As described above, the present invention has an excellent effect that the link processing speed can be increased without burdening the user.

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

【図1】本発明一実施例リンク処理装置のブロック構成
図。
FIG. 1 is a block configuration diagram of a link processing device according to an embodiment of the present invention.

【図2】本発明のリンク処理装置の動作を示すフローチ
ャート。
FIG. 2 is a flowchart showing the operation of the link processing device of the present invention.

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

10 ユーザコンパイルユニットライブラリ 20 ロードモジュール 30 辞書部 40 制御部 41 選択部 42 読出部 43 頻度更新部 44 結合部 45 並換部 50 システムコンパイルユニットライブラリ 60 ユーザコンパイルユニットライブラリ 10 user compilation unit library 20 load module 30 dictionary section 40 control section 41 selecting section 42 reading section 43 frequency updating section 44 combining section 45 rearranging section 50 system compilation unit library 60 user compilation unit library

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数のコンパイルユニットの入力名情報
およびその使用頻度情報を格納する辞書部と、システム
コンパイルユニットライブラリと、ユーザコンパイルユ
ニットライブラリと、制御部とを備え、 上記制御部は、ユーザからユーザコンパイルユニットを
入力しこの辞書部からそのユーザコンパイルユニットが
使用する入力名に対応する1以上のコンパイルユニット
の入力名を選択する選択部と、この選択部により選択さ
れた入力名のコンパイルユニットを上記システムコンパ
イルユニットライブラリおよび上記ユーザコンパイルユ
ニットライブラリから読出す読出部と、上記選択部から
のユーザコンパイルユニットとこの読出部からのコンパ
イルユニットとを結合しロードモジュールとして出力す
る結合部とを含むリンク処理装置において、 上記制御部は、上記選択部で選択された入力名の使用頻
度情報に基づき上記辞書部に格納された使用頻度情報を
更新して上記並換部に通知する頻度更新手段と、上記更
新された使用頻度情報に基づき上記システムコンパイル
ユニットライブラリおよび上記ユーザコンパイルユニッ
トライブラリの内容の選択速度が速くなるように並換え
る並換部とを含むことを特徴とするリンク処理装置。
1. A dictionary unit for storing input name information of a plurality of compiling units and usage frequency information thereof, a system compiling unit library, a user compiling unit library, and a control unit, wherein the control unit is operated by a user. A selection unit for inputting a user compile unit and selecting input names of one or more compile units corresponding to the input names used by the user compile unit from this dictionary unit, and a compile unit having the input name selected by this selection unit Link processing including a reading unit for reading from the system compile unit library and the user compile unit library, and a connecting unit for connecting the user compile unit from the selecting unit and the compile unit from the reading unit to output as a load module apparatus In the above, the control unit updates the use frequency information stored in the dictionary unit based on the use frequency information of the input name selected by the selection unit, and notifies the rearrangement unit of frequency update means, and A link processing device, comprising: a rearrangement unit that rearranges the contents of the system compile unit library and the user compile unit library based on the updated usage frequency information so as to increase the selection speed.
【請求項2】上記システムコンパイルユニットライブラ
リは入出力手段およびユーティリティ手段を含むあらか
じめ定められたコンパイルユニットからなり、上記ユー
ザコンパイルユニットライブラリはユーザが作成したプ
ログラムがコンパイルされたコンパイルユニットからな
る請求項1記載のリンク処理装置。
2. The system compile unit library comprises a predetermined compile unit including input / output means and utility means, and the user compile unit library comprises a compile unit in which a user-created program is compiled. The link processing device described.
【請求項3】 上記並換部はファイルがアーカイブファ
イルの場合には使用頻度の高いコンパイルユニットを上
記システムコンパイルユニットライブラリおよび上記ユ
ーザコンパイルユニットライブラリの先頭位置に移動す
る手段を含む請求項1記載のリンク処理装置。
3. The reordering unit includes means for moving a frequently used compile unit to a head position of the system compile unit library and the user compile unit library when the file is an archive file. Link processing device.
【請求項4】 上記並換部はファイルが半導体ディスク
装置の場合には最も使用頻度の高いコンパイルユニット
を上記システムコンパイルユニットライブラリおよび上
記ユーザコンパイルユニットライブラリに割当てる手段
を含む請求項1記載のリンク処理装置。
4. The link process according to claim 1, wherein the rearrangement unit includes means for allocating a compile unit that is used most frequently to the system compile unit library and the user compile unit library when the file is a semiconductor disk device. apparatus.
JP33901991A 1991-12-20 1991-12-20 Link processing device Pending JPH05173767A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33901991A JPH05173767A (en) 1991-12-20 1991-12-20 Link processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33901991A JPH05173767A (en) 1991-12-20 1991-12-20 Link processing device

Publications (1)

Publication Number Publication Date
JPH05173767A true JPH05173767A (en) 1993-07-13

Family

ID=18323510

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33901991A Pending JPH05173767A (en) 1991-12-20 1991-12-20 Link processing device

Country Status (1)

Country Link
JP (1) JPH05173767A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000054261A (en) * 2000-05-30 2000-09-05 김호광 Method for executing software where user's habit is applied, and device therefor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000054261A (en) * 2000-05-30 2000-09-05 김호광 Method for executing software where user's habit is applied, and device therefor

Similar Documents

Publication Publication Date Title
JP3138171B2 (en) How to download system features
JP2018092383A (en) Compilation program, compilation method and information processor
JPH05173767A (en) Link processing device
US5745749A (en) Method and system of file version clustering of object blocks using a compiler and database and having a predetermined value
JPH0239225A (en) Filing system
JP3169596B2 (en) Database management device
JPH06222916A (en) On-line real-time processor
JPH04153735A (en) Information processing system
JPH03141438A (en) Reorganization system for data base file
JPH01303539A (en) Initial loading system for index order compiling file
JPH10171509A (en) Process controller
JPH023827A (en) Computer device
JPS6250945A (en) Program loading system
JPH04335428A (en) Version managing method for file
JPS6368920A (en) Terminal equipment
JPS62216037A (en) Message managing system using source library
JPH11175344A (en) Knowledge base system
JPH0778100A (en) Data conversion processor
JP2002183070A (en) Method for optimizing memory use efficiency, information processor and recording medium
JPS63276629A (en) Sorting system for record in file
JPH02263265A (en) Tabulation processor
JPH0793199A (en) Storage system
JPH03103939A (en) File rearranging system
JPS63280356A (en) Buffer management system for virtual disk device
JPH02156327A (en) Character picture simulator