JPH02109135A - Do form array input conversion system - Google Patents

Do form array input conversion system

Info

Publication number
JPH02109135A
JPH02109135A JP26265488A JP26265488A JPH02109135A JP H02109135 A JPH02109135 A JP H02109135A JP 26265488 A JP26265488 A JP 26265488A JP 26265488 A JP26265488 A JP 26265488A JP H02109135 A JPH02109135 A JP H02109135A
Authority
JP
Japan
Prior art keywords
input
array
source program
program
variable
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
JP26265488A
Other languages
Japanese (ja)
Inventor
Ryoji Nemoto
根元 亮治
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP26265488A priority Critical patent/JPH02109135A/en
Publication of JPH02109135A publication Critical patent/JPH02109135A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To perform an DO form array input process at a high speed by providing a source program input means, a DO form array input sentence recognizing means, and a DO form array input conversion means. CONSTITUTION:A processor 2 is started with a user's instruction 6, and a source program input means 21 sets a source program 1 and sends this program to a DO form array input sentence recognizing means 22. In this case, the program 1 includes an input sentence which contains the array elements having the nonlinear array additional characters in the DO variable as the input items of the DO form array. Then the means 22 analyzes the program 1 and recognizes an input sentence. Based on this recognizing result, a DO form array input conversion means 23 converts a new DO variable K into a work array element WORK(K) having the linear additional characters. In addition, the DO loop which includes a substitute sentence that stores the value of the WORK(K) into an array element A[I(k] having the nonlinear additional characters in the variable K is formed and inserted to a place right after a leading sentence. Then a source program 3 converted from the input sentence is outputted. The program 3 is interpreted by a compiler 4 into an object program so as to be inputted with one call of RTP. As a result, a compiling unit 5 is executed at a high speed with a calling action.

Description

【発明の詳細な説明】 〔産業上の利用分野) 本発明はDO形並び入力変換方式に関し、特にF OR
T RA N言語プlコセソサ(以下、単にコンパイラ
という)により生成される目的プログラムにおける入力
並びとしてDO形並びを含む入力文の実行効率を改善す
るDO形並び入力変換方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a DO type input conversion method, and in particular to a FOR
The present invention relates to a DO-type sequence input conversion method that improves the execution efficiency of input statements containing DO-type sequences as input sequences in a target program generated by a TRAN language processor (hereinafter simply referred to as a compiler).

〔従来の技術〕[Conventional technology]

一般に、オペレーティングシステム(以下、O8と略記
する)は、FORTRAN言語(日本規格脇会発行「電
子ε1算機プログラム言語FORTRAN、JISC−
6201−19B2J参照)の入出力並びに対応しデー
タを処理するような機能を具備していない。このために
、FORTRAN文法とOS機能との間の機能差を埋め
る目的でF ORT RA N実行時入出力制御機構(
以下、R−1’ Pと略記する)が存在する。
In general, the operating system (hereinafter abbreviated as O8) is based on the FORTRAN language (Japanese Standards Subcommittee published "Electronic ε1 Computer Programming Language FORTRAN, JISC-
6201-19B2J) and functions for processing corresponding data. To this end, the FORTRAN runtime input/output control mechanism (
Hereinafter, abbreviated as R-1'P) exists.

入力文の処理の場合は、コンパイラは、入力並び項目に
対応して型、長さ、格納アドレス等の情報を作成した後
にRTPに制御を渡すような目的プログラムを作成する
。例えば、 READ (1)A、B の場合、 Aの情報作成 RTPの呼出し Bの情報作成 RTPの呼出し というように処理する。
In the case of processing an input statement, the compiler creates an object program that creates information such as type, length, storage address, etc. corresponding to the input list item, and then passes control to RTP. For example, in the case of READ (1) A, B, processing is performed such as A's information creation RTP is called, B's information creation RTP is called, and so on.

入力並びにDO形並びが現れた場合も同様でREAD 
(1)(A (1)、I=1.N)の場合には、DO形
並びをDO小ループ展開して以下のように処理する。
The same applies when input and DO type sequence appear.
(1) In the case of (A (1), I=1.N), the DO type sequence is expanded into a DO small loop and processed as follows.

DO  I=1.N A(f)の情報作成 RT Pの呼出し E N D D O ところで、二11ンパイシによっては、この例のように
入力項目がI) O変数に線形(増分値が−・定)な配
列添字をもつ配列要素の場合には、DO形並び評価時に
DO変数を評価することで全配列要素の格納されている
アドレスが確定するこきから、最初のアドレス、増分値
、繰返し数等の1n報を追加することでRTPの呼出し
回数を1回に減らず処理をしている。
DOI=1. N A (f) information creation RT P call E N D D O By the way, in some systems, the input item is an array subscript that is linear (the increment value is - constant) to the I) O variable, as in this example. In the case of array elements with , the addresses where all array elements are stored are determined by evaluating the DO variable during DO type alignment evaluation, so 1n information such as the first address, increment value, number of repetitions, etc. By adding this, the number of RTP calls is not reduced to one.

A(1)〜A (N)の情報作成 RTPの呼出し しかし、このようなコンパイラでも、 READ(1)()〜N(K))、に=1.N)という
ように、])O変数に線形でない配列添字をもつ配列要
素が人力項目として指定された場合には、DO形並び評
価時にDO変数を評価するのみでは全配列要素が格納さ
れているアドレスが確定しないために前述のような処理
ができず、以下のようなりOループに展開していた。
Calling RTP to create information for A(1) to A(N) However, even with such a compiler, READ(1)() to N(K)), = 1. If an array element with a non-linear array subscript in the O variable is specified as a manual item, such as ]), all array elements will not be stored if only the DO variable is evaluated during DO type array evaluation. Since the address was not determined, the above-mentioned processing could not be performed, and the situation developed into an O-loop as shown below.

DO  K=1.N L−1(K) A(L)の情報作成 RTPの呼出し NDDO 〔発明が解決しようとする課題〕 上述した従来の技術では、DO形並びの入力に際しDO
形並び評価時にDO変数を評価するのみでは全配列要素
が格納されているアドレスが確定しない場合、つまりD
O形並びの入力項目がり。
DOK=1. N L-1 (K) A (L) information creation RTP call NDDO [Problem to be solved by the invention] In the above-mentioned conventional technology, when inputting a DO type sequence, DO
If the addresses where all array elements are stored cannot be determined by just evaluating the DO variable when evaluating the array, that is, D
The input items are arranged in an O-shape.

変数に線形でない配列添字をもつ配列要素である場合に
は、DO形並びによって繰り返される回数分だけRTP
を呼び出していたので、特にRTPの呼出しに実行時間
のかかる計算機システムにおいては目的プログラムの実
行時の効率を少なからず悪いものにしてしまうという欠
点がある。
If the variable is an array element with a non-linear array index, RTP is performed for the number of times repeated by the DO arrangement.
This has the disadvantage that the execution efficiency of the target program is considerably degraded, especially in computer systems where calling RTP takes a long time to execute.

本発明の目的は、上述の点に鑑み、入力並びとしてDO
形並びを含む入力文をDO形並びの入力項目としてDO
変数に線形な配列添字をもつ作業用配列要素を含む入力
文とDO変数に線形な配列添字をもつ作業用配列要素か
らの代入文に変換することにより、目的プログラムから
のFTPの呼出し回数を1回だけにして目的プログラム
の実行時の効率を向上させるようにしたDO形並び入力
変換方式を擢供するごとにある。
In view of the above points, an object of the present invention is to use DO as an input sequence.
DO the input sentence containing the form sequence as an input item of the DO form sequence.
The number of FTP calls from the target program can be reduced by 1 by converting an input statement containing a working array element with a linear array index to the variable and an assignment statement from the working array element having a linear array index to the DO variable. Each time, we provide a DO type input conversion method that improves the efficiency of executing the target program by reducing the number of times.

(課題を解決するための手段〕 本発明のDO形並び入力変換方式は、原始プログラムか
ら複数の命令を有する目的プログラムを生成するととも
に目的プログラムで引用可能で目的プログラムとオペレ
ーティングシステムとの機能差を埋める役割を果たし入
出力制御等を行う実行時入出力制御機構を有するFOR
TRAN言語プロセッサを備える計算機システムにおい
て、入力並びとしてDO形並びをもつ原始プログラムを
入力する原始プログラム入力手段と、この原始プログラ
ム入力手段によって入力された原始プログラム中におい
てDO形並びの入力項目としてり。
(Means for Solving the Problems) The DO type input conversion method of the present invention generates a target program having a plurality of instructions from a source program, and also enables quotation by the target program and eliminates functional differences between the target program and the operating system. FOR has a runtime input/output control mechanism that performs input/output control, etc.
In a computer system equipped with a TRAN language processor, a source program input means inputs a source program having a DO type sequence as an input sequence, and the DO type sequence is used as an input item in the source program input by the source program input means.

変数に線形でない配列添字をもつ配列要素を含む入力文
を認識するDO形並び入力文認識手段と、ごの1)0形
並び入力文認識手段によって認識された入力文をDO形
並びの入力項目としてDO変数に線形な配列添字をもつ
作業用配列要素を含む入力文とDO変数に線形な配列添
字をもつ作業用配列要素からDO変数に線形でない配列
添字をもつ配列要素への代入文とに変換し入力文が変換
された原始ブ1」グラムを出力するDO形並び入力変換
手段とを有する。
A DO-type array input sentence recognition means that recognizes an input sentence that includes an array element whose variable has a non-linear array index; as an input statement containing a working array element with a linear array index to the DO variable, and an assignment statement from a working array element with a linear array index to the DO variable to an array element with a non-linear array index to the DO variable. and a DO type sequence input conversion means for outputting a primitive block 1''gram into which the input sentence has been converted.

〔作用〕[Effect]

本発明のDO形並び入力変換方式では、原始プログラム
入力手段が入力並びとしてDO形並びをもつ原始プログ
ラムを入力し、DO形並び入力文認識手段が原始プログ
ラム入力手段によって入力された原始プログラム中にお
いてDO形並びの入力項目としてDO変数に線形でない
配列添字をもつ配列要素を含む入力文を認識し、DO形
並び入力変換手段がDO形並び入力文認識手段によって
認識された入力文をDO形並びの入力項目としてDO変
数に線形な配列添字をもつ作業用配列要素を含む入力文
とDO変数に線形な配列添字をもつ作業用配列要素から
DO変数番こ線形でない配列添字をもつ配列要素への代
入文とに変換し入力文が変換された原始プログラムを出
力する。
In the DO type sequence input conversion method of the present invention, the source program input means inputs a source program having a DO type sequence as an input sequence, and the DO type sequence input sentence recognition means converts the input source program into the source program input by the source program input means. An input sentence containing an array element having a non-linear array index in a DO variable is recognized as an input item of a DO type array, and the DO type array input conversion means converts the input sentence recognized by the DO type array input sentence recognition means into a DO type array. An input statement containing a working array element with a linear array index on the DO variable as an input item, and a working array element with a linear array index on the DO variable to an array element with a non-linear array index on the DO variable. The input statement is converted into an assignment statement and the source program with the converted input statement is output.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例のDO形並び入力変換方式
の構成を示すブロック図である。本実施例のDO形並び
入力変換方式は、原始プログラム1と、原始プログラム
1を読み込んでDO形並びの入力項目としてDO変数に
線形でない配列添字をもつ配列要素を含む入力文をDO
変数に線形な配列添字をもつ作業用配列要素を入力項目
としてもつ入力文とDO変数に線形な配列添字をもつ作
業用配列要素からの代入文とに変換するブリプロセッサ
2と、ブリプロセッサ2から出力される入力文が変換さ
れた原始プログラム3と、入力文が変換された原始プロ
グラム3を入力して翻訳するコンパイラ4と、コンパイ
ラ4によって翻訳された目的フ゛ログラムであるコンパ
イルユニット5と、ブリプロセッサ2にり、えられる利
用者による指示6とから、その主要部が構成されている
FIG. 1 is a block diagram showing the configuration of a DO type input conversion system according to an embodiment of the present invention. The DO type array input conversion method of this embodiment reads the source program 1 and converts the input statement containing an array element having a non-linear array index to the DO variable as an input item of the DO type array.
A briprocessor 2 that converts an input statement that has a working array element that has a linear array subscript to a variable as an input item and an assignment statement from a working array element that has a linear array subscript to a DO variable; A source program 3 into which the input sentences to be output have been converted, a compiler 4 which inputs and translates the source program 3 into which the input sentences have been converted, a compile unit 5 which is an object program translated by the compiler 4, and a compiler 4 which is an objective program translated by the compiler 4; The main part is composed of instructions 6 given by the user to the processor 2.

ブリプロセッサ2は、利用者による指示6に基づいて原
始プログラム1を取り込む原始プログラム入力手段21
と、原始プログラム入力手段21によって取り込まれた
原始プログラム1中でDO形並びの入力項目としてDO
変数に線形でない配列添字をもつ配列要素を含む入力文
を認識するDO形並び入力文認識手段22と、DO形並
び入力文認識手段22により認識された入力文をDO形
並びの入力項目としてDO変数に線形な配列添字をもつ
作業用配列要素を含む入力文とDO変数に線形な配列添
字をもつ作業用配列要素からDO変数に線形でない配列
添字をもつ配列要素への代入文とに変換し入力文が変換
された原始プログラム3を出力するDO形並び入力変換
手段23とを含んで構成されている。
The preprocessor 2 includes a source program input means 21 that imports the source program 1 based on instructions 6 from the user.
In the source program 1 imported by the source program input means 21, DO is input as an input item in the DO type sequence.
A DO-type array input sentence recognition means 22 recognizes an input sentence that includes an array element whose variable has a non-linear array index, and the input sentence recognized by the DO-type array input sentence recognition means 22 is DO-shaped as an input item of the DO-type array. Converts an input statement containing a working array element with a linear array subscript to a variable and an assignment statement from a working array element with a linear array subscript to a DO variable to an array element with a non-linear array subscript to the DO variable. The apparatus includes a DO type input conversion means 23 which outputs a source program 3 into which an input sentence has been converted.

コンパイラ4は、DO形並びの入力項目がり。Compiler 4 has input items arranged in DO format.

変数に線形な配列添字をもつ配列要素の場合に、RTP
の呼出し回数を1回に減らすような処理を行うように入
力文を目的プログラムに翻訳するコンパイラである。
For array elements with linear array subscripts on variables, RTP
This is a compiler that translates input statements into the target program so as to reduce the number of calls to one.

次に、このように構成された本実施例のDO形並び入力
変換方式の動作について第2図および第3図を参照しな
がら具体的に説明する。
Next, the operation of the DO type input conversion system of this embodiment configured as described above will be specifically explained with reference to FIGS. 2 and 3.

利用者による指示6に基づいてブリプロセッサ2が起動
されると、まず原始プログラム入力手段21は、例えば
第2図に示すようなFORTRAN言語で記述されDO
形並びの入力項目としてDO変数に線形でない配列添字
をもつ配列要素「A(+(K))Jを含む入力文が含ま
れた原始プログラム1を取り込み、DO形並び入力文認
識手段224こ渡す。
When the pre-processor 2 is activated based on an instruction 6 by the user, the source program input means 21 first inputs a DO program written in the FORTRAN language as shown in FIG.
A source program 1 containing an input sentence containing an array element "A(+(K))J" having a non-linear array subscript in the DO variable as an input item for the DO type sequence is taken in and passed to the DO type sequence input sentence recognition means 224. .

次に、DO形並び入力文認識手段22は、原始プログラ
ム入力手段21から渡された原始プログラム1を解析し
て、DO形並びの入力項目としてDO変数に線形でない
配列添字をもつ配列要素を含む入力文を認識する。
Next, the DO type array input sentence recognition means 22 analyzes the source program 1 passed from the source program input means 21, and includes an array element having a non-linear array subscript in the DO variable as an input item of the DO type array. Recognize input sentences.

続いて、DO形並び入力変換手段23は、DO形並び入
力文認識手段22の認識結果を基にして、入力並びとし
てDO形並びをもつ入力文であるREAD文のDO形並
びの入力項目をA (1(K))から、新たにブリプロ
セッサ2によって生成されたDO変数Kに線形な配列添
字をもつ作業用配列要素WORK (K)に変更する。
Next, the DO-type sequence input conversion means 23 converts the input items of the DO-form sequence of the READ sentence, which is an input sentence having a DO-form sequence as an input sequence, based on the recognition result of the DO-form sequence input sentence recognition means 22. A (1(K)) is changed to a work array element WORK (K) having an array index linear to the DO variable K newly generated by the preprocessor 2.

さらに、D。Furthermore, D.

変数Kに従って作業用配列要素WORK (K)の値を
DO変数Kに線形でない配列添字をもつ配列要素A(+
(K))に格納する代入文を含むり。
The value of the work array element WORK (K) is assigned to the DO variable K according to the variable K, and the array element A (+
(K)).

ループを生成し、READ文の直後に挿入し、第3図に
示すような入力文が変換された原始プログラム3を出力
する。
A loop is generated and inserted immediately after the READ statement, and a source program 3 in which the input statement is converted as shown in FIG. 3 is output.

次に、コンパイラ4は、プリプロセッサ2のDO形並び
人力変換手段23から出力された、入力文が変換された
原始プログラム3を翻訳する。ここで、この入力文が変
換された原始プログラム3は、入力文であるREAD文
の入力並びが(A (I (K))、に= 1.、N)
から(WORK (K)K=1.、N)に変換され入力
項目がDO変数Kに線形な配列要素であるDO形並びと
なっており、READ文はコンパイラ4によって1回の
RT l)の呼出しで入力の処理が可能となるとなるよ
うに目的プ1コグラムに翻訳される。
Next, the compiler 4 translates the source program 3 outputted from the DO type alignment manual conversion means 23 of the preprocessor 2 and into which the input sentence has been converted. Here, in the source program 3 into which this input statement has been converted, the input sequence of the READ statement, which is the input statement, is (A (I (K)), = 1., N).
(WORK (K)K=1.,N), and the input items are DO-type array elements that are linear to the DO variable K, and the READ statement is processed by the compiler 4 in one RT l). The input is translated into an object program so that the call can process the input.

したがって、コンパイラ4から出力された目的プログラ
ムであるコンパイラユニソl−5の実行時には、入力文
であるREAD文の実行がRTPの呼出し回数が1回で
高速に行われることになる。
Therefore, when executing the compiler UNISO 1-5, which is the target program output from the compiler 4, the READ statement, which is the input statement, is executed at high speed with one RTP call.

〔発明の効果] 以ト説明したように本発明は、原始プログラム中の入力
並びとしてDO形並びをもつ入力文をDO形並びの入力
項目としてDO変数に線形な配列添字をもつ作業用配列
要素を含む入力文とDO変数に線形な配列添字をもつ作
業用配列要素からの代入文とに変換することにより、目
的プログラムの入力処理時におけるRTPの呼出しを減
らずことが可能になり、入力処理を高速に行うことがで
きる効果がある。
[Effects of the Invention] As explained above, the present invention uses an input statement having a DO type sequence as an input sequence in a source program, and a working array element having a linear array subscript to a DO variable as an input item of the DO type sequence. By converting the input statement containing ``to'' and the assignment statement from the working array element with a linear array index to the DO variable, it is possible to avoid reducing the number of RTP calls during input processing of the target program, and the input processing This has the effect of allowing the process to be carried out at high speed.

また、波及効果として、ヘクトル処理機構をもつ計算機
システムにおいては、DO小ループ展開した代入文の部
分がさらにベクトル化できるので、より高速に処理する
ことが可能になる。
Further, as a ripple effect, in a computer system having a hector processing mechanism, the portion of the assignment statement expanded by the DO small loop can be further vectorized, so that faster processing becomes possible.

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

第1図は本発明の一実施例のDO形並び入力変換方式の
構成を示すブロック図、 第2図は第1図中の原始プログラム中で入力項目として
DO変数に線形でない配列要素を含むDO形並びを含む
原始プログラムの一例を示す図、第3図は第2図中に示
した入力文が変換された原始プログラムの一例を示す図
である。 図において、 l・・・原始プログラム、 2・・・ブリプロセ・7す、 3・・・入力文が変換された原始プログラム、4・・・
コンパイラ、 5・・・コンパイルユニット、 6・・・利用者による指示、 2I・・原始プログラム入力手段、 22・・DO形並び入力文認識手段、 23・・DO形並び入力変換手段である。
FIG. 1 is a block diagram showing the configuration of a DO-type array input conversion method according to an embodiment of the present invention. FIG. 2 is a block diagram showing the configuration of a DO type array input conversion method according to an embodiment of the present invention. FIG. FIG. 3 is a diagram showing an example of a source program including form sequences. FIG. 3 is a diagram showing an example of a source program into which the input sentence shown in FIG. 2 has been converted. In the figure, l...source program, 2...briprocessor 7, 3...source program into which the input sentence has been converted, 4...
Compiler; 5. Compilation unit; 6. Instructions by user; 2I. Source program input means; 22. DO type sequence input sentence recognition means; 23. DO type sequence input conversion means.

Claims (1)

【特許請求の範囲】 原始プログラムから複数の命令を有する目的プログラム
を生成するとともに目的プログラムで引用可能で目的プ
ログラムとオペレーティングシステムとの機能差を埋め
る役割を果たし入出力制御等を行う実行時入出力制御機
構を有するFORTRAN言語プロセッサを備える計算
機システムにおいて、 入力並びとしてDO形並びをもつ原始プログラムを入力
する原始プログラム入力手段と、 この原始プログラム入力手段によって入力された原始プ
ログラム中においてDO形並びの入力項目としてDO変
数に線形でない配列添字をもつ配列要素を含む入力文を
認識するDO形並び入力文認識手段と、 このDO形並び入力文認識手段によって認識された入力
文をDO形並びの入力項目としてDO変数に線形な配列
添字をもつ作業用配列要素を含む入力文とDO変数に線
形な配列添字をもつ作業用配列要素からDO変数に線形
でない配列添字をもつ配列要素への代入文とに変換し入
力文が変換された原始プログラムを出力するDO形並び
入力変換手段と を有することを特徴とするDO形並び入力変換方式。
[Claims] Run-time input/output that generates a target program having a plurality of instructions from a source program, can be referenced by the target program, and fills the functional difference between the target program and the operating system, and performs input/output control, etc. In a computer system equipped with a FORTRAN language processor having a control mechanism, a source program input means for inputting a source program having a DO type sequence as an input sequence; and an input of a DO type sequence in the source program input by the source program input means; A DO type array input sentence recognition means that recognizes an input sentence including an array element having a non-linear array index in a DO variable as an item, and an input sentence recognized by the DO type array input sentence recognition means as a DO type array input item. as an input statement containing a working array element with a linear array index to the DO variable, and an assignment statement from a working array element with a linear array index to the DO variable to an array element with a non-linear array index to the DO variable. 1. A DO-type ordered input conversion method, comprising: DO-type ordered input conversion means for converting and outputting a source program obtained by converting an input sentence.
JP26265488A 1988-10-18 1988-10-18 Do form array input conversion system Pending JPH02109135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26265488A JPH02109135A (en) 1988-10-18 1988-10-18 Do form array input conversion system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26265488A JPH02109135A (en) 1988-10-18 1988-10-18 Do form array input conversion system

Publications (1)

Publication Number Publication Date
JPH02109135A true JPH02109135A (en) 1990-04-20

Family

ID=17378779

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26265488A Pending JPH02109135A (en) 1988-10-18 1988-10-18 Do form array input conversion system

Country Status (1)

Country Link
JP (1) JPH02109135A (en)

Similar Documents

Publication Publication Date Title
USRE38104E1 (en) Method and apparatus for resolving data references in generated code
US4763255A (en) Method for generating short form instructions in an optimizing compiler
US6253371B1 (en) Method for supporting parallelization of source program
US5606697A (en) Compiler system for language processing program
JP4346316B2 (en) A method for aspect-oriented programming with multiple semantic levels
JP2001166949A (en) Method and device for compiling source code by using symbolic execution
JP2001166946A (en) Method and device for compiling source code by flattening hierarchy
JPH02109135A (en) Do form array input conversion system
EP0180077A2 (en) A data processing machine for compiling computer programs
CN113031952A (en) Method and device for determining execution code of deep learning model and storage medium
JPH03135630A (en) Instruction scheduling system
JP2539070B2 (en) Compiler processor
JPH05324346A (en) Vectorization system
JP2554169B2 (en) Relative Rank Analysis Method for Data Driven Processor
JP4327533B2 (en) Arithmetic processing program, arithmetic processing method, and arithmetic processing apparatus
KR0169909B1 (en) Method for designing assembly code generator for target processor
JP2601541B2 (en) FORTRAN input / output list processing method
JPH0235349B2 (en) RUUPUNAIHAIRETSUSHORIBEKUTORUKASHORIHOSHIKI
JPH0795275B2 (en) Compile processor
JP3018783B2 (en) Compilation method
JP2501394B2 (en) Procedure call translation device
JPH0950429A (en) Pointer vectorization system in compiler
JPH05120025A (en) Inline development method for source program
JP2019012324A (en) compiler
JPH04135244A (en) Compiling processing system