JPH04135245A - Compiling processing system - Google Patents

Compiling processing system

Info

Publication number
JPH04135245A
JPH04135245A JP25862590A JP25862590A JPH04135245A JP H04135245 A JPH04135245 A JP H04135245A JP 25862590 A JP25862590 A JP 25862590A JP 25862590 A JP25862590 A JP 25862590A JP H04135245 A JPH04135245 A JP H04135245A
Authority
JP
Japan
Prior art keywords
arithmetic
source program
pattern
instructions
calculation
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
JP25862590A
Other languages
Japanese (ja)
Inventor
Hiroko Iida
飯田 浩子
Masaki Aoki
正樹 青木
Hiroaki Sato
弘明 佐藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP25862590A priority Critical patent/JPH04135245A/en
Publication of JPH04135245A publication Critical patent/JPH04135245A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To obtain an object with which the number of instructions can be decreased by converting an operation described in a source program into an assembler instruction of a small operand. CONSTITUTION:An arithmetic pattern recognizing part 11 detects an arithmetic formula out of a source program 2 received by a program input part 10. This arithmetic formula contains a common arithmetic subject element that secures the connection of operations. then an arithmetic pattern changing part 12 updates the description forms of these arithmetic formulas based on a cnnection rule. An object generating part 13 compiles the program 2 containing the arithmetic formula changed by the part 12 into a corresponding object 3 that has a reduced number of instructions.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ソースプログラムを対応のオブジェクトにコ
ンパイルするコンパイル処理方式に関し、特に、命令数
を削減することのできるオブジェクトを生成できるよう
にするコンパイル処理方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a compilation processing method for compiling a source program into a corresponding object, and in particular to a compilation method that can generate objects that can reduce the number of instructions. This is related to the processing method.

プログラムの実行時間は、コンパイラにより生成される
オブジェクトの命令数により規定されることになる。こ
れから、オブジェクトの命令数の削減を図って、プログ
ラムの実行時間を短縮できるようにしていくことが望ま
れているのである。
The execution time of a program is determined by the number of object instructions generated by the compiler. From now on, it is desired to reduce the number of object instructions and shorten program execution time.

〔従来の技術] 従来では、ソースプログラムを対応のオブジェクトにコ
ンパイルする場合、ソースプログラムの記述形式のまま
コンパイルしていくことで、オブジェクトを生成してい
くという構成が採られていた。例えば、ユーザが、ソー
スプログラムに下記の演算式を記述する場合には、 A = B X M + CX M + D X M先
ず最初に、 ■ BXM、CXM、DXMを算出する乗算命令を生成
し、 次に、 ■ この3つの乗算結果を加算する加算命令を生成する
[Prior Art] Conventionally, when compiling a source program into a corresponding object, a configuration has been adopted in which the object is generated by compiling the source program in its written format. For example, when a user writes the following arithmetic expression in a source program, A = B X M + CX M + D Next, (1) Generate an addition instruction to add these three multiplication results.

という手順に従って、対応のオブジェクトを生成してい
くよう処理していたのである。
According to this procedure, the corresponding objects were generated.

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

しかしながら、このような従来技術では、ユーザの記述
のままに従ってオブジェクトを生成していくものである
ことから、命令数を削減できるような演算式を含む場合
にあっても、そのままコンパイルしていくことで命令数
の多いオブジェクトを生成してしまうことになるという
問題点があった。上述の例で説明するならば、 A=BXM十CXM+DXM のままコンパイルしていくと総命令数がパ5”となる命
令数の多いオブジェクトか生成されてしまうのである。
However, in such conventional technology, objects are generated according to the user's description, so even if an arithmetic expression that can reduce the number of instructions is included, it is necessary to continue compiling it as is. There was a problem that an object with a large number of instructions would be generated. To explain using the above example, if we continue to compile as A = BXM + CXM + DXM, an object with a large number of instructions with a total number of instructions of 5'' will be generated.

本発明はかかる事情に鑑みてなされたものであって、命
令数を削減することのできるオブジェクトを生成できる
ようにする新たなコンパイル処理方式の提供を目的とす
るものである。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a new compilation processing method that can generate objects that can reduce the number of instructions.

〔課題を解決するための手段] 第1図は本発明の原理構成図である。[Means to solve the problem] FIG. 1 is a diagram showing the basic configuration of the present invention.

図中、1は本発明を具備するデータ処理装置であって、
ソースプログラムを対応のオブジェクトにコンパイルす
るもの、2はデータ処理装置1によりコンパイルされる
ソースプログラム、3はデータ処理装置1により生成さ
れるオブジェクトである。
In the figure, 1 is a data processing device equipped with the present invention,
2 is a source program compiled by the data processing device 1, and 3 is an object generated by the data processing device 1.

データ処理装置1は、ソースプログラム2の入力を受は
付けるプログラム入力部10と、プログラム入力部10
により受は付けられたソースプログラム2中に、共通の
演算対象要素を含むことで演算を結合することのできる
ようになる演算式が含まれているか否かを検出する演算
パターン認識部11と、演算パターン認識部11が結合
可能な演算式の存在を検出するときに、その演算式の記
述形式を結合律に従って変更する演算パターン変更部1
2と、プログラム入力部1oにより受は付けられたソー
スプログラム2に対応するオブジェクトを生成するオブ
ジェクト生成部13とを備えるよう構成される。
The data processing device 1 includes a program input section 10 that receives and receives input of a source program 2;
an operation pattern recognition unit 11 that detects whether or not the source program 2 accepted by the source program 2 includes an operation expression that allows operations to be combined by including a common operation target element; When the calculation pattern recognition unit 11 detects the existence of a combinationable calculation formula, a calculation pattern changing unit 1 changes the description format of the calculation formula according to the associative rule.
2, and an object generation section 13 that generates an object corresponding to the source program 2 accepted by the program input section 1o.

〔作用〕[Effect]

本発明では、演算パターン認識部】1が、プログラム入
力部10により受は付けられたソースプログラム2中に
、 A=BXM十CXM−I−DXM といったような共通の演算対象要素を含むことで演算を
結合することのできるようになる演算式が含まれている
ことを検出すると、演算パターン変更部12は、これら
の演算式の記述形式を結合律に従って変更する。すなわ
ち、上記の例で説明するならば、 A=Mx(B十C+D) と変形することで、先ず最初に、 ■ B、C,Dの3つを加算する加算命令を生成し、 次に、 ■ この3つの加算結果にMを乗算する乗算命令を生成
する。
In the present invention, the calculation pattern recognition unit 1 performs calculations by including a common calculation target element such as A=BXM+CXM-I-DXM in the source program 2 accepted by the program input unit 10. When it is detected that arithmetic expressions that can be combined are included, the arithmetic pattern changing unit 12 changes the description format of these arithmetic expressions according to the associative rule. That is, to explain using the above example, by transforming A=Mx(B+C+D), first, ■ generate an addition instruction to add three B, C, and D, and then: ■ Generate a multiplication instruction to multiply the three addition results by M.

という手順に変更していくのである。We will change this procedure.

そして、オブジェクト生成部13は、演算パターン変更
部12により変更された演算式を持つソースプログラム
2を対応のオブジェクトにコンパイルしていくことで、
命令数の削減されたオブジェクト3を生成していく。こ
のオブジェクトの生成処理により、上記の例で説明する
ならば、変更前には総命令数が“5”であったものが、
変更後では3”となるオブジェクト3が生成できるよう
になる。
Then, the object generating unit 13 compiles the source program 2 having the arithmetic expression changed by the arithmetic pattern changing unit 12 into a corresponding object.
Object 3 with a reduced number of instructions is generated. As a result of this object generation process, using the example above, the total number of instructions was "5" before the change, but now
After the change, an object 3 with a size of 3'' can be generated.

このように、本発明では、ソースプログラム2を機械的
にコンパイルしてオブジェクト3を生成していくのでは
なくて、ソースプログラム2中に記述された演算をアセ
ンブラ命令に変換するときに、演算数の少ないものに変
換していくことで、命令数の削減されたオブジェクト3
を生成していくよう構成するものである。
In this way, in the present invention, instead of mechanically compiling the source program 2 to generate the object 3, when converting the operations written in the source program 2 into assembler instructions, By converting to one with fewer instructions, the number of instructions has been reduced.
It is configured to generate .

〔実施例〕〔Example〕

以下、実施例に従って本発明の詳細な説明する。 Hereinafter, the present invention will be explained in detail according to examples.

第2図に、本発明を具備するデータ処理装置の一実施例
を図示する。図中、第F図で説明したものと同じものに
ついては同一の記号で示しである。
FIG. 2 illustrates an embodiment of a data processing apparatus equipped with the present invention. In the figure, the same components as those explained in FIG. F are indicated by the same symbols.

14はベクトル化処理部であって、プログラム入力部1
0により受は付けられたソースプログラム2をベクトル
化するもの、15は命令変更可否判定部であって、演算
パターン認識部11により認識された演算式を演算パタ
ーン変更部12の処理対象とするか否かを判定するもの
、16は演算パターン処理部であって、演算パターン認
5識部11と命令変更可否判定部15と演算パターン変
更部12とにより構成されて、ベクトル化処理部14に
よりベクトル化された演算記述の最適化を実行してベク
トル命令を生成するもの、17は命令スケジューリング
部であって、ベクトル命令の生成処理をスケジューリン
グするものである。
14 is a vectorization processing section, and a program input section 1
1 vectorizes the source program 2 accepted by 0, and 15 is an instruction changeability determining unit, which determines whether the arithmetic expression recognized by the arithmetic pattern recognition unit 11 is to be processed by the arithmetic pattern changing unit 12. 16 is an arithmetic pattern processing unit which is composed of an arithmetic pattern recognition unit 11, an instruction changeability determination unit 15, and an arithmetic pattern change unit 12. 17 is an instruction scheduling unit that schedules the generation process of vector instructions.

第1図で説明したように、本発明では、共通の演算対象
要素を含むことで演算を結合することのできるようにな
る演算式が含まれている場合には、それらの演算式の記
述形式を結合律に従って変更していくことで、命令数の
少ないオブジェクト3を生成していくよう構成するもの
である。例えば、A=BXM+C×M+DXM という演算式を、 A=MX(B+C+D) という記述形式に変更し、また、 MM という演算式を、 という記述形式に変・更していくことで、命令数の少な
いオブジェクト3を生成していくのである。
As explained in FIG. 1, in the present invention, if arithmetic expressions that include a common operation target element and thereby allow operations to be combined are included, the description format of those arithmetic expressions is The configuration is such that objects 3 with a small number of instructions are generated by changing them according to the associative rule. For example, by changing the formula A=BXM+C×M+DXM to the format A=MX(B+C+D), and by changing the formula MM to the format Object 3 is generated.

次に、演算パターン処理部16の実行する第3図に示す
フローチャートに従って、本発明の処理内容について詳
細に説明する。
Next, the processing contents of the present invention will be described in detail according to the flowchart shown in FIG. 3 executed by the calculation pattern processing section 16.

iXパターン処理部16は、ベクトル化処理部14から
ベクトル化された演算記述を受は取ると、先ず最初に、
ステップ1で、プログラム中のデータ依存関係から演算
パターンの検索処理を行い、次に、ステップ2で、この
検索処理に従って、処理対象の演算記述が結合律に従っ
て変更可能な演算式に従うものであるのか否かを判断す
る。すなわち、処理対象の演算記述に、 A(i)XB(i) というものが含まれている場合には、その演算記述の中
に、A(i)かB(])を演算要素とする部分があるか
どうかを検索していくことで、処理対象の演算記述が、 A(i)XB(i)±A(i)XC(i)という演算パ
ターンや A(i)XB(i)土C(i)xB(i)という演算パ
ターンをとるものであるのか否かを検出し、また、処理
対象の演算記述に、B(、i)/A(i) というものが含まれている場合には、その演算記述の中
に、A(i)を演算要素とする部分があるかどうかを検
索していくことで、処理対象の演夏記述が、 B(i)/A(i)±C(i)/A(i)という演算パ
ターンをとるものであるのか否かを検出するのである。
When the iX pattern processing unit 16 receives the vectorized operation description from the vectorization processing unit 14, it first performs the following steps.
In step 1, a search process is performed for an operation pattern based on data dependencies in the program, and then in step 2, according to this search process, it is determined whether the operation description to be processed follows an operation expression that can be changed according to the associative rule. Decide whether or not. In other words, if the operation description to be processed includes A(i) By searching for whether or not there is, the calculation description to be processed can be found in the calculation pattern A(i)XB(i)±A(i)XC(i) or A(i)XB(i)SatC (i) Detect whether the calculation pattern is xB(i), and if the calculation description to be processed includes B(,i)/A(i), By searching whether there is a part where A(i) is an operation element in the operation description, the enka description to be processed becomes B(i)/A(i)±C It is detected whether the calculation pattern is (i)/A(i).

このようにして、ステップ1及びステップ2のの処理に
従って、結合線に従って変更可能な演算式に従うもので
あることが判断されると、演算パターン処理部16は、
ステップ3に進んで、ユーザと対話することで、この演
算記述の変更処理の実行の可否の判定処理を行う。この
判定処理を実行していくことで、精度に敏怒なプログラ
ムに対して演算パターンの変更処理を実行していかない
ことを可能にして、その精度を保証していくのである。
In this way, when it is determined that the calculation formula that can be changed according to the connection line is followed according to the processing in steps 1 and 2, the calculation pattern processing unit 16
Proceeding to step 3, by interacting with the user, it is determined whether or not the process of changing the calculation description can be executed. By executing this determination process, it is possible to avoid executing a calculation pattern change process for a program that is sensitive to accuracy, thereby guaranteeing its accuracy.

そして、続くステップ4で、このステップ3の判定処理
に従い、演算パターンの変更要求があると判断するとき
には、ステップ5に進んで、結合線に従って演算パター
ンの変更処理を実行する。
Then, in the following step 4, when it is determined that there is a request to change the calculation pattern according to the determination process in step 3, the process proceeds to step 5, and the process to change the calculation pattern is executed according to the connection line.

このステップ5の処理に従って、 A(i)XB(i)±A(i)xC(i)という演算パ
ターンは、 A(i)X [B(i)土C(i)) という演算数の少ない演算パターンに変更され、A(i
)xB(i)±C(t)XB(i)という演算パターン
は、 (A(i)±C(i))XB(i) という演算数の少ない演算パターンに変更されるととも
に、 B(i)/A(i)土C(i)/A(i)という演算パ
ターンは、 [B(i)±C(i>:l/A(i) という演算数の少ない演算パターンに変更されることに
なる。
According to the processing in step 5, the calculation pattern A(i) The calculation pattern is changed to A(i
)xB(i)±C(t)XB(i) is changed to the calculation pattern with fewer operations (A(i)±C(i))XB(i), and B(i )/A(i)SatC(i)/A(i) is changed to the calculation pattern with fewer operations as follows: [B(i)±C(i>:l/A(i)) become.

このようにして、第4図に示すようなフォートランで記
述されたソースプログラム2は、本発明を用いなければ
、第5図(a)に示すように、AB、C,Dをそれぞれ
v tl、v t2.v t3.v t4の計算領域に
ロードした後に、 ■ vtlとvt2とをベクトル乗算して、その乗算値
を計算領域vt5に格納し、 ■ vtlとvt3とをベクトル乗算して、その乗算値
を計算領域vt5に格納し、 ■ vjlとvt4とをベクトル乗算して、その乗算値
を計算領域vt7に格納し、 ■ vt5とvt6とをベクトル加算して、その加算値
を計算領域vt8に格納し、 ■ vt7とvt8とをベクトル加算して、その加算値
を計算領域vt9に格納し、 ■ この計算領域vt9の格納値をヘクトルストアする
In this way, if the present invention is not used, the source program 2 written in Fortran as shown in FIG. 4 will have AB, C, and D as shown in FIG. v t2. v t3. After loading into the calculation area of v t4, ■ vtl and vt2 are vector-multiplied and the multiplication value is stored in calculation area vt5, ■ vtl and vt3 are vector-multiplied and the multiplication value is stored in calculation area vt5. ■Vjl and vt4 are vector-multiplied and the multiplied value is stored in the calculation area vt7.■vt5 and vt6 are vector-added and the added value is stored in the calculation area vt8.■vt7 and vt8 are vector-added, and the added value is stored in the calculation area vt9. (2) The value stored in this calculation area vt9 is stored in hectors.

というアセンブラ記述をコンパイルしていくことでオブ
ジェクト化されるのに対して、本発明を用いれば、第5
図(b)に示すように、A B、CDをそれぞれv t
l、v t2.v t3.v t4の計算領域にロード
した後に、 ■ ■t2とvt3とをベクトル加算して、その加算値
を計算領域vt5に格納し、 ■ vt4とvt5とをベクトル加算して、その加算値
を計算領域vt6に格納し、 ■ vt5とvt6とをベクトル乗算して、その乗算値
を計算領域vt3に格納し、 ■ この計算領域vt8の格納値をベクトルストアする
While the assembler description is compiled into an object, if this invention is used,
As shown in Figure (b), A B and CD are v t
l, v t2. v t3. After loading vt4 into the calculation area, ■ Add vectors t2 and vt3 and store the added value in calculation area vt5. ■ Add vectors vt4 and vt5 and store the added value in calculation area. vt6, (2) vector multiplies vt5 and vt6, stores the multiplied value in calculation area vt3, and (2) vector stores the stored value in calculation area vt8.

というアセンブラ記述をコンパイルしていくことでオブ
ジェクト化されることになる。従って、本発明を用いる
ことで、少ない命令数のオブジェクト3を生成できるよ
うになるのである。
By compiling the assembler description, it becomes an object. Therefore, by using the present invention, it becomes possible to generate the object 3 with a small number of instructions.

開示実施例について説明したが、本発明はこれに限定さ
れるものではない。例えば、実施例ではベクトル命令に
適用したものを開示したが、本発明はスカラ命令に対し
てもそのまま適用できるのである。
Although the disclosed embodiments have been described, the present invention is not limited thereto. For example, although the embodiments have been disclosed as being applied to vector instructions, the present invention can also be applied to scalar instructions as is.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、ソースプログラ
ムを対応のオブジェクトにコンパイルするときに、命令
数の少ないオブジェクトを生成できるようになる。これ
により、プログラムの実行時間を短縮できるようになる
のである。
As described above, according to the present invention, when compiling a source program into a corresponding object, it is possible to generate an object with a small number of instructions. This makes it possible to shorten program execution time.

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

第1図は本発明の原理構成図、 第2図は本発明の一実施例、 第3図は本発明の実行するフローチャート、第4図はソ
ースプログラムの一例の説明図、第5図は本発明による
変更処理の説明図である。 図中、1はデータ処理装置、2はソースプログラム、3
はオブジェクト、10はプログラム入力部、11は演算
パターン認識部、12は演算パターン変更部、13はオ
ブジェクト生成部、14はヘクトル化処理部、15は命
令変更可否判定部、16は演算パターン処理部、17は
命令スケジューリング部である。
Fig. 1 is a diagram of the principle configuration of the present invention, Fig. 2 is an embodiment of the present invention, Fig. 3 is a flowchart of the execution of the present invention, Fig. 4 is an explanatory diagram of an example of a source program, and Fig. 5 is an illustration of an example of the present invention. FIG. 3 is an explanatory diagram of change processing according to the invention. In the figure, 1 is a data processing device, 2 is a source program, and 3 is a data processing device.
10 is an object, 10 is a program input section, 11 is an operation pattern recognition section, 12 is an operation pattern change section, 13 is an object generation section, 14 is a hectorization processing section, 15 is an instruction changeability determination section, and 16 is an operation pattern processing section. , 17 is an instruction scheduling section.

Claims (1)

【特許請求の範囲】 ソースプログラムを対応のオブジェクトにコンパイルす
るコンパイル処理方式において、共通の演算対象要素を
含むことで、演算を結合することのできるようになる演
算式がソースプログラムに含まれているか否かを検出す
る演算パターン認識部(11)と、 該演算パターン認識部(11)が結合可能な演算式の存
在を検出するときに、該演算式の記述形式を結合律に従
って変更する演算パターン変更部(12)とを備え、 該演算パターン変更部(12)により変更された演算式
に従って、ソースプログラムを対応のオブジェクトにコ
ンパイルしていくよう処理することを、特徴とするコン
パイル処理方式。
[Claims] In a compilation processing method that compiles a source program into a corresponding object, does the source program include an operation expression that allows operations to be combined by including a common operation target element? an arithmetic pattern recognition unit (11) that detects whether or not the arithmetic expression is combinable; and an arithmetic pattern that changes the description format of the arithmetic expression according to the associative rule when the arithmetic pattern recognition unit (11) detects the existence of a combinable arithmetic expression. A compiling processing method comprising: a changing unit (12), and processing to compile a source program into a corresponding object according to an arithmetic expression changed by the arithmetic pattern changing unit (12).
JP25862590A 1990-09-27 1990-09-27 Compiling processing system Pending JPH04135245A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25862590A JPH04135245A (en) 1990-09-27 1990-09-27 Compiling processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25862590A JPH04135245A (en) 1990-09-27 1990-09-27 Compiling processing system

Publications (1)

Publication Number Publication Date
JPH04135245A true JPH04135245A (en) 1992-05-08

Family

ID=17322877

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25862590A Pending JPH04135245A (en) 1990-09-27 1990-09-27 Compiling processing system

Country Status (1)

Country Link
JP (1) JPH04135245A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016177652A (en) * 2015-03-20 2016-10-06 富士通株式会社 Complier program, system, method, and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62219129A (en) * 1986-03-20 1987-09-26 Fujitsu Ltd Processing system by partial development for sum calculation in compiler

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62219129A (en) * 1986-03-20 1987-09-26 Fujitsu Ltd Processing system by partial development for sum calculation in compiler

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016177652A (en) * 2015-03-20 2016-10-06 富士通株式会社 Complier program, system, method, and device

Similar Documents

Publication Publication Date Title
JP4077252B2 (en) Compiler program and compile processing method
JP3311462B2 (en) Compile processing unit
JPH0814817B2 (en) Automatic vectorization method
JP2010039536A (en) Program conversion device, program conversion method, and program conversion program
JPH01121938A (en) Object generating system
JP2001167060A (en) Task paralleling method
JPH06324881A (en) Compiler device with superposition deciding function of memory data
JP2003233499A (en) Method for aspect oriented programming with multiple semantic levels
US6009273A (en) Method for conversion of a variable argument routine to a fixed argument routine
EP1164477A2 (en) A loop optimization method and a compiler
JPH04135245A (en) Compiling processing system
JP5227646B2 (en) Compiler and code generation method thereof
Song et al. What can we gain by unfolding loops?
US20070150508A1 (en) Constraint Derivation in Context Following for use with Object Code Insertion
JPS63155264A (en) Language tuning processing system for vector computer
JPS62169272A (en) Unrolling processing system for vector arithmetic string loop
JPH1196018A (en) Compiling device, its method and computer-readable recording medium recording compiling execution program
JPH01177165A (en) Definition-quotation relation checking system for array
JP3311775B2 (en) Pointer vectorization method
JPH08171554A (en) Optimizing compiler for vector operation
JP3034582B2 (en) Compile processing method
JPH11195011A (en) Language translation processor, language translation processing method and record medium recording language translation processing program
JP2564904B2 (en) Program optimization processing method
JPH04343140A (en) Parallelized processing system
JPH0223429A (en) Optimization processing method for square root reciprocal number