JPS63153640A - Object module output system - Google Patents

Object module output system

Info

Publication number
JPS63153640A
JPS63153640A JP30058086A JP30058086A JPS63153640A JP S63153640 A JPS63153640 A JP S63153640A JP 30058086 A JP30058086 A JP 30058086A JP 30058086 A JP30058086 A JP 30058086A JP S63153640 A JPS63153640 A JP S63153640A
Authority
JP
Japan
Prior art keywords
information
output
free space
directory information
object module
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
JP30058086A
Other languages
Japanese (ja)
Inventor
Shigeru Yamamoto
茂 山本
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 JP30058086A priority Critical patent/JPS63153640A/en
Publication of JPS63153640A publication Critical patent/JPS63153640A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To reduce the execution time of a compiler by inputting directory information inputted from an object file and idle area information to a main storage device, revising them for each output of the object module and outputting the revised information to the object file finally. CONSTITUTION:The directory information 11 and the idle area information 12 inputted at first are stored in a main storage device. When plural object modules OM1-OMn exist, the directory information and idle area information stored in the main storage device are revised every time the object module is outputted. After all the object modules are outputted, the directory information and the idle area information revised finally are outputted to the object file. Thus, the number of input/output to the object file is reduced and the execution time of the compiler is decreased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、コンピュータシステムのコンパイラのオブジ
ェクトモジュール出力方式に関する。特に、スタックコ
ンパイルのオブジェクトモジュール出力方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an object module output method of a compiler of a computer system. In particular, it relates to stack compilation object module output methods.

〔概要〕〔overview〕

本発明はコンピュータシステムのコンパイラのオブジェ
クトモジュール出力方式において、最初にオブジェクト
ファイルから入力したディレクトリ情報および空き領域
情報を主記憶装置に入力してオブジェクトモジュールの
出力ごとに更新し、最後に更新した情報をオブジェクト
ファイルに出力することにより、 オブジェクトファイルに対する入出力回数が少なくコン
パイラの実行時間を短縮するようにしたものである。
In an object module output method of a computer system compiler, the present invention first inputs directory information and free space information input from an object file into the main memory, updates them each time an object module outputs, and finally updates the updated information. By outputting to an object file, the number of inputs and outputs to the object file is reduced, reducing compiler execution time.

〔従来の技術〕[Conventional technology]

従来、コンパイラのオブジェクトモジュール出力方式は
、オブジェクトファイル上からディレクトリ情報および
空き領域情報を入力し、オブジェクトモジュール出力に
必要な領域を確保し、オブジェクトモジュールをオブジ
ェクトファイルに出力したあと、すでに入力しであるデ
ィレクトリ情報にそのオブジェクトモジュールのディレ
クトリ情報を追加更新してオブジェクトファイルに出力
し、最後に、更新した空き領域をオブジェクトファイル
に出力していた。
Conventionally, the compiler's object module output method inputs directory information and free space information from the object file, secures the area necessary for outputting the object module, outputs the object module to the object file, and then outputs the object module to the object file. The directory information of the object module was added and updated to the directory information, outputted to the object file, and finally, the updated free space was outputted to the object file.

一度のコンパイルで複数個のオブジェクトモジュールを
出力するスタックコンパイルの場合でも上記処理を繰り
返すことでオブジェクトモジュールを出力していた。
Even in the case of stack compilation in which multiple object modules are output in one compilation, the object modules are output by repeating the above process.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかし、このような従来のオブジェクトモジュール出力
方式では、1個のオブジェクトモジュールの出力に対し
て、ディレクトリ情報および空き領域情報の入力と出力
とが各々1回ずつあり、出力するオブジェクトモジュー
ルの個数が多くなるにしたがって、オブジェクトファイ
ルに対する入出力回数が増加し、コンパイラの実行時間
が長くなる欠点があった。
However, in such conventional object module output methods, directory information and free space information are input and output once each for the output of one object module, and the number of object modules to be output is large. As the number of inputs and outputs to the object file increases, the compiler execution time becomes longer.

本発明は上記の欠点を解決するもので、オブジェクトフ
ァイルに対する入出力回数が少なくコンパイラの実行時
間が速い高速のオブジェクトモジュール出力方式を提供
することを目的とする。
The present invention is intended to solve the above-mentioned drawbacks, and aims to provide a high-speed object module output method that reduces the number of inputs and outputs to an object file and speeds up compiler execution time.

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

本発明は、オブジェクトファイルからディレクトリ情報
および空き領域情報を入力し、このディレクトリ情報お
よび空き領域情報に基づいてオブジェクトモジュールを
このオブジェクトファイルに出力し、上記ディレクトリ
情報および空き領域情報を更新した後に、上記オブジェ
クトファイルに出力するコンピュータシステムのコンパ
イラのオブジェクトモジュール出力方式において、最初
に入力したディレクトリ情報および空き領域情報を主記
憶装置に格納しておき、オブジェクトモジュールを出力
するごとにこの格納されたディレクトリ情報および空き
領域情報を更新し、最後に更新したディレクトリ情報お
よび空き領域情報を上記オブジェクトファイルに出力す
ることを特徴とする。
The present invention inputs directory information and free space information from an object file, outputs an object module to this object file based on this directory information and free space information, and updates the above directory information and free space information. In the object module output method of a compiler of a computer system that outputs to an object file, the directory information and free space information input first are stored in the main memory, and each time the object module is output, this stored directory information and The method is characterized in that free space information is updated and the last updated directory information and free space information are output to the object file.

〔作用〕[Effect]

最初に入力したディレクトリ情報および空き領域情報を
主記憶装置で格納しておく。複数個のオブジェクトモジ
ュールがある場合に、オブジェクトモジュールを出力す
るごとに主記憶装置に格納されたディレクトリ情報およ
び空き領域情報を更新する。すべてのオブジェクトモジ
ュールを出力した後に、最後に更新したディレクトリ情
報および空き領域情報をオブジェクトファイルに出力す
る。以上の動作によりオブジェクトファイルに対する入
出力回数を少゛なくし、コンパイラの実行時間を短縮で
きる。
The directory information and free space information input first are stored in the main storage device. When there are a plurality of object modules, directory information and free space information stored in the main storage device are updated every time an object module is output. After outputting all object modules, output the last updated directory information and free space information to the object file. The above operations can reduce the number of inputs and outputs to the object file and shorten the compiler execution time.

〔実施例〕〔Example〕

本発明の実施例について図面を参照して説明する。 Embodiments of the present invention will be described with reference to the drawings.

第1図は本発明一実施例オブジェクトモジュール出力装
置のコンパイル処理のフローチャートである。第2図は
本発明のオブジェクトモジュール出力装置のオブジェク
トファイルのブロック構成図である。第1図および第2
図において、オブジェクトモジュールを出力する前に、
オブジェクトファイルlO内にある空き領域情報12を
入力し、またオブジェクトファイル10内にあるディレ
クトリ情報11を人力して主記憶装置に格納しておく 
(■、■)。オブジェクトモジュールOM +を出力す
るために必要な領域をすでに入力しである空き領域情報
から確保し、オブジェクトファイル10内に出力する(
■)。空き領域情報およびディレクトリ情報を更新する
(■、■)。そしてさらに出力すべきオブジェクトモジ
ュールが存在するときは(■)、更新した空き領域情報
およびディレクトリ情報に基づいてオブジェクトモジュ
ールを出力する(■)。空き領域情報およびディレクト
リ情報を更新する(■、■)。出力すべきオブジェクト
モジュールが存在しないときは(■)、最後に更新した
ディレクトリ情報をオブジェクトファイル10内のディ
レクトリ情Illとして出力する(■)。
FIG. 1 is a flowchart of compiling processing of an object module output device according to an embodiment of the present invention. FIG. 2 is a block diagram of the object file of the object module output device of the present invention. Figures 1 and 2
In the figure, before outputting the object module,
Input the free space information 12 in the object file IO, and manually store the directory information 11 in the object file 10 in the main storage device.
(■,■). Secure the area necessary to output the object module OM+ from the free area information that has already been input, and output it in the object file 10 (
■). Update free space information and directory information (■, ■). If there are further object modules to be output (■), the object modules are output based on the updated free space information and directory information (■). Update free space information and directory information (■, ■). If there is no object module to be output (■), the last updated directory information is output as the directory information Ill in the object file 10 (■).

また最後に更新した空き領域情報をオブジェクトファイ
ル10内の空き領域情報12として出力する(■)。
Furthermore, the last updated free space information is output as free space information 12 in the object file 10 (■).

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

以上説明したように、本発明は、オブジェクトファイル
に対する入出力回数を減少し、オブジェクトモジュール
出力を高速化できる優れた効果がある。
As described above, the present invention has the excellent effect of reducing the number of times of input/output to an object file and speeding up object module output.

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

第1図は本発明一実施例オブジェクトモジュール出力装
置のコンパイル処理のフローチャート。 第2図は本発明のオブジェクトモジュール出力装置のオ
ブジェクトファイルのブロック構成図。 10・・・オブジェクトファイルp、11・・・ディレ
クトリ情報、12・・・空き領域情報、OM、〜OM、
・・・オブジェクトモジュール。 ′¥1 1  図  大別例フロー今マートオフジエク
ト ファイル 実嶺例 オフ′ジエフトファイル 肩 2 図
FIG. 1 is a flowchart of compiling processing of an object module output device according to an embodiment of the present invention. FIG. 2 is a block diagram of an object file of the object module output device of the present invention. 10... Object file p, 11... Directory information, 12... Free space information, OM, ~OM,
...object module. '¥1 1 Figure Major example flow Now mart off-direction file actual example Off'theft file shoulder 2 Figure

Claims (1)

【特許請求の範囲】[Claims] (1)オブジェクトファイルからディレクトリ情報およ
び空き領域情報を入力し、 このディレクトリ情報および空き領域情報に基づいてオ
ブジェクトモジュールをこのオブジェクトファイルに出
力し、 上記ディレクトリ情報および空き領域情報を更新した後
に、上記オブジェクトファイルに出力する コンピュータシステムのコンパイラのオブジェクトモジ
ュール出力方式において、 最初に入力したディレクトリ情報および空き領域情報を
主記憶装置に格納しておき、 オブジェクトモジュールを出力するごとにこの格納され
たディレクトリ情報および空き領域情報を更新し、 最後に更新したディレクトリ情報および空き領域情報を
上記オブジェクトファイルに出力することを特徴とする
オブジェクトモジュール出力方式。
(1) Input the directory information and free space information from the object file, output the object module to this object file based on this directory information and free space information, and after updating the above directory information and free space information, In the object module output method of a computer system compiler that outputs to a file, the directory information and free space information that are first input are stored in the main memory, and each time the object module is output, the stored directory information and free space information are An object module output method characterized by updating area information and outputting the last updated directory information and free area information to the object file.
JP30058086A 1986-12-17 1986-12-17 Object module output system Pending JPS63153640A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30058086A JPS63153640A (en) 1986-12-17 1986-12-17 Object module output system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30058086A JPS63153640A (en) 1986-12-17 1986-12-17 Object module output system

Publications (1)

Publication Number Publication Date
JPS63153640A true JPS63153640A (en) 1988-06-27

Family

ID=17886548

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30058086A Pending JPS63153640A (en) 1986-12-17 1986-12-17 Object module output system

Country Status (1)

Country Link
JP (1) JPS63153640A (en)

Similar Documents

Publication Publication Date Title
JPH0724013B2 (en) Vector processor
JPS63153640A (en) Object module output system
CN113157979B (en) Method, system and medium for constructing kernel module relation graph based on dummy module node
JP2714015B2 (en) Logic circuit synthesizer
JP2615046B2 (en) Record addition processing method
JP3046126B2 (en) Program module calling method
JPH03282841A (en) Direct input/output processing system for variable length record
JPH04205039A (en) Exclusive control on shared files in a plurality of operating systems
JPH04148480A (en) Cad data drawing system
JPH0327439A (en) Shared module managing system for program
JPS63311439A (en) Call-return system
JPH05334325A (en) Document preparing system of data processor
JPS61208129A (en) Control system for preread of instruction
JPH04275624A (en) Module-divided program controller
JPH11175344A (en) Knowledge base system
JPS61240338A (en) Hardware event processor device
JPH05250335A (en) Data base update processing system of loosely coupled multiprocessor system
JPH04264975A (en) Auxiliary master retrieval system
JPH0844606A (en) Distributed data base system accumulation processing system
JPH02263265A (en) Tabulation processor
JPH08153109A (en) Data registering method
Herzberg et al. Sources of Input
JPS62206626A (en) Table data processing method
JPS6385818A (en) Program data area forming system
JPS6182241A (en) Dividing system of procedure block