JPH0447337B2 - - Google Patents

Info

Publication number
JPH0447337B2
JPH0447337B2 JP60260229A JP26022985A JPH0447337B2 JP H0447337 B2 JPH0447337 B2 JP H0447337B2 JP 60260229 A JP60260229 A JP 60260229A JP 26022985 A JP26022985 A JP 26022985A JP H0447337 B2 JPH0447337 B2 JP H0447337B2
Authority
JP
Japan
Prior art keywords
option
control area
extended
basic
value
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 - Lifetime
Application number
JP60260229A
Other languages
Japanese (ja)
Other versions
JPS62119641A (en
Inventor
Hirobumi Yamada
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 JP26022985A priority Critical patent/JPS62119641A/en
Publication of JPS62119641A publication Critical patent/JPS62119641A/en
Publication of JPH0447337B2 publication Critical patent/JPH0447337B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 〔概要〕 情報処理システムの、いわゆるコンパイラシス
テムが、基本システムと拡張システムからなる場
合の、翻訳オプシヨン機能の指定値の設定制御方
式である。基本システムが、基本システムのいわ
ゆるデフオルト値の設定と、基本、拡張両システ
ムの指定値の設定とを行い、その後拡張システム
で、指定値の設定の無い拡張システメのオプシヨ
ンを走査して、そのデフオルト値を設定する。こ
のようにすると、拡張システムの追加による基本
システムの変更を少なくしながら、オプシヨン値
設定の処理効率を改善することができる。
DETAILED DESCRIPTION OF THE INVENTION [Summary] This is a control method for setting the specified value of a translation option function when a so-called compiler system of an information processing system consists of a basic system and an extended system. The basic system sets the so-called default value of the basic system and the specified value of both the basic and extended systems, and then the extended system scans the options of the extended system for which no specified value is set and sets the default value. Set the value. In this way, it is possible to improve the processing efficiency of option value setting while reducing changes to the basic system due to addition of an expansion system.

〔産業上の利用分野〕[Industrial application field]

本発明は、情報処理システムの、いわゆるコン
パイラシステムが、基本システムと拡張システム
からなる場合の、翻訳オプシヨン機能の指定値の
設定制御方式に関する。
The present invention relates to a method for controlling the setting of specified values of translation option functions when a so-called compiler system of an information processing system consists of a basic system and an extended system.

FORTRAN等のプログラミング言語で記述さ
れたプログラムを、計算機で実行するために所要
の形式に翻訳するためのプログラムからなる翻訳
処理システム、いわゆるコンパイラシステムに
は、公知のように、原プログラム及び翻訳結果の
プログラムのリスト、プログラム中の変数に関す
る各種リスト等の出力の要否及び出力態様の指
定、あるいはデバツク機能の組み込みの要否の指
定、その他で、翻訳の開始時に指定して選択でき
る各種の機能があり、オプシヨン機能と呼ばれ
る。
As is well known, a translation processing system, a so-called compiler system, consists of a program that translates a program written in a programming language such as FORTRAN into a required format for execution on a computer. Various functions can be specified and selected at the start of translation, such as specifying whether or not to output a program list, various lists related to variables in the program, etc., and specifying the output format, specifying whether or not to incorporate a debugging function, etc. Yes, it is called an optional function.

多様な利用形態に対応できるように、多数のオ
プシヨン機能が設けられる場合には、それらをす
べて利用者が指定する手間を省くために、指定を
省略したオプシヨン機能は、予め定める一定の指
定があつたものとする、いわゆるデフオルト値の
設定機能を設ける場合が多い。
When a large number of optional functions are provided to accommodate a variety of usage patterns, in order to save the user the trouble of specifying all of them, optional functions for which specification is omitted are provided with a certain predetermined specification. In many cases, a so-called default value setting function is provided.

〔従来の技術と発明が解説しようとする問題点〕[Problems that the prior art and invention attempt to explain]

第3図は情報処理システムの一構成例を示すブ
ロツク図である。
FIG. 3 is a block diagram showing an example of the configuration of an information processing system.

処理装置1は、入力装置2から制御情報及び原
プログラム情報等を受け取つて記憶装置3に入力
し、記憶装置3に保持するコンパイラシステムの
基本システム4、及び拡張システム5の翻訳処理
プログラムを実行することにより、入力した制御
情報に従つて、原プログラムの翻訳処理を実行
し、結果を出力装置6に出力する。
The processing device 1 receives control information, original program information, etc. from the input device 2, inputs it to the storage device 3, and executes the translation processing program of the basic system 4 and expansion system 5 of the compiler system held in the storage device 3. Accordingly, the translation process of the original program is executed according to the input control information, and the result is output to the output device 6.

こゝで、コンパイラの基本システム4とは、例
えばFORTRAN言語を翻訳して、通常の処理装
置で実行するための目的プログラムを生成する、
通常のコンパイラシステムであり、拡張システム
5は、例えばそのような基本システムと結合し
て、例えばベクトルプロセツサで実行するための
目的プログラムを生成するために必要な翻訳機能
等を付加するためのシステムである。
Here, the compiler basic system 4 is one that translates FORTRAN language and generates a target program to be executed on a normal processing device.
This is a normal compiler system, and the extension system 5 is a system for adding translation functions, etc. necessary for, for example, combining with such a basic system to generate a target program to be executed by a vector processor, for example. It is.

翻訳処理の開始において、入力したオプシヨン
指定情報7を解析して、基本システムのオプシヨ
ン制御域8及び拡張システムのオプシヨン制御域
9に指定のオプシヨン値又はデフオルト値を設定
する必要がある。
At the start of translation processing, it is necessary to analyze the input option designation information 7 and set designated option values or default values in the option control area 8 of the basic system and the option control area 9 of the extended system.

オプシヨン指定情報7は、利用者が特別の指定
を要するオプシヨン機能について、例えば “オプシヨン名”=“指定値” のような形式で、オプシヨン名で定まるオプシヨ
ン機能について、所要の指定情報の並びを指定値
として指定するものである。
Option specification information 7 specifies the sequence of required specification information for an optional function that requires a special specification by the user, for example in a format such as "option name" = "specified value". It is specified as a value.

利用者は特別の指定を必要とするオプシヨン機
能についてのみ、オプシヨン指定情報7として指
定をし、指定の無いオプシヨン機能については、
予めこのコンパイラシステムで定めているデフオ
ルト値が、各オプシヨン機能の指定値として設定
されることを予定している。
The user specifies only the optional functions that require special specification as option specification information 7, and for the optional functions that do not have a specific specification,
It is planned that default values predefined in this compiler system will be set as designated values for each optional function.

それらのデフオルト値は、基本システム4及び
拡張システム5に、それぞれのシステムの全オプ
シヨンについての各値が保持されている。
These default values are held in the basic system 4 and expansion system 5 for all options of each system.

先ず基本システム4は、基本システムのオプシ
ヨン制御域であるオプシヨン制御域8の全オプシ
ヨン機能について、各オプシヨン機能ごとに割り
当てた領域に、それぞれのデフオルト値を設定す
る。
First, the basic system 4 sets default values for all the optional functions in the optional control area 8, which is the optional control area of the basic system, in the area allocated to each optional function.

その後、オプシヨン指定情報7を順次走査し
て、例えば前記の形式の指定を解析することによ
り、オプシヨン制御域8の、オプシヨン名で定ま
るオプシヨン機能の領域に、指定値を設定する。
Thereafter, by sequentially scanning the option designation information 7 and analyzing the designation in the above format, for example, a designated value is set in the area of the option function determined by the option name in the option control area 8.

オプシヨン指定情報7には、基本システムのオ
プシヨン機能のための指定情報と、拡張システム
のオプシヨン機能のための指定情報があり得るの
で、基本システム4は前記の解析で、基本システ
ムのオプシヨン機能の指定でないことを識別する
と、その指定項の解析処理を中止して次の項の処
理へ進む。
The option specification information 7 can include specification information for the optional function of the basic system and specification information for the optional function of the extended system. If it is determined that it is not, the analysis process for that specified term is stopped and the process proceeds to the next term.

通常、拡張システムの使用もオプシヨン機能の
1つとされ、拡張システムで実現できる機能を使
用する場合には、オプシヨン指定情報7の1項と
して指定するようにする。
Normally, the use of an extended system is considered to be one of the optional functions, and when a function that can be realized by the extended system is used, it is specified as one item of the option designation information 7.

基本システム4は、前記の解析処理を終了する
と、オプシヨン制御域8の所要領域を見て、拡張
システムの使用が指定されているか識別し、指定
があれば拡張システム5に実行を移す。
When the basic system 4 finishes the above-mentioned analysis process, it checks the required area of the option control area 8, identifies whether the use of the extended system is specified, and if so, shifts the execution to the extended system 5.

拡張システム5は、オプシヨン制御域9に、拡
張システムのオプシヨン指定値を設定するため
に、デフオルト値の設定、オプシヨン指定情報7
の走査、解析による指定値の設定等の処理を、前
記基本システム4と同様の方式で処理する。
In order to set the option specification value of the expansion system in the option control area 9, the expansion system 5 sets the default value and the option specification information 7.
Processing such as scanning and setting of specified values through analysis is performed in the same manner as in the basic system 4.

こゝで、拡張システム5も基本システム4の場
合のように、オプシヨン指定情報7の全項を走
査、解析した上で、拡張システムのオプシヨン指
定のみを識別して設定する必要がある。
Here, in the extended system 5, as in the case of the basic system 4, it is necessary to scan and analyze all the items in the option designation information 7, and then identify and set only the option designations of the extended system.

第4図は以上の処理の流れを説明する図であ
る。処理が開始されると、基本システム4が、処
理のステツプ10でオプシヨン制御域8に基本シ
ステムの全オプシヨンにそれぞれのデフオルト値
を設定する。
FIG. 4 is a diagram explaining the flow of the above processing. When the process is started, the base system 4 sets respective default values for all options of the base system in the option control area 8 in step 10 of the process.

次に処理のステツプ11及び12でオプシヨン
指定情報7の1項を解析し、基本システムのオプ
シヨンであればステツプ13で、オプシヨン制御
域8の該当オプシヨンの領域のデフオルト値を指
定値で書き換え、基本システムのオプシヨンでな
ければステツプ13をバイパスする。
Next, in steps 11 and 12 of the process, one item of the option specification information 7 is analyzed, and if it is an option for the basic system, in step 13, the default value of the corresponding option area of the option control area 8 is rewritten with the specified value. If not a system option, step 13 is bypassed.

次のステツプ14で全項の走査が終わつたか判
定して、終わつていなければステツプ11へ戻
る。
In the next step 14, it is determined whether all terms have been scanned, and if not, the process returns to step 11.

このようにして、ステツプ11〜14のループ
を、オプシヨン指定情報7の全項について終わる
と、ステツプ15で拡張システムの指定があるか
識別して、指定があれば拡張システム5の処理へ
移行する。拡張システムの指定が無ければオプシ
ヨン値設定処理を終了する。
In this way, when the loop of steps 11 to 14 is completed for all items in the option specification information 7, it is determined in step 15 whether an expansion system is specified, and if there is a specification, the process moves to the expansion system 5. . If no extended system is specified, the option value setting process ends.

拡張システム5はステツプ16でオプシヨン制
御域9に拡張システムのオプシヨンの全デフオル
ト値を設定した後、処理のステツプ17及び18
でオプシヨン指定情報7の1項を解析し、拡張シ
ステムのオプシヨンであればステツプ19で、オ
プシヨン制御域8にオプシヨン値を設定し、基本
システムのオプシヨンでなければステツプ19を
バイパスし、ステツプ20で全項の走査が終わつ
たか判定して、終わつていなければステツプ17
へ戻る。
The expansion system 5 sets all default values of the options of the expansion system in the option control area 9 in step 16, and then performs processing steps 17 and 18.
If it is an option for the extended system, the option value is set in the option control area 8 in step 19. If it is not an option for the basic system, step 19 is bypassed, and in step 20, the option value is set in the option control area 8. Determine whether scanning of all terms has been completed, and if not, proceed to step 17.
Return to

即ち、以上のオプシヨン値設定処理によれば、
ステツプ11〜14のループとステツプ17〜2
0のループで示されるように、拡張システム使用
の指定があると、オプシヨン指定情報7の全項を
2回にわたつて走査しなければならないので、オ
プシヨン値設定処理に比較的長い時間を要すると
いう問題があつた。
That is, according to the above option value setting process,
Loop of steps 11-14 and steps 17-2
As shown in the loop of 0, if there is a specification to use the extended system, all items in the option specification information 7 must be scanned twice, so it takes a relatively long time to set the option value. There was a problem.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は、本発明の構成を示すブロツク図であ
る。
FIG. 1 is a block diagram showing the configuration of the present invention.

図は情報処理システムにおけるコンパイラシス
テムの構成を示し、24は基本システム、25は
拡張システムである。
The figure shows the configuration of a compiler system in an information processing system, where 24 is a basic system and 25 is an extended system.

〔作用〕[Effect]

従来と同様の翻訳処理に先立つオプシヨン値の
設定処理において、基本システム24は、従来の
ように先ず基本システムのオプシヨン制御域8に
デフオルト値を設定する。
In the option value setting process prior to translation processing as in the prior art, the base system 24 first sets a default value in the option control area 8 of the base system as in the prior art.

次にオプシヨン指定情報7を従来のように走査
解析するが、基本システムのオプシヨンの指定値
をオプシヨン制御域8に設定すると共に、拡張シ
ステムのオプシヨン指定情報を識別した場合に
は、その指定値をオプシヨン制御域9の該当オプ
シヨンの領域に設定する。
Next, the option specification information 7 is scanned and analyzed as before, but the specified value of the option of the basic system is set in the option control area 8, and if the option specification information of the extended system is identified, the specified value is It is set in the area of the corresponding option in the option control area 9.

このようにしてオプシヨン制定情報7の全項を
走査し終えると、拡張システム使用の指定がある
場合には、拡張システム25に処理を移行する。
After all the items in the option establishment information 7 have been scanned in this way, if there is a designation to use the extended system, the processing is transferred to the extended system 25.

拡張システム25は、拡張システムのオプシヨ
ンのオプシヨン制御域9上で、各オプシヨン機能
の制御域を順次検査し、指定値が設定されていれ
ばそのまゝにし、設定されていなければ、そのオ
プシヨン機能について自身に保持する所定のデフ
オルト値をその制御域に設定する。
The expansion system 25 sequentially checks the control area of each option function on the option control area 9 of the options of the expansion system, and if the specified value is set, it is left as is, and if it is not set, the option function is changed. A predetermined default value held within the control area is set for the control area.

以上の処理方式により、オプシヨン指定情報7
の走査、解析は1回のみとなり、オプシヨン値設
定処理を高速化できる。又デフオルト値はそれぞ
れのシステムが持つので、基本システムに後から
拡張システム25が追加される場合にも、基本シ
ステムに要する変更量は、比較的少量に抑えるこ
とができる。
By the above processing method, option specification information 7
is scanned and analyzed only once, making it possible to speed up the option value setting process. Furthermore, since each system has a default value, even if the expansion system 25 is added to the basic system later, the amount of change required to the basic system can be kept to a relatively small amount.

〔実施例〕〔Example〕

第1図において、基本システム24及び拡張シ
ステム25は、以下に述べる他は前記従来の基本
システム4及び拡張システム5と同様の機能を有
し、その他の第3図の同一符号で示す各構成部分
は、前記説明と同様である。
In FIG. 1, a basic system 24 and an expansion system 25 have the same functions as the conventional basic system 4 and expansion system 5 except as described below, and other components are indicated by the same reference numerals in FIG. 3. is the same as the above description.

以下において、第1図と共に、第2図の処理の
流れ図を参照して説明する。
In the following, the process will be explained with reference to the flowchart of the process shown in FIG. 2 together with FIG. 1.

従来と同様に翻訳処理に先立つて、オプシヨン
値の設定処理を行うために、基本システム24
は、従来のように先ず基本システムのオプシヨン
制御域8にデフオルト値を設定する(第2図の処
理のステツプ30)。
As before, the basic system 24 performs option value setting processing prior to translation processing.
As in the prior art, a default value is first set in the option control area 8 of the basic system (step 30 of the process in FIG. 2).

次にステツプ31,32で、オプシヨン指定情
報7の1項を従来のように走査解析する。それが
基本システムのオプシヨンの指定であれば、その
指定値をオプシヨン制御域8に設定し(ステツプ
33)、拡張システムのオプシヨンの指定であれ
ば、オプシヨン制御域9の該当オプシヨンの領域
にその指定値を設定する(ステツプ34)。
Next, in steps 31 and 32, one item of the option designation information 7 is scanned and analyzed in the conventional manner. If it is a specification of an option for the basic system, the specified value is set in the option control area 8 (step 33), and if it is a specification of an option for an extended system, the specified value is set in the area of the corresponding option in the option control area 9. Set the value (step 34).

ステツプ35でオプシヨン指定情報7の全項走
査が終わつたか識別し、未処理があればステツプ
31へ戻る。
In step 35, it is determined whether scanning of all terms of the option designation information 7 has been completed, and if there is any unprocessed item, the process returns to step 31.

このようにステツプ31〜35のループを反復
して、オプシヨン指定情報7の全項を走査し終わ
ると、ステツプ36で拡張システム使用の指定が
あるか判定し、指定があれば拡張システム25に
処理を移行し、指定が無ければオプシヨン値設定
処理を終わる。
After repeating the loop of steps 31 to 35 in this way and scanning all the items in the option specification information 7, it is determined in step 36 whether there is a specification to use the expansion system, and if there is a specification, the expansion system 25 processes the option. If there is no specification, the option value setting process ends.

拡張システム25は、ステツプ37において、
拡張システムのオプシヨンのオプシヨン制御域9
の制御域を1項づつ検査し、指定値が設定されて
いればそのまゝにし、設定されていなければ、ス
テツプ38に進んで、そのオプシヨン機能につい
て自身に保持する所定のデフオルト値をその制御
域に設定する。
The expansion system 25, in step 37,
Option control area 9 for expanded system options
The control range of the optional function is checked one by one, and if the specified value is set, it is left as is, and if it is not set, the process proceeds to step 38, and the control area is set to the predetermined default value held in itself for that optional function. area.

制御域に指定値が設定されたか否かは、例えば
各制御域に有効フラグビツトを設けて、‘0'に初
期設定しておき、基本システム25が指定値を設
定したときに、該当の有効フラグビツトを‘1'に
することにより、識別可能にする。
Whether or not a specified value has been set in a control area can be determined by, for example, providing a valid flag bit in each control area and initially setting it to '0', and then checking the corresponding valid flag bit when the basic system 25 sets the specified value. By setting '1', it can be identified.

ステツプ39でオプシヨン制御域9の全項を検
査したか識別し、未検査があればステツプ37に
戻り、全項の処理を終われば、オプシヨン設定処
理を終了する。
In step 39, it is determined whether all items in the option control area 9 have been checked. If there are any items that have not been checked, the process returns to step 37, and when all items have been processed, the option setting process ends.

以上の処理方式により、オプシヨン指定情報7
の走査、解析は1回のみとなり、拡張システム2
5は拡張システムのオプシヨン制御域のみを走査
して、必要はオプシヨンにデフオルト値を設定す
るのみでよいので、一般にオプシヨン値設定処理
を高速化できる。
By the above processing method, option specification information 7
is scanned and analyzed only once, and extended system 2
5 scans only the option control area of the extended system and only needs to set default values for the options, which generally speeds up the option value setting process.

又、デフオルト値はそれぞれのシステムが持つ
ので、基本システムに後から拡張システム25が
追加される場合にも、基本システムの機能を基本
システム24のように変更するための変更量は、
比較的少量に抑えることができる。
Moreover, since each system has a default value, even if the expansion system 25 is added to the basic system later, the amount of change required to change the functions of the basic system to the basic system 24 is as follows.
The amount can be kept to a relatively small amount.

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

以上の説明から明らかなように、本発明によれ
ば情報処理システムのコンパイラシステムにおい
て、デフオルト値を含むオプシヨン指定値の設定
が、従来システムの比較的少量の変更によつて、
高速化するように構成することができるので、経
済的にシステムの処理効率を改善するという著し
い工業的効果がある。
As is clear from the above description, according to the present invention, in a compiler system for an information processing system, option specification values including default values can be set by making a relatively small change in the conventional system.
Since it can be configured to be faster, it has a significant industrial effect of economically improving the processing efficiency of the system.

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

第1図は本発明の実施例構成ブロツク図、第2
図は本発明の処理の流れ図、第3図は従来の一構
成例ブロツク図、第4図は従来の処理の流れ図で
ある。 図において、1は処理装置、2は入力装置、3
は記憶装置、4,24は基本システム、5,25
は拡張システム、6は出力装置、7はオプシヨン
指定情報、8,9はオプシヨン制御域、10〜2
0,30〜39は処理のステツプを示す。
Fig. 1 is a block diagram of an embodiment of the present invention;
FIG. 3 is a block diagram of a conventional configuration example, and FIG. 4 is a flowchart of conventional processing. In the figure, 1 is a processing device, 2 is an input device, and 3 is a processing device.
is a storage device, 4, 24 is a basic system, 5, 25
is an expansion system, 6 is an output device, 7 is option specification information, 8 and 9 are option control areas, 10 to 2
0, 30-39 indicate processing steps.

Claims (1)

【特許請求の範囲】 1 基本システム24と、拡張機能を処理する拡
張システム25とからなり、該基本システム及び
拡張システムには、それぞれオプシヨン機能の指
定が可能である、情報処理システムのプログラム
翻訳処理システムにおいて、 該基本システム24は、所定のオプシヨン指定
情報を解析して、該基本システムの制御域8及び
該拡張システムの制御域9に、該指定情報による
各指定値を設定し、且つ、該基本システムの各該
指定値設定の無い各オプシヨン機能の制御域に所
定の各標準値を設定し、 該オプシヨン指定情報により、該拡張システム
を有効とする指定がある場合には、該拡張システ
ム25が、該拡張システムのオプシヨン機能の制
御域9を走査し、上記指定値設定の無いオプシヨ
ン機能の制御域に所定の標準値を設定するように
構成されていることを特徴とするオプシヨン値設
定制御方式。
[Claims] 1. A program translation process for an information processing system, which consists of a basic system 24 and an extended system 25 that processes extended functions, and optional functions can be specified for each of the basic system and extended system. In the system, the basic system 24 analyzes predetermined option specification information, sets each specified value according to the specification information in the control area 8 of the basic system and the control area 9 of the expanded system, and Each predetermined standard value is set in the control area of each optional function that does not have the specified value set in the basic system, and if the option specification information specifies that the extended system is enabled, the extended system 25 is configured to scan the control area 9 of the optional function of the extended system and set a predetermined standard value in the control area of the optional function without the specified value setting. method.
JP26022985A 1985-11-20 1985-11-20 Option value setting and controlling system Granted JPS62119641A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26022985A JPS62119641A (en) 1985-11-20 1985-11-20 Option value setting and controlling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26022985A JPS62119641A (en) 1985-11-20 1985-11-20 Option value setting and controlling system

Publications (2)

Publication Number Publication Date
JPS62119641A JPS62119641A (en) 1987-05-30
JPH0447337B2 true JPH0447337B2 (en) 1992-08-03

Family

ID=17345143

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26022985A Granted JPS62119641A (en) 1985-11-20 1985-11-20 Option value setting and controlling system

Country Status (1)

Country Link
JP (1) JPS62119641A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4874738B2 (en) * 2006-08-11 2012-02-15 株式会社テイエルブイ Liquid pumping device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5829047A (en) * 1981-08-14 1983-02-21 Hitachi Ltd Command control system for computer system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5829047A (en) * 1981-08-14 1983-02-21 Hitachi Ltd Command control system for computer system

Also Published As

Publication number Publication date
JPS62119641A (en) 1987-05-30

Similar Documents

Publication Publication Date Title
JPH0447337B2 (en)
JPS6378231A (en) Partial program combining system
JP2871693B2 (en) Critical section optimization method
JPS62159235A (en) List processing system
JPH0675757A (en) Link system for virtual space resident program
JPH04116756A (en) Dynamic link system for user definition command in application
JPH05127945A (en) Program execution situation analysis system
JP3079228B2 (en) Basic program execution method
JPH0337719A (en) System for expanding master file on main storage device
JPS63163636A (en) Executing system for parallel processing
JPS61103245A (en) Extension system of machine word instruction system
JPS62293310A (en) Executing system for user program of numerical controller
JPH0561673A (en) Dynamic link system for object program
JPH03164835A (en) Compiling method for global variable processing in interpreter type language processing system
JPH0962512A (en) Program transformation device and method having description language transformation function from low-class language to high-class language
JPS63184136A (en) Optimization processing system
JPH06119203A (en) Debugging line deleting device
JPH0588909A (en) System for optimizing object by assignment of argument for internal procedure call to register
JPH04135234A (en) Program control system
JPS6224323A (en) Link system
JPH05189212A (en) Linking method
JPH02166521A (en) Method execution control system
JPH0573335A (en) Automatic in-line development system for program
JPS62137641A (en) High-grade language compiler
JPH0776926B2 (en) Loop control processing method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees