JPS62182843A - Fast compiling/linking system - Google Patents

Fast compiling/linking system

Info

Publication number
JPS62182843A
JPS62182843A JP2295286A JP2295286A JPS62182843A JP S62182843 A JPS62182843 A JP S62182843A JP 2295286 A JP2295286 A JP 2295286A JP 2295286 A JP2295286 A JP 2295286A JP S62182843 A JPS62182843 A JP S62182843A
Authority
JP
Japan
Prior art keywords
text
address
operand
output
instruction
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
JP2295286A
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 JP2295286A priority Critical patent/JPS62182843A/en
Publication of JPS62182843A publication Critical patent/JPS62182843A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To avoid the fractionization of a text and to increase the compiling/ linking processing speed by outputting the text of an instruction with no address buried in case the address to be buried into the operand of the instruction within a text is not decided yet. CONSTITUTION:A text output means 2 outputs the text of the instruction with no address buried into an operand in case the address to be buried into the operand of the text instruction to be produced. Then the delivered text is stored in a text memory means 4. While a rearrangement information output means 3 outputs the address to be buried into the operand when the address to be buried into the operand is decided after converting the address into the special form of the rearrangement information, e.g., the operand address converting information, etc. This outputted rearrangement information is stored in a rearrangement information memory means 5. As a result, the continuous text outputs are secured and the text is never fractionized.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はコンピュータシステムにおけるコンパイル/リ
ンク方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a compile/link method in a computer system.

一般に、コンパイラのコード生成には、複数パス処理方
式と1パス処理力式とが知られている。
Generally, a multi-pass processing method and a one-pass processing power method are known for code generation by a compiler.

複数パス処理方式は、生成するテキストの命令のオペラ
ンドに入るアドレスを決定してからテキスト出力を行な
うもので、コード最適化がし易い等の長所を持つが、そ
の反面、中間コードの書込み。
The multi-pass processing method outputs text after determining the address that will enter the operand of the instruction of the text to be generated, and has the advantage of being easy to optimize code, but on the other hand, it is difficult to write intermediate code.

取出しに多くの入出力時間を要する欠点がある。There is a drawback that it takes a lot of input/output time to take out the data.

これに対し、1パス処理力式は、コード最適化にはあま
り適さないが、コンパイラの構成が面単になると共に、
コンパイル時間も複数パス方式より短くなるという優れ
た利点を有している。
On the other hand, the one-pass processing power formula is not very suitable for code optimization, but it simplifies the configuration of the compiler and
It has the advantage that the compile time is shorter than the multiple pass method.

〔従来の技術〕[Conventional technology]

ところで、従来の1パス処理力式においては、生成する
テキストの命令のオペランドに入るアドレスが未決定の
場合、その命令のテキストの出力を一時中止して、それ
以前の命令のテキストを先に出力し、命令のオペランド
に入るアドレスが決定した時点で、オペランドに入るア
ドレスの決定した命令のテキストだけを出力していた。
By the way, in the conventional one-pass processing power formula, if the address to enter the operand of the instruction for which the text to be generated is undetermined, the output of the text of that instruction is temporarily stopped, and the text of the previous instruction is output first. However, once the address to enter the operand of the instruction was determined, only the text of the instruction whose address to enter the operand was determined was output.

以下、図面を用いて、テキスト出力における従来の動作
について説明する。
Conventional operations in text output will be described below with reference to the drawings.

従来の1パス処理方式におけるテキスト出力処理の流れ
を示す第5図において、ステップ51は、オペランドに
埋込まれるアドレスが決定しているか否かを判定するも
ので、アドレスが決定していると判定されたときはステ
ップ52を実行してテキストを出力する。また、アドレ
スが決定していないと判定されたときは、ステップ53
を実行してテキストをアドレス決定後に出力するため、
命令を一時格納しておく。
In FIG. 5, which shows the flow of text output processing in the conventional one-pass processing method, step 51 is for determining whether the address to be embedded in the operand has been determined, and it is determined that the address has been determined. If so, step 52 is executed and the text is output. Further, if it is determined that the address has not been determined, step 53
In order to output the text after determining the address by executing
Store instructions temporarily.

第6図は第5図のステップ52の詳細な動作を示す流れ
図である。第6図に示すように、先ず、ステップ61に
おいてテキストが出力用バッファ内での最初のテキスト
であるか否かを判定する。この判定の結果、最初のテキ
ストであると判明したときは、ステップ62を実行して
テキストを出力用バッファ内に格納する0次にステップ
63を実行して出力用バッツァ内に格納したテキストの
ロケーションを覚えておく。
FIG. 6 is a flowchart showing the detailed operation of step 52 in FIG. As shown in FIG. 6, first, in step 61, it is determined whether the text is the first text in the output buffer. As a result of this judgment, if it is found that it is the first text, execute step 62 and store the text in the output buffer. Next, execute step 63 and locate the text stored in the output buffer. Remember.

またステップ61でテキストが出力用バッファ内で最初
のテキストでない、つまり既にテキストが出力用バッフ
ァに格納されていると判明したときは、ステップ64を
実行して格納しようとするテキストのロケーションが、
既に出力用バソフプ内に格納されている最後のテキスト
のロケーションと連続しているか否かを判定する。この
判定ステップで連続していると判定されたときは、ステ
ップ65を実行してテキストを出力用バッファに追加す
る。またステップ66で出力用バッファに追加したテキ
ストのロケーションを覚えておき、次のステップ67で
出力用バッファにこれ以上テキストを格納できるか否か
を判定する。そして格納できないときは、ステップ68
を実行して出力用バッファ内のテキストをファイルに出
力する。また、ステップ67でまだ格納できると判定さ
れたときはファイルへの出力は行なわない。
If it is determined in step 61 that the text is not the first text in the output buffer, that is, the text is already stored in the output buffer, step 64 is executed to determine the location of the text to be stored.
It is determined whether the location is continuous with the location of the last text already stored in the output bass panel. If it is determined in this determination step that the text is continuous, step 65 is executed to add the text to the output buffer. In addition, the location of the text added to the output buffer is memorized in step 66, and in the next step 67 it is determined whether any more text can be stored in the output buffer. And if it cannot be stored, step 68
Execute to output the text in the output buffer to a file. Further, if it is determined in step 67 that the data can still be stored, no output to a file is performed.

一方、ステップ64でテキストのロケーションが出力用
バッファ内の最後のテキストのロケーションと連続して
いないと判定されたときは、ステップ69を実行して出
力用バッファ内に格納されているテキストをファイルに
出力する。そして次にステップ70で新テキストを出力
用バッファに格納し、次のステップ71で格納したテキ
ストのロケーションを覚えておく。
On the other hand, if step 64 determines that the text location is not contiguous with the location of the last text in the output buffer, step 69 is executed to convert the text stored in the output buffer to a file. Output. Then, in step 70, the new text is stored in the output buffer, and in the next step 71, the location of the stored text is memorized.

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

上述したように、従来のコンパイラのコード生成におけ
る1パス処理の出力では、命令のオペランドに入るアド
レスが未決定の場合は、それまでの命令についてのテキ
ストを出力し、命令のオペランドに入るアドレスが決定
した時点で、その命令のテキストのみを出力するため、
テキストは細分化され、そのためテキストを格納する記
憶装置へのアクセス効率が悪くなる。
As mentioned above, in the output of one-pass processing in the code generation of conventional compilers, if the address to enter the operand of an instruction is undetermined, the text for the previous instruction is output, and the address to enter the operand of the instruction is output. At the moment it is decided, only the text of that instruction is output, so
The text is fragmented, which makes accessing the storage device that stores the text inefficient.

また、リンク処理においてもテキストが細分化されてい
ることから、テキストを入力するとき、テキストが格納
されている記憶装置へのアクセス効率が悪くなる。
Furthermore, since the text is segmented in link processing, when inputting text, the efficiency of accessing the storage device in which the text is stored becomes poor.

以上より、従来のコンパイル処理/リンク処理では、い
ずれの処理においてもテキストが格納される記憶装置へ
のアクセス効率が悪くなるため、コンパイル/リンク処
理の性能低下をもたらすという欠点がある。
As described above, the conventional compiling/linking process has the disadvantage that the performance of the compiling/linking process deteriorates because the efficiency of accessing the storage device in which text is stored decreases in any process.

本発明はこのような従来の1パス処理方式の持つ欠点を
解決したもので、その目的は、出力されたテキストの細
分化を防ぐことにより、コンパイル/リンク処理を高速
に行ない得る高速コンパイル/リンク方式を提供するこ
とにある。
The present invention solves the drawbacks of the conventional one-pass processing method, and its purpose is to achieve high-speed compile/link processing that can speed up compile/link processing by preventing output text from being fragmented. The goal is to provide a method.

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

本発明は上記目的を達成するために、コンパイル処理に
おいて生成するテキストの命令のオペランドに埋込むア
ドレスが未決定のときは該オペランドにアドレスを埋込
まないままの命令のテキストを出力するテキスト出力手
段と、 コンパイル処理において前記オペランドに埋込むアドレ
スが決定したとき該アドレスを一種の再配置情報に変換
して出力する再配置情報出力手段と、 リンク処理において前記テキスト出力手段の出力と前記
再配置情報出力手段の出力とを入力し、前記再配置情報
形式に含まれるオペランドに埋込むアドレス情報に基づ
いて対応するテキストの命令のオペランド内にアドレス
を埋込むオペランド埋込手段とを有する。
In order to achieve the above object, the present invention provides a text output means for outputting the text of an instruction without embedding an address in the operand when the address to be embedded in the operand of the instruction in the text generated in the compiling process is undetermined. and a relocation information output means for converting the address into a type of relocation information and outputting the address when an address to be embedded in the operand is determined in the compiling process, and outputting the output of the text output means and the relocation information in the linking process. and operand embedding means for inputting the output of the output means and embedding the address in the operand of the corresponding text instruction based on the address information to be embedded in the operand included in the relocation information format.

〔作用〕[Effect]

コンパイル処理において生成するテキストの命令のオペ
ランドに埋込むアドレスが未決定の場合、そのオペラン
ドにアドレスを埋込まないままの命令のテキストを出力
するようにしたので、テキストが細分化されることがな
くなる。
If the address to be embedded in the operand of an instruction in the text generated during the compilation process has not been determined, the text of the instruction without the address embedded in that operand is now output, so the text will no longer be fragmented. .

〔実施例〕〔Example〕

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

第1図は本発明の実施例のブロック図であり、lはコン
パイラ、2はテキスト出力手段、3は再配置情報出力手
段、4はテキスト記憶手段、5は再配置情報記憶手段、
6はテキスト入力手段、7は再配置情報入力手段、8は
リンカ、9はオペランド埋込手段である。
FIG. 1 is a block diagram of an embodiment of the present invention, where l is a compiler, 2 is a text output means, 3 is a relocation information output means, 4 is a text storage means, 5 is a relocation information storage means,
6 is a text input means, 7 is a relocation information input means, 8 is a linker, and 9 is an operand embedding means.

コンパイラ1はテキストおよび再配置情報を出力するも
ので、テキスト出力手段2と再配置情報出力手段3とを
含む。テキスト出力手段2は、生成するテキストの命令
のオペランドに埋込まれるアドレスが未決定のときは、
オペランドにアドレスを埋込まないままの命令のテキス
トを出力するもので、この出力されたテキストはテキス
ト記憶手段4に格納される。また、再配置情報出力手段
3は、オペランドに埋込まれるアドレスが決定したとき
にオペランドに埋込むアドレスを再配置情報の特別な形
式である例えばオペランドアドレス変換情報に変換して
出力する等の処理を行ない、この出力された再配置情報
は再配置情報記憶手段5に格納される。
The compiler 1 outputs text and relocation information, and includes a text output means 2 and a relocation information output means 3. When the address to be embedded in the operand of the instruction of the text to be generated is undetermined, the text output means 2
The text of the instruction is output without addresses embedded in the operands, and this output text is stored in the text storage means 4. Furthermore, when the address to be embedded in the operand is determined, the relocation information output means 3 performs processing such as converting the address to be embedded in the operand into a special format of relocation information, such as operand address conversion information, and outputting the converted address. This output relocation information is stored in the relocation information storage means 5.

リンカ8は、テキスト入力手段6と、再配置情報入力手
段7と、オペランド埋込手段9とを含む。
The linker 8 includes a text input means 6, a relocation information input means 7, and an operand embedding means 9.

テキスト入力手段6は、テキスト記憶手段4からテキス
トを取出し、再配置情報入力手段7は再配置情報記憶手
段5から再配置情報を取出す。また、オペランド埋込手
段9は、再配置情報入力手段7で取出された再配置情報
に含まれるオペランドアドレス変換情報に基づいてオペ
ランドに埋込むアドレスを決定して、テキスト入力手段
6から取出された対応するテキスト内の命令のオペラン
ドに埋込む処理を行なう。
The text input means 6 takes out text from the text storage means 4, and the rearrangement information input means 7 takes out rearrangement information from the rearrangement information storage means 5. Further, the operand embedding means 9 determines an address to be embedded in the operand based on the operand address conversion information included in the relocation information extracted by the relocation information input means 7, and extracts the address from the text input means 6. Performs processing to embed in the operand of the instruction in the corresponding text.

第2図はテキスト出力手段2の処理例を示す流れ図、第
3図は再配置情報出力手段3の処理例を示す流れ図、第
4図はオペランド埋込手段9の処理例を示す流れ図であ
り、以下各図を参照して本実施例の動作を説明する。
2 is a flowchart showing an example of processing by the text output means 2, FIG. 3 is a flowchart showing an example of processing by the rearrangement information outputting means 3, and FIG. 4 is a flowchart showing an example of processing by the operand embedding means 9. The operation of this embodiment will be explained below with reference to each figure.

コンパイラ1の入力ソースの解析、所定のテーブルの作
成処理の終了等によりテキスト出力手段2が起動される
と、テキスト出力手段2は第2図に示したように、先ず
ステップ21においてテキスト内の命令のオペランドに
埋込まれるアドレスが決定しているか否かを判定する。
When the text output means 2 is activated due to analysis of the input source of the compiler 1, completion of predetermined table creation processing, etc., as shown in FIG. Determine whether the address to be embedded in the operand of has been determined.

そして、未決定の場合は、ステップ22を実行してオペ
ランドにアドレスを埋込まないままの命令のテキストを
作成し、次のステップ24でこのテキストをテキスト記
憶手段4に出力する。また、ステップ21でオペランド
に埋込まれるアドレスが決定しているときは、ステップ
23を実行してオペランドにアドレスを埋込んだ命令の
テキストを作成し、次のステップ24でテキストをテキ
スト記憶手段4に出力する。なお、上記ステップ24は
従来の処理におけるステップ52と同じである。
If it is undecided, step 22 is executed to create the text of the instruction without embedding the address in the operand, and in the next step 24 this text is output to the text storage means 4. Further, when the address to be embedded in the operand has been determined in step 21, step 23 is executed to create the text of the instruction in which the address is embedded in the operand, and in the next step 24, the text is stored in the text storage means 4. Output to. Note that step 24 is the same as step 52 in conventional processing.

このように本実施例では、オペランドに埋込まれるアド
レスが未決定の場合にアドレスを埋込まないままの命令
のテキストを作成、出力しているので、従来におけるテ
キスト出力では不連続になる場合も、本実施例ではテキ
スト出力は連続になり、テキストが細分化されることは
ない。
In this way, in this embodiment, when the address to be embedded in the operand has not yet been determined, the text of the instruction without embedded address is created and output, so conventional text output may be discontinuous. , in this embodiment the text output is continuous and the text is not fragmented.

また、コンパイラlの処理の実行に伴って再配置情報出
力手段3が起動されると、再配置情報出力手段3は第3
図に示すように、先ずステップ31においてコンパイル
1内の図示しない手段から与えられる入力データがオペ
ランドに埋込まれるアドレスであるか否かを判定する。
Further, when the relocation information output means 3 is activated in accordance with the execution of the process of the compiler l, the relocation information output means 3
As shown in the figure, first, in step 31, it is determined whether input data given from means (not shown) in the compile 1 is an address to be embedded in an operand.

この判定の結果、オペランドに埋込まれるアドレスであ
るときは、ステップ32を実行してオペランドに埋込む
アドレス情報を再配置情報の特別な形式となるオペラン
ドアドレス変換情報に変換する。なお、このオペランド
アドレス変換情報は、形式的には通常の再配置情報と同
じであり、その中には、埋込むべきアドレス情報と埋込
み先の情報等が含まれる。そして、次のステップ34で
このオペランドアドレス情報を再配置情報として再配置
情報記憶手段5に出力する。
If the result of this determination is that the address is to be embedded in the operand, step 32 is executed to convert the address information to be embedded in the operand into operand address conversion information that is a special format of relocation information. Note that this operand address conversion information is formally the same as normal relocation information, and includes address information to be embedded, information on the embedding destination, etc. Then, in the next step 34, this operand address information is outputted to the relocation information storage means 5 as relocation information.

一方、ステップ31の判定において、入力データがオペ
ランドのアドレスでない、つまり通常の再配置情報であ
ると判定されたときは、ステップ33を実行して通常の
再配置情報を作成し、次のステップ34でその再配置情
報を再配置情報記憶手段5に出力する。
On the other hand, if it is determined in step 31 that the input data is not an operand address, that is, it is normal relocation information, step 33 is executed to create normal relocation information, and the next step 34 Then, the relocation information is output to the relocation information storage means 5.

以上のような処理が行なわれることにより、テキスト記
憶手段4には、オペランドにアドレスが埋込まれた命令
のテキストと、埋込まれていない命令のテキストとが順
次記憶され、そのアドレスが埋込まれていない命令のテ
キストに対応する一種の再配置情報および通常の再配置
情報が再配置情報記憶手段5に順次記憶されることにな
る。
By performing the above processing, the text of the instruction in which the address is embedded in the operand and the text of the instruction in which the address is not embedded are sequentially stored in the text storage means 4. A type of relocation information and normal relocation information corresponding to the text of the unused command are sequentially stored in the relocation information storage means 5.

さて、コンパイル1の処理が終了し制御がリンカ8に渡
り、リンカ8の処理の実行に伴ってオペランド埋込手段
9が起動されると、オペランド埋込手段9は第4図に示
すように、先ずステップ42において再配置情報入力手
段7を介して読取った再配置情報が一種の再配置情報で
あるオペランドアドレス変換情報であるか否かを判定す
る。そして、オペランドアドレス変換情報であるときは
、ステップ42を実行してそのオペランドアドレス変換
情報からオペランドに埋込むアドレスを取出し、テキス
ト入力手段6を介して読取った対応するテキストの命令
のオペランドにそのアドレスを埋込む、また、ステップ
41でオペランドアドレス変換情報でなく通常の再配置
情報であると判定されたときは、ステップ43を実行し
て通常の再配置処理を実行する。
Now, when the processing of the compile 1 is completed and control is transferred to the linker 8, and the operand embedding means 9 is activated as the linker 8 executes the processing, the operand embedding means 9 performs the following operations as shown in FIG. First, in step 42, it is determined whether the relocation information read through the relocation information input means 7 is operand address conversion information, which is a type of relocation information. If the operand address conversion information is the operand address conversion information, step 42 is executed to extract the address to be embedded in the operand from the operand address conversion information, and the address is added to the operand of the corresponding text instruction read through the text input means 6. If it is determined in step 41 that the operand address conversion information is not operand address conversion information but normal relocation information, step 43 is executed to execute normal relocation processing.

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

以上説明したように、本発明では、テキスト内の命令の
オペランドに埋込むアドレスが未決定の場合にはアドレ
スを埋込まないままの命令のテキストを出力しているの
で、テキストの細分化が防げ、それによってコンパイル
/リンク処理を高速化できるという効果がある。なお、
アドレスが決定されたときには埋込むべきアドレス情報
と埋込み先の情報とを含む一種の再配置情報を出力して
おり、リンカ処理においてはその再配置情報からアドレ
スを対応する命令のオペランドに埋込むことができる。
As explained above, in the present invention, if the address to be embedded in the operand of an instruction within the text has not been determined, the text of the instruction is output without embedding the address, so fragmentation of the text can be prevented. , which has the effect of speeding up compile/link processing. In addition,
When an address is determined, a type of relocation information including address information to be embedded and information on the embedding destination is output, and in linker processing, the address is embedded into the operand of the corresponding instruction based on the relocation information. I can do it.

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

第1図は本発明の実施例のブロック図、第2図はテキス
ト出力手段2の処理例を示す流れ図、 第3図は再配置情報出力手段3の処理例を示す流れ図、 第4図はオペランド埋込手段9の処理例を示す流れ図、 第5図は従来の1パス処理方式におけるテキスト出力処
理の流れ図および、 第6図は第5図のステップ52の詳細な他作を示す流れ
図であ為。 図において、1・・・コンパイラ、2・・・テキスト出
力手段、3・・・再配置情報出力手段、4・・・テキス
ト記憶手段、5・・・再配置情報記憶手段、6・・・テ
キスト入力手段、7・・・再配置情報入力手段、8・・
・リンカ、9・・・オペランド埋込手段。
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a flowchart showing an example of processing by the text output means 2, FIG. 3 is a flowchart showing an example of processing by the rearrangement information output means 3, and FIG. 4 is an operand FIG. 5 is a flowchart showing a processing example of the embedding means 9, FIG. 5 is a flowchart of text output processing in the conventional one-pass processing method, and FIG. 6 is a flowchart showing a detailed example of step 52 in FIG. . In the figure, 1... Compiler, 2... Text output means, 3... Relocation information output means, 4... Text storage means, 5... Relocation information storage means, 6... Text Input means, 7... Relocation information input means, 8...
・Linker, 9... Operand embedding means.

Claims (1)

【特許請求の範囲】 コンパイル処理において生成するテキストの命令のオペ
ランドに埋込むアドレスが未決定のときは該オペランド
にアドレスを埋込まないままの命令のテキストを出力す
るテキスト出力手段と、コンパイル処理において前記オ
ペランドに埋込むアドレスが決定したとき該アドレスを
一種の再配置情報に変換して出力する再配置情報出力手
段と、 リンク処理において前記テキスト出力手段の出力と前記
再配置情報出力手段の出力とを入力し、前記再配置情報
に含まれるオペランドに埋込むアドレス情報に基づいて
対応するテキストの命令のオペランド内にアドレスを埋
込むオペランド埋込手段とを具備した高速コンパイル/
リンク方式。
[Scope of Claims] Text output means for outputting the text of an instruction without embedding an address in the operand when an address to be embedded in an operand of a text generated in the compiling process is undetermined; Relocation information output means for converting the address into a type of relocation information and outputting it when an address to be embedded in the operand is determined; and output from the text output means and output from the relocation information output means in link processing. and an operand embedding means for embedding the address in the operand of the corresponding text instruction based on the address information to be embedded in the operand included in the relocation information.
Link method.
JP2295286A 1986-02-06 1986-02-06 Fast compiling/linking system Pending JPS62182843A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2295286A JPS62182843A (en) 1986-02-06 1986-02-06 Fast compiling/linking system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2295286A JPS62182843A (en) 1986-02-06 1986-02-06 Fast compiling/linking system

Publications (1)

Publication Number Publication Date
JPS62182843A true JPS62182843A (en) 1987-08-11

Family

ID=12096948

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2295286A Pending JPS62182843A (en) 1986-02-06 1986-02-06 Fast compiling/linking system

Country Status (1)

Country Link
JP (1) JPS62182843A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003523891A (en) * 2000-02-26 2003-08-12 フェデラル−モーガル コーポレイション Vehicle interior lighting system using electroluminescent panels

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003523891A (en) * 2000-02-26 2003-08-12 フェデラル−モーガル コーポレイション Vehicle interior lighting system using electroluminescent panels
USRE42340E1 (en) 2000-02-26 2011-05-10 Federal Mogul World Wide, Inc. Vehicle interior lighting systems using electroluminescent panels

Similar Documents

Publication Publication Date Title
US7249350B2 (en) Optimized translation of scalar type SIMD instructions into non-scalar SIMD instructions
JPS6312029A (en) Information processor
JPH11242597A (en) Method for generation of flow graph of java byte code data
JP2001166947A (en) Compile processing system
JP3721780B2 (en) Data processing apparatus having a plurality of pipeline processing mechanisms
JPH08305581A (en) Program converter and processor
JPH02195429A (en) Information processor
JPS62182843A (en) Fast compiling/linking system
JPH0683615A (en) Computer for executing instruction set emulation
CN102360306A (en) Method for extracting and optimizing information of cyclic data flow charts in high-level language codes
JP2000122876A (en) Information processor
JP3461185B2 (en) Method and apparatus for registering source code line number to load module
JP2002268877A (en) Clock control method and information processor using the same
JPH04268928A (en) Emulation device and semiconductor device
JP3323147B2 (en) Compiling device, compiling method, and recording medium recording compiler program
JPH0228174B2 (en)
JPH0272407A (en) Ladder program converter
JPH09171467A (en) Emulation device and method therefor
JP3018783B2 (en) Compilation method
JPH02146688A (en) Hash collision evading system in data driven microprocessor
JPS5829051A (en) Operation processing device
JPH04248624A (en) Program conversion processor
JP2001202252A (en) Program processing method and recording medium
JPS61208129A (en) Control system for preread of instruction
JPH01209542A (en) Logical verification device