JP3146970B2 - Object unit link management method - Google Patents

Object unit link management method

Info

Publication number
JP3146970B2
JP3146970B2 JP07283396A JP7283396A JP3146970B2 JP 3146970 B2 JP3146970 B2 JP 3146970B2 JP 07283396 A JP07283396 A JP 07283396A JP 7283396 A JP7283396 A JP 7283396A JP 3146970 B2 JP3146970 B2 JP 3146970B2
Authority
JP
Japan
Prior art keywords
information
user
unit
management
management information
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
Application number
JP07283396A
Other languages
Japanese (ja)
Other versions
JPH09265401A (en
Inventor
正和 多賀
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 JP07283396A priority Critical patent/JP3146970B2/en
Publication of JPH09265401A publication Critical patent/JPH09265401A/en
Application granted granted Critical
Publication of JP3146970B2 publication Critical patent/JP3146970B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータプロ
グラムのオブジェクトユニットリンク管理方式に関す
る。
The present invention relates to an object unit link management system for a computer program.

【0002】[0002]

【従来の技術】従来のコンピュータプログラムのオブジ
ェクトユニットのリンク管理方式を図2に示す。コンパ
イラ2−3によって作成されたオブジェクトA2−5
は、オブジェクト用ファイル2−4に保存される。オブ
ジェクトユニットが保存されている複数のファイルをリ
ンカ2−6が参照し、実行ユニット2−8を作成する。
この時参照ファイル群のなかに同一の名称をもつオブジ
ェクトA2−5及び2−11がある場合、リンカ2−6
は参照するファイルに優先順位を設け、順位の高い側の
ファイル中のオブジェクトを使用して、実行ユニット2
−8を作成する。
2. Description of the Related Art FIG. 2 shows a conventional link management method for an object unit of a computer program. Object A2-5 created by compiler 2-3
Are stored in the object file 2-4. The linker 2-6 refers to a plurality of files in which the object units are stored, and creates an execution unit 2-8.
At this time, if there are objects A2-5 and 2-11 having the same name in the reference file group, the linker 2-6
Sets the priority of the file to be referenced, and uses the object in the higher-order file to execute the execution unit 2.
Create -8.

【0003】[0003]

【発明が解決しようとする課題】第1の問題点は、従来
のオブジェクトユニット管理方式では、本来リンクすべ
きでないオブジェクトユニットをリンクしてしまうこと
があるということである。その理由は、優先順位でのみ
リンクするオブジェクトユニット決定する方式であるた
め、使用するオブジェクトユニットが、それ以外の不要
なオブジェクトユニットと混在するファイルの中にあ
り、その様なファイルが複数あった場合最初に発見した
ファイルからリンクされるからである。
A first problem is that, in the conventional object unit management system, an object unit that should not be linked may be linked. The reason is that the object unit to be linked only by priority is determined, so if the object unit to be used is in a file that is mixed with other unnecessary object units, and there is more than one such file This is because the link is made from the first file found.

【0004】第2の問題点は、ファイル単位の利用者保
護では、利用できないオブジェクトユニットが発生す
る。その理由は、ファイル単位の利用者保護では、保護
のかかっているファイル内にある、必要な他のオブジェ
クトも利用者保護により使用できなくなるからである。
[0004] The second problem is that in the case of file-based user protection, some object units cannot be used. The reason for this is that in user protection on a file basis, other necessary objects in a protected file cannot be used due to user protection.

【0005】本発明の目的は、実行ユニットを作成しよ
うとする者の便宜性をはかり、開発とテスト工程の工数
削減、品質向上を計るオブジェクトユニットリンク管理
方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide an object unit link management system for reducing the man-hours and improving the quality of the development and test processes, for the convenience of a person who intends to create an execution unit.

【0006】[0006]

【課題を解決するための手段】本発明のオブジェクトユ
ニットリンク管理方式は、コンパイラはソースユニット
利用者情報及び使用管理情報を入力し、オブジェクトを
出力し、リンカは、前記の様に出力された他のオブジェ
クトとあわせて、オブジェクトを入力し、実行ユニット
を出力し、リンカは、リンクするオブジェクトの、利用
者情報と、使用可否の情報を有する使用管理情報によっ
て構成されるリンク管理情報を参照し、リンク管理情報
内の使用管理情報によりリンク可能かどうかを決定し、
リンク可能であれば実行ユニットを作成し、リンク不可
の場合、次にリンク管理情報内の利用者情報を参照し、
リンクされるオブジェクトユニットの利用者情報が一致
したときのみ実行ユニットを作成し、一致しない場合
は、他のオブジェクト用ファイルについて優先順位に基
づいてオブジェクトユニットを検索し、オブジェクト用
ファイル内にあるオブジェクトについて、使用管理情報
がリンク不可、利用者管理情報と、利用者情報が不一致
の場合は、リンカはオブジェクトについてオブジェクト
用ファイルとして割り当てられているオブジェクト用フ
ァイルを検索し、オブジェクト用ファイル内にオブジェ
クト使用管理情報、利用者管理情報を検査し、リンク実
行可能であれば、オブジェクトユニットを使用し実行ユ
ニットを作成し、オブジェクトがリンク管理情報を変更
したい場合、ユーティリティに、変更対象のオブジェク
ト、使用管理変更情報、利用者変更情報を入力し、ユー
ティリティは、ユーティリティを実行使用とする者の利
用者情報とオブジェクトの利用者情報と合致したときの
み変更を受け付け、入力された使用管理変更情報、ある
いは利用者管理変更情報に基づいてオブジェクトのリン
ク管理情報を変更し、情報変更後のオブジェクトを出力
する。
According to the object unit link management method of the present invention, a compiler inputs source unit user information and usage management information, outputs an object, and a linker outputs the object as described above. In conjunction with the object of, the object is input, the execution unit is output, the linker refers to the link management information composed of the user information of the object to be linked and use management information having information on the availability, Determine whether link is possible based on usage management information in link management information,
If the link is possible, create an execution unit. If the link is not possible, then refer to the user information in the link management information,
An execution unit is created only when the user information of the linked object unit matches. If the user unit information does not match, an object unit is searched for other object files based on the priority, and an object in the object file is searched. If the usage management information cannot be linked and the user management information and the user information do not match, the linker searches the object file assigned as the object file for the object and stores the object usage management in the object file. The information and the user management information are checked, and if the link can be executed, an execution unit is created using the object unit. If the object wants to change the link management information, the utility notifies the object to be changed and the usage management change information. Enter the user change information, and the utility accepts the change only when the user information of the user who executes the utility and the user information of the object match, and the entered usage management change information or user management The link management information of the object is changed based on the change information, and the object after the information change is output.

【0007】〔作用〕オブジェクトユニットに当該オブ
ジェクトが作成者以外に利用可能かどうかの情報を持
ち、実行ユニット作成時にリンカがこの情報を参照して
リンクすべきかを判断する。
[Operation] The object unit has information on whether or not the object can be used by anyone other than the creator. When the execution unit is created, the linker refers to this information to determine whether to link.

【0008】[0008]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0009】図1は本発明のオブジェクトユニットリン
ク管理方式の一実施の形態を示す構成図である。
FIG. 1 is a block diagram showing one embodiment of the object unit link management system of the present invention.

【0010】図1に示す実施の形態は、コンパイラ1−
4はソースユニット1−1利用者情報1−2、及び使用
管理情報1−3を入力し、管理情報部とオブジェクト部
で構成されるオブジェクトA1−8を出力する。リンカ
1−11は、前記の様に出力された他のオブジェクトB
1−9とあわせて、オブジェクトA1−8を入力し、実
行ユニット1−12を出力する。この時リンカ1−11
は、リンクするオブジェクトA1−8の、オブジェクト
作成者等の情報を有する利用者情報と、作成者以外の者
に当該オブジェクトユニットの使用可否の情報を有する
使用管理情報によって構成されるリンク管理情報を参照
し、リンク管理情報内の使用管理情報によりリンク可能
かどうかを決定する。使用管理情報はオブジェクトユニ
ット作成者以外のリンクの可否を決定する情報であり、
リンク可能であれば実行ユニット1−12を作成する。
リンク不可の場合、次にリンク管理情報内の利用者情報
を参照する。利用者管理情報はそのオブジェクトを作成
した者の利用者情報で構成され、リンクを実行しようと
する者の利用者情報と、リンクされるオブジェクトユニ
ットの利用者情報が一致したときのみ実行ユニットを作
成する。一致しない場合は、従来のオブジェクトユニッ
トリンク管理方式と同様に他のオブジェクト用ファイル
について優先順位に基づいてオブジェクトユニットを検
索する。オブジェクト用ファイル1−5内にあるオブジ
ェクト名AであるオブジェクトA1−8について、使用
管理情報がリンク不可、利用者管理情報と、リンク実行
者の利用者情報が不一致の場合は、リンカ1−11はオ
ブジェクト名Aについてオブジェクト用ファイルとして
割り当てられているオブジェクト用ファイル1−6、1
−7を検索する。オブジェクト用ファイル1−7内にオ
ブジェクト名Aを発見し、使用管理情報、利用者管理情
報を検査し、リンク実行可能であれば、このオブジェク
トユニットを使用し実行ユニット1−12を作成する。
オブジェクトユニットA1−8の作成者がリンク管理情
報を変更したい場合、ユーティリティ1−15に、変更
対象のオブジェクトA1−8、使用管理変更情報1−1
3、利用者変更情報1−14を入力する。ユーティリテ
ィ1−15は、ユーティリティを実行使用とする者の利
用者情報とオブジェクトA1−8の利用者情報と合致し
たときのみ変更を受け付け、入力された使用管理変更情
報1−13、あるいは利用者管理変更情報1−14に基
づいてオブジェクトA1−8のリンク管理情報を変更
し、情報変更後のオブジェクト1−16を出力する。
The embodiment shown in FIG.
4 inputs the source unit 1-1 user information 1-2 and the use management information 1-3, and outputs an object A1-8 composed of a management information part and an object part. The linker 1-11 is connected to another object B output as described above.
The object A1-8 is input together with 1-9, and the execution unit 1-12 is output. At this time, the linker 1-11
Is the link management information composed of the user information of the object A1-8 to be linked having information on the object creator and the like and the use management information having information on whether or not the object unit can be used by a person other than the creator. Referring to the use management information in the link management information, it is determined whether or not the link is possible. The use management information is information for determining whether a link other than the creator of the object unit is permitted,
If linkable, the execution unit 1-12 is created.
If the link is not possible, the user information in the link management information is referred to next. The user management information is composed of the user information of the person who created the object, and an execution unit is created only when the user information of the person trying to execute the link matches the user information of the linked object unit I do. If they do not match, similar to the conventional object unit link management method, the object unit is searched for another object file based on the priority order. If the use management information of the object A1-8 having the object name A in the object file 1-5 cannot be linked, and the user management information does not match the user information of the link executor, the linker 1-11 Are object files 1-6 and 1 assigned as object files for object name A.
Search for -7. The object name A is found in the object file 1-7, the use management information and the user management information are checked, and if a link can be executed, an execution unit 1-12 is created using this object unit.
When the creator of the object unit A1-8 wants to change the link management information, the utility 1-15 stores the object A1-8 to be changed and the usage management change information 1-1.
3. Input user change information 1-14. The utility 1-15 accepts the change only when the user information of the user who executes and uses the utility and the user information of the object A1-8 are accepted, and the input usage management change information 1-13 or the user management The link management information of the object A1-8 is changed based on the change information 1-14, and the object 1-16 after the information change is output.

【0011】[0011]

【発明の効果】以上説明したように本発明のオブジェク
トユニットリンク管理方式は、第1の効果は、大規模シ
ステム開発において開発フェーズの異なる同一名称のオ
ブジェクトユニットが複数存在しても誤使用を防止する
ことができるという効果を有する。その理由は、オブジ
ェクトユニット自身に管理情報を持ち、実行ユニット作
成時にその情報を検査することで作成者以外に利用可能
かを判断することができるからである。第2の効果は、
オブジェクトユニットの保守を容易にし、開発工程の短
縮を図る。その理由は、管理情報の変更は再度のコンパ
イルではなく、ユーティリティで行うことにより、オブ
ジェクトユニットの作成者やシステム管理者等がその設
定を変更することで利用権をコントロールすることがで
きるため。
As described above, the object unit link management system of the present invention has the first effect that even in a large-scale system development, even if there are a plurality of object units having the same name in different development phases, erroneous use is prevented. It has the effect that it can be done. The reason is that the object unit itself has management information, and it is possible to judge whether the information can be used by anyone other than the creator by checking the information when the execution unit is created. The second effect is
Easy maintenance of the object unit and shorten the development process. The reason is that the management information is changed not by recompiling but by a utility, so that the creator of the object unit or the system administrator can control the usage right by changing the setting.

【0012】[0012]

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

【図1】本発明のオブジェクトユニットリンク管理方式
の一実施の形態を示す構成図である。
FIG. 1 is a configuration diagram showing an embodiment of an object unit link management system of the present invention.

【図2】従来のオブジェクトユニットリンク管理方式を
示す構成図である。
FIG. 2 is a configuration diagram showing a conventional object unit link management method.

【符号の説明】[Explanation of symbols]

1−1 ソースユニット 1−2 利用者情報 1−3 使用管理情報 1−4 コンパイラ 1−5 オブジェクト用ファイル 1−6 オブジェクト用ファイル 1−7 オブジェクト用ファイル 1−8 オブジェクトA 1−9 オブジェクトB 1−10 オブジェクトA 1−11 リンカ 1−12 実行ユニット 1−13 使用管理変更情報 1−14 利用者管理変更情報 1−15 ユーティリティ 1−16 情報変更後のオブジェクト 1−17 オブジェクト用ファイル 2−1 ソース用ファイル 2−2 ソースA 2−3 コンパイラ 2−4 オブジェクト用ファイル 2−5 オブジェクトA 2−6 リンカ 2−7 実行ユニット用ファイル 2−8 実行ユニット 2−9 ソース用ファイル 2−10 オブジェクト用ファイル 2−11 オブジェクトA 1-1 Source unit 1-2 User information 1-3 Usage management information 1-4 Compiler 1-5 Object file 1-6 Object file 1-7 Object file 1-8 Object A 1-9 Object B 1 -10 Object A 1-11 Linker 1-12 Execution unit 1-13 Usage management change information 1-14 User management change information 1-15 Utility 1-16 Object after information change 1-17 Object file 2-1 Source File 2-2 Source A 2-3 Compiler 2-4 Object file 2-5 Object A 2-6 Linker 2-7 Execution unit file 2-8 Execution unit 2-9 Source file 2-10 Object file 2-11 Object A

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平2−300933(JP,A) 特開 平7−175638(JP,A) 特開 平7−319679(JP,A) 特開 平7−146787(JP,A) 特開 平5−210490(JP,A) 特開 平6−274331(JP,A) 特開 平4−141728(JP,A) 特開 平4−168528(JP,A) 特開 平5−173866(JP,A) 特開 平4−36831(JP,A) 特開 平5−61653(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/06 - 9/45 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-2-300933 (JP, A) JP-A-7-175638 (JP, A) JP-A-7-319679 (JP, A) JP-A-7-319 146787 (JP, A) JP-A-5-210490 (JP, A) JP-A-6-274331 (JP, A) JP-A-4-141728 (JP, A) JP-A-4-168528 (JP, A) JP-A-5-173866 (JP, A) JP-A-4-36831 (JP, A) JP-A-5-61653 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 9/06-9/45

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 コンパイラはソースユニット利用者情報
及び使用管理情報を入力し、オブジェクトを出力し、リ
ンカは、前記の様に出力された他のオブジェクトとあわ
せて、オブジェクトを入力し、実行ユニットを出力し、
リンカは、リンクするオブジェクトの、利用者情報と、
使用可否の情報を有する使用管理情報によって構成され
るリンク管理情報を参照し、リンク管理情報内の使用管
理情報によりリンク可能かどうかを決定し、リンク可能
であれば実行ユニットを作成し、リンク不可の場合、次
にリンク管理情報内の利用者情報を参照し、リンクされ
るオブジェクトユニットの利用者情報が一致したときの
み実行ユニットを作成し、一致しない場合は、他のオブ
ジェクト用ファイルについて優先順位に基づいてオブジ
ェクトユニットを検索し、オブジェクト用ファイル内に
あるオブジェクトについて、使用管理情報がリンク不
可、利用者管理情報と、利用者情報が不一致の場合は、
リンカはオブジェクトについてオブジェクト用ファイル
として割り当てられているオブジェクト用ファイルを検
索し、オブジェクト用ファイル内にオブジェクト使用管
理情報、利用者管理情報を検査し、リンク実行可能であ
れば、オブジェクトユニットを使用し実行ユニットを作
成し、オブジェクトがリンク管理情報を変更したい場
合、ユーティリティに、変更対象のオブジェクト、使用
管理変更情報、利用者変更情報を入力し、ユーティリテ
ィは、ユーティリティを実行使用とする者の利用者情報
とオブジェクトの利用者情報と合致したときのみ変更を
受け付け、入力された使用管理変更情報、あるいは利用
者管理変更情報に基づいてオブジェクトのリンク管理情
報を変更し、情報変更後のオブジェクトを出力すること
を特徴とするオブジェクトユニットリンク管理方式
1. A compiler inputs source unit user information and usage management information, outputs an object, and a linker inputs an object together with other objects output as described above, and sets an execution unit. Output,
The linker uses the user information of the linked object,
Reference is made to link management information composed of use management information having availability information, and whether or not linking is possible is determined by use management information in the link management information, and if linking is possible, an execution unit is created, and linking is disabled. In the case of, the execution unit is created only when the user information of the linked object unit matches by referring to the user information in the link management information next, and when they do not match, the priority order is set for other object files If the object management unit searches for the object unit based on, and the usage management information of the object in the object file cannot be linked, and the user management information and the user information do not match,
The linker searches for the object file assigned as the object file for the object, checks the object use management information and user management information in the object file, and executes the object using the object unit if the link can be executed. If a unit is created and the object wants to change the link management information, enter the object to be changed, the usage management change information, and the user change information into the utility, and the utility will enter the user information of the person who will use the utility. Accepts the change only when it matches the user information of the object and changes the link management information of the object based on the input use management change information or the user management change information, and outputs the object after the information change Obji characterized by ECTS unit-linked management system
JP07283396A 1996-03-27 1996-03-27 Object unit link management method Expired - Fee Related JP3146970B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP07283396A JP3146970B2 (en) 1996-03-27 1996-03-27 Object unit link management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP07283396A JP3146970B2 (en) 1996-03-27 1996-03-27 Object unit link management method

Publications (2)

Publication Number Publication Date
JPH09265401A JPH09265401A (en) 1997-10-07
JP3146970B2 true JP3146970B2 (en) 2001-03-19

Family

ID=13500821

Family Applications (1)

Application Number Title Priority Date Filing Date
JP07283396A Expired - Fee Related JP3146970B2 (en) 1996-03-27 1996-03-27 Object unit link management method

Country Status (1)

Country Link
JP (1) JP3146970B2 (en)

Also Published As

Publication number Publication date
JPH09265401A (en) 1997-10-07

Similar Documents

Publication Publication Date Title
Garlan et al. Formalizing design spaces: Implicit invocation mechanisms
Baer A survey of some theoretical aspects of multiprocessing
Kapser et al. Aiding comprehension of cloning through categorization
US20040210885A1 (en) Methods for comparing versions of a program
JP3268338B2 (en) Computer system
Khalimov et al. Towards efficient parameterized synthesis
JP3146970B2 (en) Object unit link management method
Daniels et al. Measuring the effectiveness of method test sequences derived from sequencing constraints
Jorgensen et al. Computer aided verification of Lamport's fast mutual exclusion algorithm using colored Petri nets and occurrence graphs with symmetries
Alur et al. Symbolic exploration of transition hierarchies
JPH0814800B2 (en) Database exclusive control method
Zhang et al. Overview of the task management system of ternary optical computer
Boigelot et al. Automatic synthesis of specifications from the dynamic observation of reactive programs
JP2776750B2 (en) CAD system design data management method
Bubenik et al. Semantics of optimistic computation
Johannes et al. SLOCOP-II: A versatile timing verification system for MOSVLSI
JP2738360B2 (en) Multitask program debugging method and debugging system
Chen et al. Effect of architecture configuration on software reliability and performance estimation
Nelson et al. Efficient verification of hazard-freedom in gate-level timed asynchronous circuits
Zupan et al. Optimization of rule-based expert systems via state transition system construction
JPH03242727A (en) Shifting system for switching between new and old computer systems
JP2605402B2 (en) Data derivation method in dictionary system
Hua et al. Parallel transitive closure computations using topological sort
Hanisch et al. A modular and compositional approach to modeling and controller verification of manufacturing systems
Chandrasekaran et al. A denotational semantics for the generalized ER model and a simple ER algebra

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20001205

LAPS Cancellation because of no payment of annual fees