JPH08263263A - Data processor and compressed program generation device - Google Patents

Data processor and compressed program generation device

Info

Publication number
JPH08263263A
JPH08263263A JP6227195A JP6227195A JPH08263263A JP H08263263 A JPH08263263 A JP H08263263A JP 6227195 A JP6227195 A JP 6227195A JP 6227195 A JP6227195 A JP 6227195A JP H08263263 A JPH08263263 A JP H08263263A
Authority
JP
Japan
Prior art keywords
program
compression
instruction
compressed
execution
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
JP6227195A
Other languages
Japanese (ja)
Inventor
Kenji Matsumoto
松本  健志
Hiroki Miura
宏喜 三浦
Yasuto Komura
康人 甲村
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP6227195A priority Critical patent/JPH08263263A/en
Publication of JPH08263263A publication Critical patent/JPH08263263A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE: To generate a program smaller than an original program without changing a program description by encoding and compressing an execution system program by a prescribed encoding method in a partial program unit and generating an expanding table corresponding to the encoding method. CONSTITUTION: The execution system program is compressed by encoding the execution system program by the prescribed encoding method in the partial program unit, and the compressed execution system program is stored in a memory 12 and they are sequentially read into an instruction prefetch queue 20 through a bus 16 and an instruction cache 18. The compressed execution system program which is read is read at every basic block and the expanding table 24 is generated. Then, the table 24 is referred to and the compressed execution system program is expanded. The expanded execution system progams are sequentially executed by an instruction execution pipeline 26. The program can be made smaller than the original program size without changing program description.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明はデータ処理装置および
圧縮プログラム作成装置に関し、特にたとえばプログラ
ム中の各命令を順次実行するデータ処理装置、および実
行形式プログラムを圧縮することによって圧縮実行形式
プログラムを作成する圧縮プログラム作成装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device and a compression program creating device, and more particularly to a data processing device for sequentially executing each instruction in a program and a compression execution form program by compressing an execution form program. And a compression program creating device.

【0002】[0002]

【従来の技術】マイクロプロセサなどのデータ処理装置
は、メモリに記憶されたプログラムを読み込み実行する
が、近年のエレクトロニクス製品の高機能化ニーズに伴
い、データ処理装置が実行するプログラムのサイズは急
激に増大している。このため、データ処理装置におい
て、中央処理装置(CPU)のハードウェアコストより
も、プログラムメモリのハードウェアコストの方が遥か
に大きくなるというケースが増えており、プログラムの
サイズを小さくすることが重要かつ重大な課題となって
いる。特に、プログラム作成者が、C言語などの高級言
語によってプログラムを作成する場合には、アセンブリ
言語によりプログラムを作成する場合に比して、実行形
式のプログラムコード量がさらに大きくなるという問題
点がある。
2. Description of the Related Art A data processing device such as a microprocessor reads and executes a program stored in a memory, and the size of the program executed by the data processing device has rapidly increased due to the recent demand for higher functionality of electronic products. It is increasing. Therefore, in the data processing device, the hardware cost of the program memory is much higher than the hardware cost of the central processing unit (CPU), and it is important to reduce the size of the program. And it is a serious issue. In particular, when a program creator creates a program in a high-level language such as C, the amount of program code in the execution format becomes larger than that in the case of creating a program in assembly language. .

【0003】[0003]

【発明が解決しようとする課題】しかしながら、プログ
ラム作成者にとって、手作業によるプログラム変更は、
データ処理装置のアーキテクチャの詳細な理解を必要と
する場合が多く、非常に困難な作業であった。また、た
とえアーキテクチャに精通したプログラマが変更を行っ
た場合でも、このような変更作業には多大な時間を要す
るとともに、時間を多く費やしても大幅なプログラムサ
イズの削減は望めない場合が多かった。また、このよう
な変更作業の過程で、プログラムに新たな誤りが紛れ込
む場合も多く、このために、プログラムの開発期間がさ
らに長くなってしまうという問題点もあった。
However, for the program creator, the manual program change is
This often required detailed understanding of the architecture of the data processing device, which was a very difficult task. In addition, even if a programmer who is familiar with the architecture makes a change, such a change work requires a lot of time, and even if a lot of time is spent, a large reduction in the program size cannot be expected in many cases. In addition, in the course of such modification work, new errors are often mixed in with the program, which causes a problem that the development period of the program is further extended.

【0004】それゆえに、この発明の主たる目的は、プ
ログラム作成者が、プログラム記述に変更を加えること
を必要とせずに、元のプログラムサイズよりも大幅に小
さいプログラムを作成できる、圧縮プログラム作成装置
を提供することである。この発明の他の目的は、プログ
ラムの変更を伴うことなく、本来のプログラムの記憶に
必要な容量よりも小さなメモリ容量で同様の処理をする
ことができる、新しい、高機能のデータ処理装置を提供
することである。
Therefore, a main object of the present invention is to provide a compressed program creating apparatus capable of creating a program significantly smaller than the original program size without requiring the program creator to change the program description. Is to provide. Another object of the present invention is to provide a new, high-performance data processing device capable of performing similar processing with a memory capacity smaller than the capacity necessary for storing the original program without changing the program. It is to be.

【0005】[0005]

【課題を解決するための手段】第1の発明は、実行形式
プログラムを圧縮することによって圧縮実行形式プログ
ラムを作成する圧縮プログラム作成装置であって、実行
形式プログラムを部分プログラム単位で所定の符号化手
法によって符号化することによって実行形式プログラム
を圧縮する圧縮手段、および符号化手法に対応する伸長
用テーブルを作成するテーブル作成手段を備える、圧縮
プログラム作成装置である。
A first aspect of the present invention is a compression program creating apparatus for creating a compressed execution format program by compressing an execution format program, wherein the execution format program is encoded in a predetermined manner in units of partial programs. It is a compression program creation device including compression means for compressing an executable program by encoding by a method, and table creation means for creating a decompression table corresponding to the encoding method.

【0006】第2の発明は、所定のデータ圧縮手法によ
って実行形式プログラムを圧縮した圧縮実行形式プログ
ラムを記憶するメモリ手段、圧縮実行形式プログラムを
所定のデータ伸長手法によって伸長するプログラム伸長
手段、および伸長された実行形式プログラムが含む各命
令を順次実行する命令実行手段を備える、データ処理装
置である。
A second aspect of the present invention is a memory means for storing a compressed execution format program obtained by compressing an execution format program by a predetermined data compression method, a program decompression means for decompressing the compressed execution format program by a predetermined data decompression method, and decompression. The data processing apparatus includes an instruction execution unit that sequentially executes each instruction included in the executed executable program.

【0007】[0007]

【作用】第1の発明では、実行形式プログラムがたとえ
ば基本ブロック単位でハフマン符号化手法によって圧縮
されるとともに、ハフマン符号テーブル形式の伸長用テ
ーブルが作成される。第2の発明では、メモリ手段には
たとえば圧縮プログラム作成装置で圧縮された実行形式
プログラムが記憶される。プログラム伸長手段は、メモ
リ手段に記憶されている圧縮実行形式プログラムを、た
とえば圧縮プログラム作成装置で作成された伸長用テー
ブルを参照しつつ基本ブロック毎に伸長するとともに、
伸長を行いながら、伸長された命令または命令列を、一
旦蓄積することなく、命令実行手段に与える。命令実行
手段は、この伸長された命令を順次実行する。
According to the first aspect of the present invention, the executable program is compressed by the Huffman coding method in units of basic blocks, and the decompression table in the Huffman code table format is created. In the second aspect, the memory means stores, for example, the executable program compressed by the compression program creating device. The program decompression unit decompresses the compression execution format program stored in the memory unit for each basic block while referring to a decompression table created by the compression program creation device, for example.
While decompressing, the decompressed instruction or instruction string is given to the instruction executing means without being temporarily stored. The instruction executing means sequentially executes the expanded instructions.

【0008】[0008]

【発明の効果】第1の発明によれば、実行形式プログラ
ムが部分プログラム単位で圧縮されるため、プログラム
作成者がプログラム記述に変更を加えることなく、元の
プログラムサイズよりも大幅に小さいプログラムを作成
できる。第2の発明によれば、メモリには圧縮実行プロ
グラムが記憶され、命令を実行する前に実行可能な形式
に伸長されることから、プログラムの変更を伴うことな
く、本来のプログラムの記憶に必要な容量よりも小さな
メモリ量で、同様の処理をするプログラムの実行が可能
となる。
According to the first aspect of the present invention, since the executable program is compressed in partial program units, the program creator can create a program that is significantly smaller than the original program size without changing the program description. Can be created. According to the second invention, the compressed execution program is stored in the memory and is decompressed into the executable format before the instruction is executed. Therefore, it is necessary to store the original program without changing the program. It is possible to execute a program that performs the same processing with a memory amount smaller than the required capacity.

【0009】この発明の上述の目的,その他の目的,特
徴および利点は、図面を参照して行う以下の実施例の詳
細な説明から一層明らかとなろう。
The above-mentioned objects, other objects, features and advantages of the present invention will become more apparent from the following detailed description of the embodiments with reference to the drawings.

【0010】[0010]

【実施例】図1を参照して、この実施例のデータ処理装
置10は、メモリ12およびI/O装置14を含む。メ
モリ(ROM)12には圧縮された実行形式のプログラ
ム(圧縮実行形式プログラム)が記憶されており、この
圧縮実行形式プログラムは、バス16および命令キャッ
シュ18を介して順次命令プリフェッチキュー20に読
み込まれる。命令伸長器22は、命令プリフェッチキュ
ー20から圧縮実行形式プログラムを基本ブロック毎に
読み出し、伸長用テーブル24を参照しつつ、圧縮実行
形式プログラムを伸長する。伸長された実行形式のプロ
グラム(実行形式プログラム)は、順次命令実行パイプ
ライン26において実行される。命令実行に必要なデー
タは、メモリ12あるいはI/O装置14から、バス1
6およびデータキャッシュ28を介して読み込まれる。
DESCRIPTION OF THE PREFERRED EMBODIMENT Referring to FIG. 1, a data processing device 10 of this embodiment includes a memory 12 and an I / O device 14. A compressed execution format program (compression execution format program) is stored in the memory (ROM) 12, and the compression execution format program is sequentially read into the instruction prefetch queue 20 via the bus 16 and the instruction cache 18. . The instruction decompressor 22 decompresses the compression execution format program from the instruction prefetch queue 20 for each basic block, and decompresses the compression execution format program with reference to the decompression table 24. The expanded executable program (executable program) is executed in the sequential instruction execution pipeline 26. Data necessary for executing the instruction is transferred from the memory 12 or the I / O device 14 to the bus 1
6 and data cache 28.

【0011】図2を参照して、プログラム30中の分岐
命令の飛び先となる位置(ラベル位置)301a,30
1b…にある命令から次のラベル位置の直前にある命令
までを基本ブロック302a,302b…と定義し、基
本ブロックを部分プログラムとすると、圧縮はこの基本
ブロックを単位として行われる。圧縮によって、たとえ
ばプログラム30の基本ブロック301aは、圧縮され
たプログラム32における基本ブロック322aとな
り、ラベル位置301aはラベル位置321aとなる。
図2ではラベルおよび基本ブロックの説明のために、ア
センブラ言語記述のプログラムを記しているが、実際に
は、図3に示す手順で実行形式プログラムが圧縮され
る。
With reference to FIG. 2, positions (label positions) 301a, 30 at which the branch instruction in the program 30 is jumped.
If the instructions from 1b to the instruction immediately before the next label position are defined as basic blocks 302a, 302b, and the basic block is a partial program, compression is performed in units of this basic block. By the compression, for example, the basic block 301a of the program 30 becomes the basic block 322a in the compressed program 32, and the label position 301a becomes the label position 321a.
Although a program written in assembler language is shown in FIG. 2 for the purpose of explaining the label and the basic block, the executable program is actually compressed by the procedure shown in FIG.

【0012】すなわち、メモリ34に書き込まれた実行
形式プログラムが、圧縮プログラム作成装置36で、基
本ブロックを単位としてハフマン符号化法によって圧縮
されるとともに、実行形式プログラムの先頭から各ブロ
ックの先頭の位置、すなわちラベル位置までのバイト変
位が計算され、実行形式プログラム中の分岐命令に、適
切な分岐先アドレスが設定される。生成された圧縮実行
形式プログラムは、データ圧縮装置10のメモリ12に
焼き付けられる。また同時に、ハフマン符号化テーブル
形式の伸長用テーブル24が生成される。なお、この符
号化/圧縮には、ハフマン符号化法のほか、ランレング
ス法、モディファイド・ハフマン符号化法などの各種の
データ符号化手法を利用できる。また、伸長用テーブル
としては、そのテーブル自体がメモリである場合も考え
られるが、伸長用テーブルをロジック回路で構成しても
よく、あるいはマイクロプログラムのようなソフトウェ
アのテーブルであってもよい。さらに、この圧縮プログ
ラム作成装置36は、プログラム開発支援装置の一部で
あるか、あるいは汎用ワークステーションなどである。
That is, the executable program written in the memory 34 is compressed by the Huffman coding method in units of basic blocks in the compression program creating device 36, and the position of the beginning of each block from the beginning of the executable program is compressed. That is, the byte displacement to the label position is calculated, and an appropriate branch destination address is set to the branch instruction in the executable program. The generated compression execution format program is burned in the memory 12 of the data compression apparatus 10. At the same time, the decompression table 24 in the Huffman coding table format is generated. In addition to the Huffman coding method, various data coding methods such as the run length method and the modified Huffman coding method can be used for this coding / compression. The decompression table may be a memory itself, but the decompression table may be composed of a logic circuit or a software table such as a microprogram. Further, the compression program creation device 36 is a part of the program development support device, or is a general-purpose workstation or the like.

【0013】圧縮実行形式プログラムは、プログラム実
行の進行に沿って、命令キャッシュ18を介して命令プ
リフェッチキュー20によって先行読み出しされる。実
行形式プログラムは基本ブロック単位で圧縮されている
ため、命令プリフェッチキュー20は、先行読み出しし
た圧縮実行形式プログラムを基本ブロック単位で命令伸
長器22に受けわたす。命令伸長器22は、受け取った
圧縮実行形式プログラムを、伸長用テーブル24を参照
して伸長するとともに、伸長しながら、伸長された命令
または命令列を、一旦蓄積することなく、プログラム実
行の流れに沿って順次命令実行パイプライン26にわた
す。命令実行パイプライン26では、同様に、受け取っ
た実行可能な命令を順次実行していく。必要なデータ
は、メモリ12あるいはI/O装置14からデータキャ
ッシュ28を介して読み込まれる。
The compressed execution format program is pre-read by the instruction prefetch queue 20 via the instruction cache 18 as the program execution progresses. Since the execution format program is compressed in basic block units, the instruction prefetch queue 20 receives the pre-read compressed execution format program in basic block units to the instruction decompressor 22. The instruction decompressor 22 decompresses the received compressed execution format program by referring to the decompression table 24 and, while decompressing, decompresses the decompressed instruction or instruction sequence into the program execution flow without temporarily accumulating it. Along the sequential instruction execution pipeline 26. Similarly, the instruction execution pipeline 26 sequentially executes the received executable instructions. Necessary data is read from the memory 12 or the I / O device 14 via the data cache 28.

【0014】この実施例によれば、メモリ12上には圧
縮実行形式プログラムが記憶され、命令実行パイプライ
ン26で実行する前に実行形式プログラムに伸長され
る。したがって、プログラムの変更を伴うことなく、か
つ本来の記憶に必要な容量よりも小さなメモリ量で、こ
のプログラムの実行が可能となる。なお、この実施例で
は実行形式プログラムを圧縮するとき、基本ブロックを
部分プログラムとしていたが、2命令以上基本ブロック
以下のいずれかの長さで部分プログラム長を規定し、こ
の単位で実行形式プログラムを符号化/圧縮してもよ
い。
According to this embodiment, the compressed execution format program is stored in the memory 12 and expanded into the execution format program before being executed by the instruction execution pipeline 26. Therefore, the program can be executed without changing the program and with a memory amount smaller than the capacity required for the original storage. In this embodiment, when the execution format program is compressed, the basic block is the partial program. However, the partial program length is defined by any length of two instructions or more and the basic block or less, and the execution format program is defined in this unit. It may be encoded / compressed.

【0015】また、実行形式プログラムの圧縮の方法と
して、1命令を部分プログラムとし、1命令を単位とし
て符号化/圧縮してもよい。この場合、プログラム全体
から各命令の出現頻度を調べ、より頻繁に表れる命令ほ
どビット長の短い符号を割り当てることによって、効果
的な圧縮を図ることができる。すなわち、プログラムに
よってよく出現する命令が異なるので、プログラム毎に
符号の割り当てを変えることで、それぞれのプログラム
で最適な圧縮を行うことができる。
As a method of compressing an executable program, one instruction may be a partial program and encoding / compression may be performed in units of one instruction. In this case, effective compression can be achieved by checking the appearance frequency of each instruction from the entire program and assigning a code having a shorter bit length to an instruction that appears more frequently. That is, since frequently appearing instructions differ depending on the program, it is possible to perform optimal compression for each program by changing the code assignment for each program.

【0016】さらに、この実施例では命令の読み込みに
は命令キャッシュを介し、データの読み込みにはデータ
キャッシュを介するようにしたが、この発明はこの場合
に限らず、命令キャッシュおよびデータキャッシュを用
いない場合にも適用できることはもちろんである。
Further, in this embodiment, the instruction cache is used for reading the instruction and the data cache is used for reading the data. However, the present invention is not limited to this case, and the instruction cache and the data cache are not used. Of course, it can be applied to cases.

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

【図1】この発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

【図2】この発明における実行形式プログラム圧縮の概
念を示す図である。
FIG. 2 is a diagram showing a concept of compression of an executable program according to the present invention.

【図3】この発明における実行形式プログラム圧縮の手
順を示すブロック図である。
FIG. 3 is a block diagram showing a procedure of compressing an executable program according to the present invention.

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

10 …データ圧縮装置 12 …メモリ 20 …命令プリフェッチキュー 22 …命令伸長器 24 …伸長用テーブル 26 …命令実行パイプライン 36 …圧縮プログラム作成装置 10 ... Data compression device 12 ... Memory 20 ... Instruction prefetch queue 22 ... Instruction decompressor 24 ... Decompression table 26 ... Instruction execution pipeline 36 ... Compressed program creation device

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】実行形式プログラムを圧縮することによっ
て圧縮実行形式プログラムを作成する圧縮プログラム作
成装置であって、 実行形式プログラムを部分プログラム単位で所定の符号
化手法によって符号化することによって前記実行形式プ
ログラムを圧縮する圧縮手段、および前記符号化手法に
対応する伸長用テーブルを作成するテーブル作成手段を
備える、圧縮プログラム作成装置。
1. A compressed program creating apparatus for creating a compressed executable program by compressing the executable program, wherein the executable program is encoded in a partial program unit by a predetermined encoding method. A compression program creation device comprising: a compression means for compressing a program; and a table creation means for creating a decompression table corresponding to the encoding method.
【請求項2】前記圧縮手段は、2命令以上で基本ブロッ
ク以下のいずれかの長さで部分プログラム長を規定す
る、請求項1記載の圧縮プログラム作成装置。
2. The compression program creating apparatus according to claim 1, wherein said compression means defines a partial program length by any length of 2 instructions or more and less than a basic block.
【請求項3】前記圧縮手段は、前記実行形式プログラム
の1つの命令を1つの部分プログラムとし、前記実行形
式プログラムにおける各命令の出現頻度に応じたビット
長の符号を割り当てて符号化する、請求項1記載の圧縮
プログラム作成装置。
3. The compression means encodes one instruction of the execution format program as one partial program, assigns a code having a bit length according to the appearance frequency of each instruction in the execution format program, and encodes the code. Item 1. A compression program creation device according to item 1.
【請求項4】前記実行形式プログラムに含まれる各ラベ
ル位置の圧縮後のアドレス値を計算するアドレス値計算
手段、および前記実行形式プログラム中の各分岐命令に
前記圧縮後のアドレス値を設定するアドレス値設定手段
をさらに備える、請求項1ないし3のいずれかに記載の
圧縮プログラム作成装置。
4. An address value calculating means for calculating a compressed address value of each label position included in the executable program, and an address for setting the compressed address value for each branch instruction in the executable program. The compression program creating device according to claim 1, further comprising a value setting means.
【請求項5】前記圧縮手段はハフマン符号化手法によっ
て前記実行形式プログラムを圧縮するハフマン符号化手
段を含み、 前記テーブル生成手段はハフマン符号化テーブル形式の
伸長用テーブルを生成するハフマン符号化テーブル生成
手段を含む、請求項1ないし4のいずれかに記載の圧縮
プログラム作成装置。
5. The compression means includes Huffman coding means for compressing the executable program by a Huffman coding method, and the table generating means generates a Huffman coding table generating a decompression table in a Huffman coding table format. The compression program creating device according to claim 1, further comprising means.
【請求項6】所定のデータ圧縮手法によって実行形式プ
ログラムを圧縮した圧縮実行形式プログラムを記憶する
メモリ手段、 前記圧縮実行形式プログラムを所定のデータ伸長手法に
よって伸長するプログラム伸長手段、および伸長された
実行形式プログラムが含む各命令を順次実行する命令実
行手段を備える、データ処理装置。
6. Memory means for storing a compressed execution format program obtained by compressing an execution format program according to a prescribed data compression method, program decompression means for decompressing the compressed execution format program according to a prescribed data decompression method, and decompressed execution. A data processing device comprising instruction execution means for sequentially executing each instruction included in a formal program.
【請求項7】前記メモリ手段は実行形式プログラムを所
定のデータ圧縮手法によって部分プログラム単位で圧縮
した圧縮実行形式プログラムを記憶し、 前記プログラム伸長手段は前記圧縮実行形式プログラム
を所定のデータ伸長手法によって部分プログラム単位で
伸長し、そして前記命令実行手段は伸長された部分プロ
グラムが含む各命令を順次実行する、請求項6記載のデ
ータ処理装置。
7. The memory means stores a compression execution format program obtained by compressing an execution format program in partial program units by a predetermined data compression method, and the program decompression means stores the compression execution format program by a predetermined data decompression method. 7. The data processing device according to claim 6, wherein the instruction is expanded in units of partial programs, and the instruction executing means sequentially executes each instruction included in the expanded partial program.
【請求項8】前記メモリ手段は、2命令以上で基本ブロ
ック以下のいずれかの長さでプログラム長が規定された
部分プログラムを単位として圧縮した圧縮実行形式プロ
グラムを記憶する、請求項7記載のデータ処理装置。
8. A compression execution format program compressed by a unit of a partial program whose program length is defined by any length of two instructions or more and less than a basic block is stored in the memory means. Data processing device.
【請求項9】前記メモリ手段は、前記実行形式プログラ
ムの1つの命令を1つの部分プログラムとし、前記実行
形式プログラムにおける各命令の出現頻度に応じたビッ
ト長の符号を割り当てて符号化した圧縮実行形式プログ
ラムを記憶する、請求項8記載のデータ処理装置。
9. The memory means performs compression execution in which one instruction of the execution format program is set as one partial program, and a code having a bit length corresponding to the appearance frequency of each instruction in the execution format program is assigned and encoded. The data processing device according to claim 8, wherein the data processing device stores a formal program.
JP6227195A 1995-03-22 1995-03-22 Data processor and compressed program generation device Pending JPH08263263A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6227195A JPH08263263A (en) 1995-03-22 1995-03-22 Data processor and compressed program generation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6227195A JPH08263263A (en) 1995-03-22 1995-03-22 Data processor and compressed program generation device

Publications (1)

Publication Number Publication Date
JPH08263263A true JPH08263263A (en) 1996-10-11

Family

ID=13195327

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6227195A Pending JPH08263263A (en) 1995-03-22 1995-03-22 Data processor and compressed program generation device

Country Status (1)

Country Link
JP (1) JPH08263263A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007226615A (en) * 2006-02-24 2007-09-06 Matsushita Electric Ind Co Ltd Information processor, compression program generation method, and information processing system
JP2012098893A (en) * 2010-11-01 2012-05-24 Fujitsu Semiconductor Ltd Compression instruction processing device and compression instruction generation device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007226615A (en) * 2006-02-24 2007-09-06 Matsushita Electric Ind Co Ltd Information processor, compression program generation method, and information processing system
JP2012098893A (en) * 2010-11-01 2012-05-24 Fujitsu Semiconductor Ltd Compression instruction processing device and compression instruction generation device

Similar Documents

Publication Publication Date Title
KR950001485A (en) Operation Processing Method and Micro Computer
JPH07121352A (en) Arithmetic processor
CN112783558B (en) Method for accelerating self-decompression phase of Linux kernel start
US20130262808A1 (en) Compression and decompression system, compression apparatus, decompression apparatus and compression and decompression method
JPH09231071A (en) Computer system
EP4018551A1 (en) Decompression engine for decompressing compressed input data that includes multiple streams of data
JPH08263263A (en) Data processor and compressed program generation device
JP2012098893A (en) Compression instruction processing device and compression instruction generation device
JPH11259335A (en) Tracer device, trace data compressing method and compressed trace data reading method
JP7430195B2 (en) Maintaining compatibility of complex functionality across multiple machine generations
US20230400980A1 (en) Application process context compression and replay
JPH0628150A (en) Method for compressing program capacity
JP2002318686A (en) Processor
JPS63113634A (en) Relative address calculation system for program counter
JP2001142696A (en) Instruction supplying device in microprocessor and instruction supplying method
JPS6220032A (en) Information processor
JPH08328817A (en) Computer system and data expandor used in same
JP2000163264A (en) Program storage device for cpu
KR100251952B1 (en) Decompression apparatus and method for graphic compression data
JP2503634B2 (en) Micro program controller
JPH08147139A (en) Data processor
JPH09326707A (en) Variable length coding/decoding arithmetic processing unit
JPH05250156A (en) Risc processor
JPS61161509A (en) System and device for operating high speed sequence
JPH07184063A (en) Binary image compression system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20041112

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041124

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050322