JPH05197528A - Linking method and loading method for computer program - Google Patents

Linking method and loading method for computer program

Info

Publication number
JPH05197528A
JPH05197528A JP4008782A JP878292A JPH05197528A JP H05197528 A JPH05197528 A JP H05197528A JP 4008782 A JP4008782 A JP 4008782A JP 878292 A JP878292 A JP 878292A JP H05197528 A JPH05197528 A JP H05197528A
Authority
JP
Japan
Prior art keywords
load module
cache
program
address space
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.)
Pending
Application number
JP4008782A
Other languages
Japanese (ja)
Inventor
Shiyoukou Shin
承昊 申
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP4008782A priority Critical patent/JPH05197528A/en
Publication of JPH05197528A publication Critical patent/JPH05197528A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide a linker loader which generate logical addresses for processes so that a logical cache is used without partiality. CONSTITUTION:A random number generation part 13 generates a value by using a method for obtaining a different value as much as possible for each load module of each process. An offset address calculation part 14 applies a simple mathematical function to this value to determines an offset address for arranging the program. The linker 15 links an object program so that load modules are arranged according to the address and the generated load modules are stored in a storage part 16. When the loader 18 loads the modules onto a main storage 19, the addresses where the load modules in a logical address space are different, process by process, and decentralized uniformly on the cache, which is uniformly used, so that the hit rate of the cache is improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、論理キャッシュ方式を
採用した計算機におけるプログラムのリンク方法及びロ
ード方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program linking method and a program loading method in a computer adopting a logical cache method.

【0002】[0002]

【従来の技術】仮想アドレス方式を採用している計算機
のキャッシュメモリの方式には、CPU61とメモリ管
理ユニット63(以下MMUという)の間にキャッシュ
メモリ62を配置し、論理アドレスによってキャッシュ
エントリをアクセスする論理キャッシュ方式(図6参
照)と、MMUと主記憶の間にキャッシュメモリを配置
し、MMUによって変換された結果である物理アドレス
によってキャッシュエントリをアクセスする物理キャッ
シュ方式の2種類がある。
2. Description of the Related Art In a cache memory system of a computer which adopts a virtual address system, a cache memory 62 is arranged between a CPU 61 and a memory management unit 63 (hereinafter referred to as MMU) and a cache entry is accessed by a logical address. There are two types: a logical cache method (see FIG. 6) that performs the cache entry, and a physical cache method that arranges a cache memory between the MMU and the main memory and accesses the cache entry by the physical address that is the result of conversion by the MMU.

【0003】論理キャッシュ方式はアクセス時にMMU
の処理が不要なため、物理キャッシュ方式に比べてアク
セス時間が短いという長所を持っているが、多くのプロ
セスにおいて論理アドレスの頻繁に使用される部分は一
致し、稀にしか使用されないキャッシュエントリがある
一方で、プロセス切替の度毎に頻繁に書き換えられてし
まうエントリが発生するため、キャッシュの有効利用が
できないという欠点がある。この問題は特に、1つのプ
ロセスのプログラムの容量に比べてキャッシュメモリの
容量が大きいシステムでマルチプロセッシングを行う際
に顕著である。
The logical cache method is an MMU at the time of access.
It has the advantage of shorter access time compared to the physical cache method because it does not require the processing of. However, in many processes, the frequently used parts of logical addresses match, and cache entries that are rarely used are On the other hand, there is a drawback that the cache cannot be effectively used because an entry is frequently rewritten every time the process is switched. This problem is particularly noticeable when performing multiprocessing in a system in which the cache memory capacity is larger than the program capacity of one process.

【0004】[0004]

【発明が解決しようとする課題】このように、論理キャ
ッシュを採用し、プロセス切替の都度キャッシュ全体を
無効化することはしない計算機においては、キャッシュ
エントリによって、良く使われる部分とほとんど使われ
ない部分が現れる。良く使われる部分はどのプロセスを
実行しても良く使われ、ほとんど使われない部分は多く
のプロセスでも同様に使われにくいため、キャッシュの
あるエントリはほとんど使われない一方で、他の部分は
プロセス切替の度に頻繁に書き換えられてゆくため、有
効なデータが長い間キャッシュに残らないという問題が
ある。
As described above, in a computer which employs a logical cache and does not invalidate the entire cache each time a process is switched, a cache entry may cause a portion to be used frequently and a portion to be rarely used. Appears. Frequently used parts are used well by any process, and rarely used parts are hard to be used by many processes as well. Since it is frequently rewritten each time it is switched, there is a problem that valid data does not remain in the cache for a long time.

【0005】このような問題点は、すべてのプロセスに
於いて頻繁に使用するキャッシュエントリが一致してし
まうということが原因であり、このことはすべてのプロ
セスが論理アドレスのほぼ同じ部分だけを使用するとい
うことによる。
Such a problem is caused by the fact that frequently used cache entries match in all processes, which means that all processes use almost the same part of the logical address. By doing.

【0006】本発明では従って、上に述べた論理キャッ
シュの問題点を解決するため、それぞれのプロセスが使
用する論理アドレス空間の領域を分散させることのでき
るリンク方法及びロード方法の提供を目的とする。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a linking method and a loading method capable of distributing the areas of the logical address space used by each process in order to solve the above-mentioned problems of the logical cache. ..

【0007】[0007]

【課題を解決するための手段】本発明の第1の発明は、
複数のプロセスがそれぞれ論理アドレス空間を有し、各
プロセスがそれぞれこの論理アドレス空間に読み込まれ
たロードモジュールを共通のキャッシュメモリを制御す
ることにより実行する計算機における、読み込まれるロ
ードモジュールを予め記憶された複数のプログラムをリ
ンクして生成する計算機プログラムのリンク方法であっ
て、前記各プロセスに対応するロードモジュール毎に適
当に異なる値を発生し、この発生された値を用いて前記
論理アドレス空間上でロードモジュールを配置する領域
を決定し、この決定された領域に配置されるよう前記プ
ログラムをリンクして前記ロードモジュールを生成する
ことを特徴とするものである。
The first invention of the present invention is as follows:
A plurality of processes each have a logical address space, and a load module to be read is stored in advance in a computer in which each process executes a load module read in this logical address space by controlling a common cache memory. A method of linking a computer program for linking a plurality of programs to generate a different value for each load module corresponding to each process, and using the generated value in the logical address space. An area in which a load module is arranged is determined, and the load module is generated by linking the program so as to be arranged in the determined area.

【0008】本発明の第2の発明は、複数のプロセスが
それぞれ論理アドレス空間を有し、各プロセスがそれぞ
れこの論理アドレス空間に読み込まれたロードモジュー
ルを共通のキャッシュメモリを制御することにより実行
する計算機における、ロードモジュールを主記憶上に読
み込む計算機プログラムのロード方法であって、補助記
憶に記憶されたロードモジュールを主記憶上に読み込む
際にこのロードモジュールが占める主記憶上の領域を決
定可能な形式でプログラムをリンクしてロードモジュー
ルを生成しておき、前記ロードモジュールを主記憶上に
読み込む際に、前記各プロセスに対応するロードモジュ
ール毎に適当に異なる値を発生し、この発生された値を
用いて前記論理アドレス空間上でロードモジュールを配
置する領域を決定し、この決定された領域に対応する主
記憶上の領域に前記ロードモジュールを読み込むことを
特徴とするものである。
According to a second aspect of the present invention, a plurality of processes each have a logical address space, and each process executes a load module read in this logical address space by controlling a common cache memory. A method of loading a computer program for loading a load module into main memory in a computer, capable of determining the area on the main memory occupied by this load module when reading the load module stored in auxiliary memory into main memory When a load module is created by linking a program in the format and the load module is read into the main memory, a different value is generated for each load module corresponding to each process, and the generated value is generated. To determine the area where the load module is placed in the logical address space And it is characterized in that reading the load module in the area of the main memory corresponding to the determined area.

【0009】[0009]

【作用】本発明によれば、できるだけ各プログラムが異
なる値を返すような方法を用いて値を導き出し、論理ア
ドレス空間上でそのプログラムを配置する領域を決定す
る際にこの値を適当に変換することで、プログラムの各
領域の先頭の論理アドレスを生成し、こうして生成され
た論理アドレスからプログラム各領域が始まるようにロ
ードモジュールを生成することにより、各プログラムが
アクセスする論理アドレス空間のアドレスが分散され、
キャッシュが偏りなく使われるようになる。 図7のよ
うに、プログラムを配置する領域について何の工夫もし
ない従来の場合には、キャッシュ71のうちに、集中し
て使われる部分72、73と全く使われない部分74が
できてしまうが、本発明によれば、図3のように、第一
のプロセスの論理アドレス空間38と第二のプロセスの
アドレス空間39の各領域の開始位置に差36、37を
設けると、キャッシュ31内で、集中して使われる部分
32は縮小され、全く使われない部分も解消し、キャッ
シュ全体がほぼ均一に使われるようになる。
According to the present invention, a value is derived using a method in which each program returns a different value as much as possible, and this value is appropriately converted when determining the area where the program is arranged in the logical address space. By generating the logical address at the beginning of each area of the program and creating the load module so that each area of the program starts from the logical address thus generated, the addresses of the logical address space accessed by each program are distributed. Was
The cache will be used evenly. As shown in FIG. 7, in the conventional case where no arrangement is made for the area where the program is arranged, the cache 71 has portions 72 and 73 that are used intensively and a portion 74 that is not used at all. According to the present invention, as shown in FIG. 3, when the differences 36 and 37 are provided at the start positions of the respective regions of the logical address space 38 of the first process and the address space 39 of the second process, the cache 31 is stored. The portion 32 that is used intensively is reduced, the portion that is not used at all is eliminated, and the entire cache is used almost uniformly.

【0010】[0010]

【実施例】【Example】

実施例1:図1は本発明の実施例1に係るリンク方法を
行うシステム構成を示すブロック図、図2はこれを概念
的に表した図である。
Embodiment 1 FIG. 1 is a block diagram showing a system configuration for performing a link method according to Embodiment 1 of the present invention, and FIG. 2 is a diagram conceptually showing this.

【0011】乱数生成部13は、ロードモジュール16
0を構成するべきオブジェクトプログラム110〜11
2の大きさ(バイト数)(これらは検出部12で検出さ
れる)を加算した値を乱数とし、この乱数をプログラム
配置領域決定部(オフセットアドレス計算部)14に渡
す。オブジェクトプログラムは記憶部11に記憶されて
いる。プログラム配置領域決定部(オフセットアドレス
計算部)14では、与えられた乱数xに対して、 offset address A(21)=a1 x%c offset address B(22)=a2 x%c (M%NはMをNで割ったときの余りを求めることを表
す) a1 ,a2 :定数 という式を適用して、オフセットA,Bを計算し、この
値をプログラム結合部(リンカ)15に渡す。プログラ
ム結合部(リンカ)15では、このオフセットA(2
1)の位置からロードモジュールのテキスト領域23と
データ領域24が配置され、オフセットB(22)の位
置からスタック領域25が配置されるよう、オブジェク
トプログラム110〜112を結合し、このロードモジ
ュールを記憶部16に記憶する。この記憶されたロード
モジュールは通常のローダ18により、主記憶19上に
図3の38のように読み込まれる。
The random number generator 13 includes a load module 16
Object programs 110 to 11 that should constitute 0
A value obtained by adding the size of 2 (the number of bytes) (these are detected by the detection unit 12) is set as a random number, and the random number is passed to the program placement area determination unit (offset address calculation unit) 14. The object program is stored in the storage unit 11. In the program allocation area determination unit (offset address calculation unit) 14, for the given random number x, offset address A (21) = a 1 x% c offset address B (22) = a 2 x% c (M% N represents obtaining a remainder when a is divided by M by N) a 1, a 2: by applying the expression constants, offset a, B is calculated, the value in the program coupling portion (linker) 15 hand over. In the program combining unit (linker) 15, this offset A (2
The object programs 110 to 112 are combined so that the text area 23 and the data area 24 of the load module are arranged from the position 1) and the stack area 25 is arranged from the position of the offset B (22), and the load module is stored. It is stored in the section 16. The stored load module is read into the main memory 19 by the normal loader 18 as shown by 38 in FIG.

【0012】本実施例によれば、プログラム毎に仮想ア
ドレス空間内でのテキスト、データ、スタック領域の配
置される位置を変化させることが出来るため、システム
内のプロセス全体では、使用される仮想アドレスの位置
が分散され、論理キャッシュの全体が均等に使われるよ
うになる。
According to this embodiment, the positions of the text, data, and stack area in the virtual address space can be changed for each program, so that the virtual address used in the entire process in the system is changed. The positions of are distributed, and the entire logical cache is used evenly.

【0013】本実施例では、同じプログラムを実行する
複数のプロセスの領域の配置位置は一致することになる
ため、プロセス二重化による対障害性の向上を図る場合
にも対応することが可能である。尚、乱数生成部13に
おいて発生させる乱数は、上記の例には限定されず、ロ
ードモジュール毎に異なるものであれば良いため、乱数
として、現在時刻(オブジェクトプログラムに依存しな
い情報)やロードモジュールを生成するプロセスのプロ
セスID、あるいはオブジェクトファイルの総和などを
用いることが出来る。
In this embodiment, since the arrangement positions of the areas of a plurality of processes executing the same program are the same, it is possible to deal with the case of improving the fault tolerance by the process duplication. The random number generated by the random number generation unit 13 is not limited to the above example and may be different for each load module. Therefore, the current time (information that does not depend on the object program) or the load module is used as the random number. It is possible to use the process ID of the process to be generated or the total sum of object files.

【0014】さらに、オフセットアドレス計算部14に
おける計算方法も上記の式には限定されず、キャッシュ
メモリの容量の範囲内になるよう乱数を変換するもので
あれば良く、また、乱数生成部13において乱数がはじ
めからこの範囲内になるよう発生させるようにしてもよ
い。 実施例2:図4は本発明の実施例2に係るロード方法を
行うシステム構成を示すブロック図、図5はこれを概念
的に表した図である。
Further, the calculation method in the offset address calculation unit 14 is not limited to the above formula, and any random number conversion may be performed as long as it is within the range of the capacity of the cache memory. You may make it generate | occur | produce so that a random number may be in this range from the beginning. Second Embodiment: FIG. 4 is a block diagram showing a system configuration for carrying out a loading method according to a second embodiment of the present invention, and FIG. 5 is a diagram conceptually showing this.

【0015】プロクラム結合部(リンカ)42では記憶
部41に記憶されたオブジェクトプログラム410〜4
12をリロケータブルな形式にリンクしてロードモジュ
ール56を作り、記憶部43に記憶する。このロードモ
ジュールをローダ47がメモリ48上にロードする時点
で、乱数生成部45が現在時刻検出部490で検出され
た現在時刻を乱数として生成し、配置領域決定部(オフ
セットアドレス計算部)46にこの値を渡す。配置領域
決定部(オフセットアドレス計算部)46は、与えられ
た乱数xに対して、 offset address A(51)=a1 x%c offset address B(52)=a2 x%c (%は前の数を後の数で割ったときの余りを求める演算
子) a1 ,a2 :定数 c:キャッシュサイズ という式によってオフセットアドレスをA,Bを計算
し、この値を配置領域情報としてローダ47に渡す。ロ
ーダ47はオフセットA(51)の位置からロードモジ
ュールのテキスト領域53とデータ領域54を、オフセ
ットB(52)の位置からスタック領域55をメモリ4
8上に図3の38のように配置する。
In the program coupling unit (linker) 42, the object programs 410 to 4 stored in the storage unit 41.
12 is linked to a relocatable format to create a load module 56, which is stored in the storage unit 43. At the time when the loader 47 loads this load module onto the memory 48, the random number generation unit 45 generates the current time detected by the current time detection unit 490 as a random number, and the placement area determination unit (offset address calculation unit) 46. Pass this value. The placement area determination unit (offset address calculation unit) 46, for the given random number x, offset address A (51) = a 1 x% c offset address B (52) = a 2 x% c (% is the previous Operator for obtaining the remainder when the number of is divided by the subsequent number) a 1 , a 2 : constant c: cache size, offset addresses A and B are calculated, and this value is used as placement area information as loader 47 Pass to. The loader 47 stores the text area 53 and the data area 54 of the load module from the position of the offset A (51) and the stack area 55 from the position of the offset B (52) in the memory 4.
8 is arranged as shown by 38 in FIG.

【0016】本実施例においては、同じプログラムでも
実行する度に仮想アドレス空間の配置が異なるため、同
じプログラムを複数のプロセスが同時に実行する際に
も、それぞれのプロセスがアクセスする仮想空間のアド
レスは分散されることになり、論理キャッシュも均等に
使われるようになる。乱数生成部45で発生する乱数と
して、現在時刻ではなく、プロセスID生成部49で生
成されるプロセスのプロセスIDなどを使用することも
出来る。
In this embodiment, the virtual address space is arranged differently each time the same program is executed. Therefore, even when a plurality of processes execute the same program at the same time, the addresses of the virtual spaces accessed by the respective processes are the same. It will be distributed and the logical cache will be used evenly. As the random number generated by the random number generation unit 45, the process ID of the process generated by the process ID generation unit 49 may be used instead of the current time.

【0017】実施例3:実施例2の配置領域決定部46
において、OSが現在キャッシュのどの部分がアクセス
されていないかということを調べ、キャッシュのあまり
使用されていない部分に対応する仮想アドレスの部分に
ロードモジュールをロードするようオフセットアドレス
を決定する。本実施例では、乱数生成部45は不要であ
り、偶然に頼ることなく、確実にキャッシュを有効に利
用することが出来るようになる。
Third Embodiment: Arrangement area determining section 46 of the second embodiment.
At, the OS checks which portion of the cache is not currently being accessed and determines the offset address to load the load module into the portion of the virtual address corresponding to the less used portion of the cache. In the present embodiment, the random number generator 45 is unnecessary, and the cache can be reliably and effectively used without accidental reliance.

【0018】[0018]

【発明の効果】本発明によれば、システム内のプロセス
群によって使用される論理アドレス空間の領域を分散さ
せることが出来るので、論理キャッシュを平均的に無駄
なく使用することが可能となり、キャッシュエントリの
書換えの回数が減少し、メモリアクセスの平均的なスピ
ードが向上する。
According to the present invention, since the areas of the logical address space used by the processes in the system can be dispersed, the logical cache can be used on average without waste, and the cache entry The number of times of rewriting is reduced, and the average speed of memory access is improved.

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

【図1】 本発明の第1の実施例に係るリンク方法を行
うシステム構成を表す図。
FIG. 1 is a diagram showing a system configuration for performing a link method according to a first embodiment of the present invention.

【図2】 本発明の第1の実施例に係るリンク方法を概
念的に表す図。
FIG. 2 is a diagram conceptually showing a link method according to the first embodiment of the present invention.

【図3】 本発明による論理アドレス空間とキャッシュ
の使用状況を表す図。
FIG. 3 is a diagram showing a usage state of a logical address space and a cache according to the present invention.

【図4】 本発明の第2の実施例に係るロード方法を行
うシステム構成を表す図。
FIG. 4 is a diagram showing a system configuration for performing a loading method according to a second embodiment of the present invention.

【図5】 本発明の第2の実施例に係るロード方法を概
念的に表す図。
FIG. 5 is a diagram conceptually showing a loading method according to a second embodiment of the present invention.

【図6】 従来の論理キャッシュ方式の計算機の構成を
示す図。
FIG. 6 is a diagram showing the configuration of a conventional logical cache type computer.

【図7】 従来の方式による論理アドレス空間とキャッ
シュの使用状況を表す図。
FIG. 7 is a diagram showing a usage state of a logical address space and a cache according to a conventional method.

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

11,41,68…オブジェクトプログラム記憶部 16,43,69…ロードモジュール記憶部 17,44,67…記憶部 13,45…乱数生成部 14,46…プログラム配置位置決定部(オフセットア
ドレス計算部) 15,42…プログラム結合部(リンカ) 110,111,112,410,411,412…オ
ブジェクトプログラム 18,47,65…ローダ 19,48,64…主記憶 12…プログラムの大きさ検出部 49…プロセスID生成部 490…現在時刻検出部 21,36,51…テキスト領域の先頭アドレス 22,37,52…スタック領域の開始位置 23,53…テキスト領域 24,54…データ領域 25,55…スタック領域 38,39…仮想アドレス空間 31,62,71…論理キャッシュ 32,72,73…集中して使用される部分 74…未使用部分 56…リロケータブルなロードモジュール 160…ロードモジュール 61…CPU 63…MMU
11, 41, 68 ... Object program storage unit 16, 43, 69 ... Load module storage unit 17, 44, 67 ... Storage unit 13, 45 ... Random number generation unit 14, 46 ... Program placement position determination unit (offset address calculation unit) 15, 42 ... Program combining unit (linker) 110, 111, 112, 410, 411, 412 ... Object program 18, 47, 65 ... Loader 19, 48, 64 ... Main memory 12 ... Program size detecting unit 49 ... Process ID generation unit 490 ... Current time detection unit 21, 36, 51 ... Start address of text area 22, 37, 52 ... Start position of stack area 23, 53 ... Text area 24, 54 ... Data area 25, 55 ... Stack area 38 , 39 ... Virtual address space 31, 62, 71 ... Logical cache 32, 72, 73 ... Part used intensively 74 ... Unused part 56 ... Relocatable load module 160 ... Load module 61 ... CPU 63 ... MMU

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセスがそれぞれ論理アドレス
空間を有し、各プロセスがそれぞれこの論理アドレス空
間に読み込まれたロードモジュールを共通のキャッシュ
メモリを制御することにより実行する計算機における、
読み込まれるロードモジュールを予め記憶された複数の
プログラムをリンクして生成する計算機プログラムのリ
ンク方法であって、 前記各プロセスに対応するロードモジュール毎に適当に
異なる値を発生し、 この発生された値を用いて前記論理アドレス空間上でロ
ードモジュールを配置する領域を決定し、 この決定された領域に配置されるよう前記プログラムを
リンクして前記ロードモジュールを生成することを特徴
とする計算機プログラムのリンク方法。
1. A computer in which a plurality of processes each have a logical address space, and each process executes a load module read in this logical address space by controlling a common cache memory,
A method of linking a computer program for generating a load module to be read by linking a plurality of prestored programs, wherein a different value is appropriately generated for each load module corresponding to each process, and the generated value Is used to determine the area in which the load module is arranged in the logical address space, and the program is linked so as to be arranged in the determined area to generate the load module. Method.
【請求項2】 複数のプロセスがそれぞれ論理アドレス
空間を有し、各プロセスがそれぞれこの論理アドレス空
間に読み込まれたロードモジュールを共通のキャッシュ
メモリを制御することにより実行する計算機における、
ロードモジュールを主記憶上に読み込む計算機プログラ
ムのロード方法であって、 補助記憶に記憶されたロードモジュールを主記憶上に読
み込む際にこのロードモジュールが占める主記憶上の領
域を決定可能な形式でプログラムをリンクしてロードモ
ジュールを生成しておき、 前記ロードモジュールを主記憶上に読み込む際に、 前記各プロセスに対応するロードモジュール毎に適当に
異なる値を発生し、 この発生された値を用いて前記論理アドレス空間上でロ
ードモジュールを配置する領域を決定し、 この決定された領域に対応する主記憶上の領域に前記ロ
ードモジュールを読み込むことを特徴とする計算機プロ
グラムのロード方法。
2. A computer in which a plurality of processes each have a logical address space, and each process executes a load module read into the logical address space by controlling a common cache memory,
A method of loading a computer program for loading a load module into main memory, wherein the program occupies an area in main memory occupied by this load module when loading the load module stored in auxiliary memory into main memory. Link module to generate a load module, and when the load module is read into the main memory, an appropriately different value is generated for each load module corresponding to each process, and the generated value is used. A method for loading a computer program, comprising: determining an area in which a load module is arranged in the logical address space, and loading the load module into an area on a main memory corresponding to the determined area.
JP4008782A 1992-01-22 1992-01-22 Linking method and loading method for computer program Pending JPH05197528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4008782A JPH05197528A (en) 1992-01-22 1992-01-22 Linking method and loading method for computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4008782A JPH05197528A (en) 1992-01-22 1992-01-22 Linking method and loading method for computer program

Publications (1)

Publication Number Publication Date
JPH05197528A true JPH05197528A (en) 1993-08-06

Family

ID=11702449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4008782A Pending JPH05197528A (en) 1992-01-22 1992-01-22 Linking method and loading method for computer program

Country Status (1)

Country Link
JP (1) JPH05197528A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017060151A (en) * 2015-09-17 2017-03-23 カシオ計算機株式会社 Wireless communication apparatus, electronic watch and radio communication method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017060151A (en) * 2015-09-17 2017-03-23 カシオ計算機株式会社 Wireless communication apparatus, electronic watch and radio communication method

Similar Documents

Publication Publication Date Title
US7000072B1 (en) Cache memory allocation method
Glaser et al. System design of a computer for time sharing applications
US6895508B1 (en) Stack memory protection
US5481688A (en) Information processing system having an address translation table loaded with main/expanded memory presence bits
US5182805A (en) Method and system for determining copy-on-write condition
JPH0769844B2 (en) Apparatus and method for common access to data space
US5875487A (en) System and method for providing efficient shared memory in a virtual memory system
JP3629507B2 (en) System and method for providing shared memory using shared virtual segment identification in a computer system
JPH0519176B2 (en)
JP3485940B2 (en) Virtual storage control device and method
US4984150A (en) Virtual memory control management system
JPH05197528A (en) Linking method and loading method for computer program
JP2004110240A (en) Cache memory device
EP1901171A1 (en) Apparatus and method for handling interrupt disabled section and page pinning apparatus and method
JPH0793221A (en) Virtual machine system and control method for same
JPS5848289A (en) Buffer memory controlling system
JPS5821304B2 (en) Data search
JPS6339933B2 (en)
JP3859063B2 (en) Configuration information access control method for virtual machines
JPS6220034A (en) Program status word switching control system
JPS59139199A (en) Protecting method of storage
JP3047992B2 (en) Main memory key control method
JPS6221140B2 (en)
JPH036644A (en) Storage protection system
JPH0822416A (en) Control method for cache memory