JP2518504B2 - Target program generator - Google Patents
Target program generatorInfo
- Publication number
- JP2518504B2 JP2518504B2 JP5063445A JP6344593A JP2518504B2 JP 2518504 B2 JP2518504 B2 JP 2518504B2 JP 5063445 A JP5063445 A JP 5063445A JP 6344593 A JP6344593 A JP 6344593A JP 2518504 B2 JP2518504 B2 JP 2518504B2
- Authority
- JP
- Japan
- Prior art keywords
- code
- granularity
- time
- generating
- program
- 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 - Fee Related
Links
Landscapes
- Multi Processors (AREA)
- Devices For Executing Special Programs (AREA)
Description
【発明の詳細な説明】Detailed Description of the Invention
【0001】[0001]
【産業上の利用分野】本発明は複数のプロセッサから構
成されるマルチプロセッサシステムで実行されるプログ
ラムを生成する目的プログラム生成装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program executed in a multiprocessor system composed of plural processors.
The present invention relates to a target program generation device that generates a ram .
【0002】[0002]
【従来の技術】並列処理は一般にオーバヘッドを伴うた
め、並列化可能部分が十分な粒度を持っていなければ、
プログラムの実行時間を増大させることになる。2. Description of the Related Art Since parallel processing generally involves overhead, if the parallelizable part does not have sufficient granularity,
This will increase the execution time of the program.
【0003】そこで、従来のマルチプロセッサシステム
の目的プログラム生成装置では、以下のような処理を行
なっている。Therefore, in the conventional object program generating apparatus of the multiprocessor system, the following processing is performed.
【0004】コンパイル時に並列化可能部分の粒度を求
めることができる場合は、その粒度と経験的に定められ
た閾値とを比較し、粒度が閾値以上ならば並列化コード
を生成し、小さければシリアルコードを生成する。When the granularity of the parallelizable portion can be obtained at compile time, the granularity is compared with an empirically determined threshold value. If the granularity is equal to or greater than the threshold value, parallelized code is generated. Generate code.
【0005】また、コンパイル時に並列化可能部分の粒
度が不明な場合は、並列化コードとシリアルコードとの
2つのコードを生成すると共に、実行時に判明する粒度
と閾値とを比較し、粒度が閾値以上ならば並列化コード
を実行させ、小さければシリアルコードを実行させるコ
ードを生成する(例えば、SXシステムソフトウェアS
UPER−UX FORTRAN77/SX並列処理機
能利用の手引 1993年2月第3版 日本電気株式会
社発行)。Further, when the granularity of the parallelizable portion is unknown at the time of compilation, two codes of the parallelized code and the serial code are generated, and the granularity found at the time of execution is compared with the threshold, and the granularity is the threshold. If the above is satisfied, the parallelized code is executed, and if it is smaller, a code for generating the serial code is generated (for example, SX system software S
UPER-UX FORTRAN77 / SX Parallel Processing Function User's Guide, February 1993, 3rd edition, published by NEC Corporation).
【0006】[0006]
【発明が解決しようとする課題】しかし、上述した従来
の技術では閾値を経験的に定めているため、マルチジョ
ブ環境下でプログラム性能が劣化する場合があるという
問題があった。However, the above-mentioned conventional technique has a problem that the program performance may deteriorate in a multi-job environment because the threshold value is empirically determined.
【0007】即ち、従来は閾値を経験的に定めており、
マルチプロセッサシステムのタイムスライス値を考慮し
ていないので、粒度がタイムスライス値よりも小さい並
列化可能部分が並列化コードによって実行される場合が
ある。また、マルチジョブ環境下ではマルチプロセッサ
システムを構成している各プロセッサのタイムスライス
時間のタイミングにずれが生じる場合がある。That is, conventionally, the threshold value is empirically determined,
Since the time slice value of the multiprocessor system is not taken into consideration, the parallelizable code may execute a parallelizable part whose granularity is smaller than the time slice value. Further, in a multi-job environment, the timing of the time slice time of each processor forming the multi-processor system may deviate.
【0008】このような場合、並列化コードに対応する
各タスクの処理は1タイムスライス時間以内に終了し、
また、最初に処理の終了したタスクは並列化コードに対
応した全てのタスクが終了するまで、同期待ち状態にな
る。図4は2台のプロセッサPA,PBから構成される
マルチプロセッサシステムを例にとってこの様子を示し
た図である。同図から判るように、並列化コードに対応
する各タスクA,Bの処理は1タイムスライス時間以内
に終了し、最初に処理の終了したタスクAはタスクBの
処理が終了するまで、同期待ち状態になる。この同期待
ち時間はプロセッサPAとプロセッサPBとのタイムス
ライス時間のタイミングのずれ時間となる。In such a case, the processing of each task corresponding to the parallelized code is completed within one time slice time,
In addition, the task that has completed the process for the first time remains in the synchronization waiting state until all the tasks corresponding to the parallelized code are completed. FIG. 4 is a diagram showing this state by taking a multiprocessor system composed of two processors PA and PB as an example. As can be seen from the figure, the processing of each of the tasks A and B corresponding to the parallelized code is completed within one time slice time, and the task A, which has completed the processing first, waits for the synchronization until the processing of the task B is completed. It becomes a state. This synchronization waiting time is a time shift time of the time slice time between the processor PA and the processor PB.
【0009】このように、従来の技術では1タイムスラ
イス時間以内で処理が終了するタスクに対する同期待ち
時間がプロセッサ間のずれ時間になるというように、実
際の処理時間に対する同期待ち時間の割合が大きくなる
場合があるため、マルチジョブ環境下でプログラム性能
が劣化する場合があるという問題があった。As described above, according to the conventional technique, the ratio of the synchronization waiting time to the actual processing time is large, such that the synchronization waiting time for a task whose processing is completed within one time slice time becomes a deviation time between processors. Therefore, there is a problem that program performance may deteriorate in a multi-job environment.
【0010】本発明の目的は、並列化コード実行時の同
期待ちによる無駄な時間の割合を低減させることによ
り、マルチジョブ環境下でプログラム性能を向上させる
ことができる目的プログラム生成装置を提供することに
ある。It is an object of the present invention to provide an object program generation device capable of improving program performance in a multi-job environment by reducing the ratio of wasted time due to synchronization waiting when parallelized code is executed. It is in.
【0011】[0011]
【課題を解決するための手段】本発明は上記目的を達成
するため、複数のプロセッサから構成されるマルチプロ
セッサシステムで実行されるプログラムを生成する目的
プログラム生成装置に於いて、ソースプログラムの並列
化可能部分に対する並列化コードを生成する並列化コー
ド生成手段と、前記ソースプログラムの並列化可能部分
に対するシリアルコードを生成するシリアルコード生成
手段と、コンパイル時に前記ソースプログラムの並列化
可能部分の粒度を求めることができる場合は前記並列化
可能部分の粒度を示すコードを生成し、求めることがで
きない場合には前記並列化可能部分の粒度を実行時に求
めるコードを生成する粒度コード生成手段と、前記マル
チプロセッサシステムのタイムスライス値を取り出すコ
ードを生成するタイムスライス値取り出しコード生成手
段と、タイムスライス値と粒度と前記マルチプロセッサ
システムを構成するプロセッサの台数とに基づいて前記
並列化コード生成手段が生成した並列化コード或いは前
記シリアルコード生成手段が生成したシリアルコードの
内のどちらを実行するのかを実行時に選択するコードを
生成する選択コード生成手段とを設けたものである。In order to achieve the above object, the present invention aims to generate a program to be executed by a multiprocessor system composed of a plurality of processors.
In the program generation device , parallelized code generation means for generating a parallelized code for a parallelizable part of the source program, serial code generation means for generating a serial code for the parallelizable part of the source program, and at the time of compilation. A code that generates the granularity of the parallelizable part if the granularity of the parallelizable part of the source program can be determined, and a code that determines the granularity of the parallelizable part at execution time if it cannot be determined. Granularity code generating means for generating, a time slice value extraction code generating means for generating a code for extracting a time slice value of the multiprocessor system, a time slice value, a granularity, and the number of processors constituting the multiprocessor system. Based on the parallel code generation Is provided with a selection code generating means for generating a code for selecting whether to perform one stage of the serial code is parallelized code or the serial code generating means to produce generated at runtime.
【0012】[0012]
【作用】並列化コード生成手段,シリアルコード生成手
段はそれぞれソースプログラムの並列化可能部分に対す
る並列化コード,シリアルコードを生成する。The parallel code generating means and the serial code generating means respectively generate a parallel code and a serial code for the parallelizable part of the source program.
【0013】粒度コード生成手段はコンパイル時にソー
スプログラムの並列化可能部分の粒度を求めることがで
きる場合は並列化可能部分の粒度を示すコードを生成
し、求めることができない場合は並列化可能部分の粒度
を実行時に求めるコードを生成する。The granularity code generating means generates a code indicating the granularity of the parallelizable portion of the source program when the granularity of the parallelizable portion of the source program can be obtained at the time of compilation, and when the granularity of the parallelizable portion of the source program cannot be obtained. Generate code that requires granularity at run time.
【0014】タイムスライス値取り出しコード生成手段
はマルチプロセッサシステムのタイムスライス値を取り
出すコードを生成する。The time slice value extraction code generating means generates a code for extracting the time slice value of the multiprocessor system.
【0015】選択コード生成手段はタイムスライス値と
粒度とマルチプロセッサシステムを構成するプロセッサ
の台数とに基づいて並列化コード或いはシリアルコード
の内のどちらを実行するのかを実行時に選択するコード
を生成する。The selection code generating means generates a code for selecting which of the parallel code or the serial code is to be executed at the time of execution based on the time slice value, the granularity and the number of processors constituting the multiprocessor system. .
【0016】[0016]
【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。Embodiments of the present invention will now be described in detail with reference to the drawings.
【0017】図1は本発明の実施例のブロック図であ
る。FIG. 1 is a block diagram of an embodiment of the present invention.
【0018】ソースプログラム1を入力し、目的プログ
ラム3を出力する目的プログラム生成装置(以下コンパ
イラと称す)2は、ソースプログラム1の並列化可能部
分に対する並列化コードを生成する並列化コード生成手
段21と、コンパイル時に並列化可能部分の粒度が求ま
る場合はその値を示すコードを生成し、コンパイル時に
並列化可能部分の粒度が求まらない場合には粒度を実行
時に求めるコードを生成する粒度コード生成手段22
と、ソースプログラム1の並列化可能部分に対するシリ
アルコードを生成するシリアルコード生成手段23と、
マルチプロセッサシステムのタイムスライス値を取り出
すコードを生成するタイムスライス値取り出しコード生
成手段24と、タイムスライス値を粒度に対する閾値に
して、並列化コードとシリアルコードとの内の何れか一
方を実行時に選択する選択コードを生成する選択コード
生成手段25と、ソースプログラム1の並列化不可能部
分に対するシリアルコードを生成するシリアルコード生
成手段26とから構成されている。A target program generation device (hereinafter referred to as a computer) which inputs the source program 1 and outputs the target program 3
2) which generates parallel code for the parallelizable part of the source program 1, and parallel code generating means 21 for generating a parallel code for the parallelizable part of the source program 1 and a code indicating the value when the granularity of the parallelizable part is obtained at compile time. Granularity code generation means 22 for generating a code for determining the granularity at the time of execution when the granularity of the parallelizable part is not determined at the time of compilation.
And serial code generation means 23 for generating a serial code for the parallelizable part of the source program 1,
A time slice value extraction code generating means 24 for generating a code for extracting a time slice value of a multiprocessor system, and a time slice value as a threshold for granularity, and either one of a parallelized code and a serial code is selected at the time of execution. The selection code generating means 25 for generating a selection code to be executed and the serial code generating means 26 for generating a serial code for the non-parallelizable part of the source program 1 are configured.
【0019】図2はコンパイラ2の処理例を示すフロー
チャート、図3はコンパイラ2が生成する1つの並列化
可能部分に対するコードの例を示した図であり、以下各
図を参照して本実施例の動作を説明する。FIG. 2 is a flow chart showing a processing example of the compiler 2, and FIG. 3 is a diagram showing an example of code for one parallelizable part generated by the compiler 2. The present embodiment will be described below with reference to the drawings. The operation of will be described.
【0020】図2のステップS1を参照すると、並列化
コード生成手段21がソースプログラム1中の並列化可
能部分を取り出し、ステップS2を参照すると、並列化
コード生成手段21が上記並列化可能部分に対する並列
化コードを生成する。この並列化コードは図3に並列化
コード34として示されている。Referring to step S1 of FIG. 2, the parallelization code generation means 21 takes out a parallelizable part in the source program 1. Referring to step S2, the parallelization code generation means 21 processes the parallelizable part. Generate parallel code. This parallelization code is shown as parallelization code 34 in FIG.
【0021】次に、ステップS3を参照すると、粒度コ
ード生成手段22が粒度コードを生成する。Next, referring to step S3, the granularity code generation means 22 generates a granularity code.
【0022】粒度コード生成手段22は並列化コード生
成手段21で生成された並列化コードに基づいて並列化
可能部分の粒度をコンパイル時に求めることができる場
合は、その値を粒度コードとする。粒度の値は生成され
たコード(中間テキスト或いはオブジェクトコード)の
演算数,オペランドのロード/ストア数,命令順序等の
パラメータに基づいて命令実行時間をシミュレートする
ことにより求めることができる。When the granularity code generation means 22 can obtain the granularity of the parallelizable part at the time of compilation based on the parallelization code generated by the parallelization code generation means 21, the value is used as the granularity code. The granularity value can be obtained by simulating the instruction execution time based on parameters such as the number of operations of the generated code (intermediate text or object code), the number of load / store of operands, and the order of instructions.
【0023】これに対してコンパイル時には並列化可能
部分の粒度を求めることができない場合、例えば、並列
化可能部分にループが含まれており、その繰り返し数が
実行時にならないと定まらない場合は、並列化可能部分
の粒度を実行時に計算するコードを生成する。また、I
F文等により条件的に実行される部分が含まれる場合も
実行時にならないと、粒度を求めることができないが、
粒度コード生成手段22にIF文の真率に関して適当な
仮定を持たせたり、或いはソースプログラム1中に真率
に関する仮定を組み込んでおき、その仮定に従ってコン
パイル時に粒度を計算し、計算した粒度の値を示すコー
ドを生成するようにすることもできる。粒度コード生成
手段22で生成されたコードは図3にコード31として
示されている。On the other hand, if the granularity of the parallelizable part cannot be obtained at compile time, for example, if the parallelizable part includes a loop and the number of iterations of the loop cannot be determined until execution time, the parallel Generate code that computes the granularity of the convertible part at runtime. Also, I
Even if a part that is conditionally executed by an F statement or the like is included, the granularity cannot be obtained unless it is executed.
The granularity code generation means 22 has an appropriate assumption regarding the true rate of the IF statement, or the assumption regarding the true rate is incorporated in the source program 1, and the granularity is calculated at compile time according to the assumption, and the calculated granularity value. It is also possible to generate a code indicating. The code generated by the granular code generation means 22 is shown as code 31 in FIG.
【0024】次に、ステップS4を参照すると、シリア
ルコード生成手段23が並列化可能部分に対するシリア
ルコードを生成する。このシリアルコードは図3にシリ
アルコード35として示されている。Next, referring to step S4, the serial code generating means 23 generates a serial code for the parallelizable part. This serial code is shown as serial code 35 in FIG.
【0025】次にステップS5を参照すると、タイムス
ライス値取り出しコード生成手段24がこのプログラム
に割り当てられているタイムスライス値を取り出すコー
ドを生成する。このタイムスライス値取り出しコード生
成手段24で生成されたコードは図3にコード32とし
て示されている。ここで、タイムスライス値が変化しな
い場合には、プログラムの実行の最初或いは手続きの入
口で一度だけ行ない、各部分ではその値を参照すること
によりオペレーティングシステムの呼び出し回数を削減
するような最適化も可能である。Next, referring to step S5, the time slice value extraction code generating means 24 generates a code for extracting the time slice value assigned to this program. The code generated by the time slice value extraction code generating means 24 is shown as the code 32 in FIG. Here, if the time slice value does not change, it is performed only once at the beginning of program execution or at the entrance of a procedure, and each part refers to the value to optimize the number of calls to the operating system. It is possible.
【0026】最後のステップS6を参照すると、選択コ
ード生成手段25がタイムスライス値Tと、粒度Gをマ
ルチプロセッサシステムのプロセッサ数Nで割った値G
/Nとを比較し、T<=G/Nであれば並列化コード3
4を実行させ、T>G/Nであればシリアルコード35
を実行させるような、if then else en
difの組み合わせであるコードを生成する。このコー
ドは図3にコード33として示されている。With reference to the final step S6, the selection code generating means 25 divides the time slice value T and the granularity G by the number N of processors in the multiprocessor system, G.
/ N, and if T <= G / N, parallelization code 3
4 is executed, and if T> G / N, serial code 35
If then else en
Generate a code that is a combination of difs. This code is shown as code 33 in FIG.
【0027】ここで、並列化コード実行時の同期待ち時
間は、図4の例の場合、プロセッサPAとプロセッサP
Bとのタイムスライス値のタイミングのずれ時間とな
る。これは、平均的にはタイムスライス値Tの1/2と
考えることができる。従って、G/Nの処理に対して同
期待ち時間はT/2となり、全処理時間はG/N+T/
2,全処理時間に対する同期待ち時間の割合WはW=T
/2÷(G/N+T/2)となる。この関係式より、T
>G/NではW>1/3≒0.333、T≦G/Nでは
W≦1/3≒0.333となる。従って、T≦G/Nの
場合のみ、即ち、並列化可能部分をシリアルコードによ
って実行した時の実行時間の1/Nの時間がタイムスラ
イス値T以上の場合のみ、並列化コードを実行させるよ
うにすると、同期待ち時間の割合を最大でも33.3%
とすることができるようになるので、プログラムの性能
を向上させることが可能になる。 At the time of waiting for synchronization during parallel code execution
In the case of the example of FIG. 4, between the processor PA and the processor P
The time difference of the timing of the time slice value with B
It This is 1/2 of the time slice value T on average.
I can think. Therefore, it is the same for G / N processing.
The waiting time is T / 2, and the total processing time is G / N + T /
2, the ratio W of the synchronization waiting time to the total processing time is W = T
/ 2 ÷ (G / N + T / 2). From this relational expression, T
> G / N W> 1 / 3≈0.333, T ≦ G / N
W ≦ 1 / 3≈0.333. Therefore, if T ≦ G / N
Only if the parallelizable part is
1 / N of the execution time at the time of executing
The parallel code is executed only when the chair value is T or more.
If so, the maximum ratio of synchronization waiting time is 33.3%.
So that the performance of the program will be able to
It becomes possible to improve.
【0028】シリアルコード生成手段26はソースプロ
グラム1から並列化不可能部分を取り出し、並列化不可
能部分に対応するシリアルコードを生成する。The serial code generating means 26 takes out a non-parallelizable part from the source program 1 and generates a serial code corresponding to the non-parallelizable part.
【0029】以上の処理を繰り返し行なうことにより、
ソースプログラム1を並列化した目的プログラム3を生
成することができる。By repeating the above processing,
The target program 3 in which the source program 1 is parallelized can be generated.
【0030】[0030]
【発明の効果】以上説明したように、本発明は、タイム
スライス値を考慮して並列化コードを実行させるか、シ
リアルコードを実行させるかを決定するようにしてお
り、マルチジョブ環境下に於いて従来の技術に比較して
実際の処理時間に対する同期待ち時間の割合を減らすこ
とができるので、マルチジョブ環境下に於ける並列化プ
ログラムの性能を向上させることができる効果がある。As described above, according to the present invention, the time slice value is taken into consideration to determine whether to execute the parallelized code or the serial code, and in a multi-job environment. Moreover, the ratio of the synchronization waiting time to the actual processing time can be reduced as compared with the conventional technique, so that there is an effect that the performance of the parallelized program in a multi-job environment can be improved.
【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】コンパイラ2の処理例を示すフローチャートで
ある。FIG. 2 is a flowchart showing a processing example of a compiler 2.
【図3】並列化可能部分に対するコードの一例を示す図
である。FIG. 3 is a diagram showing an example of a code for a parallelizable part.
【図4】従来の技術の問題点を説明するための図であ
る。FIG. 4 is a diagram for explaining a problem of the conventional technique.
1…ソースプログラム 2…コンパイラ 3…目的プログラム 21…並列化コード生成手段 22…粒度コード生成手段 23…シリアルコード生成手段 24…タイムスライス値取り出しコード生成手段 25…選択コード生成手段 26…シリアルコード生成手段 DESCRIPTION OF SYMBOLS 1 ... Source program 2 ... Compiler 3 ... Object program 21 ... Parallelization code generation means 22 ... Granular code generation means 23 ... Serial code generation means 24 ... Time slice value extraction code generation means 25 ... Selection code generation means 26 ... Serial code generation means
Claims (2)
プロセッサシステムで実行されるプログラムを生成する
目的プログラム生成装置に於いて、 ソースプログラムの並列化可能部分に対する並列化コー
ドを生成する並列化コード生成手段と、 前記ソースプログラムの並列化可能部分に対するシリア
ルコードを生成するシリアルコード生成手段と、 コンパイル時に前記ソースプログラムの並列化可能部分
の粒度を求めることができる場合は前記並列化可能部分
の粒度を示すコードを生成し、求めることができない場
合には前記並列化可能部分の粒度を実行時に求めるコー
ドを生成する粒度コード生成手段と、 前記マルチプロセッサシステムのタイムスライス値を取
り出すコードを生成するタイムスライス値取り出しコー
ド生成手段と、 タイムスライス値と粒度と前記マルチプロセッサシステ
ムを構成するプロセッサの台数とに基づいて前記並列化
コード生成手段が生成した並列化コード或いは前記シリ
アルコード生成手段が生成したシリアルコードの内のど
ちらを実行するのかを実行時に選択するコードを生成す
る選択コード生成手段とを備えたことを特徴とする目的
プログラム生成装置。1. A program for executing in a multiprocessor system including a plurality of processors is generated.
In the object program generation device , parallelized code generation means for generating parallelized code for the parallelizable part of the source program, serial code generation means for generating serial code for the parallelizable part of the source program, and compilation At times, if the granularity of the parallelizable part of the source program can be calculated, a code indicating the granularity of the parallelizable part is generated, and if it cannot be calculated, the granularity of the parallelizable part is calculated at runtime. Granularity code generation means for generating a code, time slice value extraction code generation means for generating a code for extracting a time slice value of the multiprocessor system, time slice value, granularity, and the number of processors constituting the multiprocessor system Based on the parallelization Characterized by comprising a selection code generating means for generating a code for selecting whether the parallelized code or the serial code generating means de generating means to generate to perform one of the serial code generated at run time Purpose
Program generator .
記プロセッサの台数で割った値が前記タイムスライス値
以上の場合は前記並列化コードを選択し、そうでない場
合は前記シリアルコードを選択するコードを生成するこ
とを特徴とする請求項1記載の目的プログラム生成装
置。2. The selection code generation means selects the parallelization code when a value obtained by dividing the granularity by the number of the processors is equal to or more than the time slice value, and otherwise selects the serial code. The target program generation device according to claim 1, wherein
Place .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5063445A JP2518504B2 (en) | 1993-02-26 | 1993-02-26 | Target program generator |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5063445A JP2518504B2 (en) | 1993-02-26 | 1993-02-26 | Target program generator |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH06250989A JPH06250989A (en) | 1994-09-09 |
JP2518504B2 true JP2518504B2 (en) | 1996-07-24 |
Family
ID=13229460
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5063445A Expired - Fee Related JP2518504B2 (en) | 1993-02-26 | 1993-02-26 | Target program generator |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2518504B2 (en) |
-
1993
- 1993-02-26 JP JP5063445A patent/JP2518504B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH06250989A (en) | 1994-09-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2921190B2 (en) | Parallel execution method | |
US5151991A (en) | Parallelization compile method and system | |
JP5810316B2 (en) | Compile device, compile program, and loop parallelization method | |
EP1111504A2 (en) | Compiler processing system for generating assembly program codes for a computer comprising a plurality of arithmetic units | |
EP1977316A1 (en) | A system and method for parallel execution of a program | |
JP2518504B2 (en) | Target program generator | |
JPH0512033A (en) | Parallel compiling system | |
JP2000020482A (en) | Loop parallelizing method | |
JP2682215B2 (en) | Procedure call method during parallel processing | |
JP2682206B2 (en) | Optimization method of target program | |
JP2956591B2 (en) | Method and apparatus for parallelizing a loop having a conditional jump out of the loop | |
JP3218566B2 (en) | Inline processing equipment | |
JPH0440742B2 (en) | ||
JPH08115220A (en) | Loop optimization method | |
JP2842057B2 (en) | Objective program generator | |
JPH07234794A (en) | Creating method for object program in multiprocessor system | |
JPH04343140A (en) | Parallelized processing system | |
JP2001175617A (en) | Compiler parallelizing method | |
JPH05216680A (en) | Paralleled information calculation processing system with sentence weighing information | |
JPH05334097A (en) | Parallelized analysis information output system | |
JPH03141432A (en) | Compiler | |
JP2870218B2 (en) | Parallel execution instruction sequence generation method | |
JPH0477927A (en) | Program executing method | |
JP2000194566A (en) | System and method for compilation and storage medium stored with compiler | |
JPH11149381A (en) | Compiler, program storage medium storing program and execution enabled program generating method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |