JP2002063072A - Information processing device and printer having the same device - Google Patents

Information processing device and printer having the same device

Info

Publication number
JP2002063072A
JP2002063072A JP2000251850A JP2000251850A JP2002063072A JP 2002063072 A JP2002063072 A JP 2002063072A JP 2000251850 A JP2000251850 A JP 2000251850A JP 2000251850 A JP2000251850 A JP 2000251850A JP 2002063072 A JP2002063072 A JP 2002063072A
Authority
JP
Japan
Prior art keywords
program
cpu
memory
address
ram
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
JP2000251850A
Other languages
Japanese (ja)
Inventor
Yoshiaki Irino
祥明 入野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2000251850A priority Critical patent/JP2002063072A/en
Publication of JP2002063072A publication Critical patent/JP2002063072A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device, capable of enhancing program processing capacity. SOLUTION: A timer 9 is a circuit for interrupting a CPU 6 at fixed time intervals. When an interrupt is made by the timer 9, what part of a program 20 has been carried out can be known, by checking the value of an exception program counter 41 of the CPU 6 in an exception program. It is checked which block the value of the program counter 41 falls within the range of, and a value 1 is added to the frequency information of the relevant block. By carrying out this processing a certain number of times for a certain period of time, which blocks has been executed most frequently by the CPU 6 can be known. From the frequency information thus obtained, the block in a ROM(read only memory) proven to be most frequently executed by the CPU(central processing unit) 6 is reproduced in a RAM(random access memory) by copying. Then, a TLB(translation look-aside buffer) is reset, so as to convert the logical address of the CPU 6 into the physical address of the block copied in the RAM.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理装置及び
該装置を有するプリンタ、より詳細には、ROM/RA
Mを用いてプログラムを高速に実行することが可能な情
報処理装置に関し、プリンタの制御装置などに用いて好
適な情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus and a printer having the information processing apparatus, and more particularly, to a ROM / RA.
The present invention relates to an information processing apparatus capable of executing a program at high speed using M, and to an information processing apparatus suitable for use as a printer control apparatus or the like.

【0002】[0002]

【従来の技術】情報処理装置は、CPU,ROM,RA
Mを有し、CPUが実行するプログラムを不揮発性メモ
リであるROMに格納し、プログラムが実行中に必要と
する作業領域として、揮発性メモリであるRAMを利用
している。
2. Description of the Related Art An information processing apparatus includes a CPU, a ROM, an RA,
M, a program to be executed by the CPU is stored in a ROM, which is a nonvolatile memory, and a RAM, which is a volatile memory, is used as a work area required during execution of the program.

【0003】一般に、RAMはROMよりもプログラム
実行速度が高速であるため、同じプログラムならば、R
OM上で実行するよりもRAM上で実行した方が、より
高速に実行可能であり、情報処理装置の性能も向上す
る。しかし、一般に、RAMはROMよりも高価である
ため、限られたRAM搭載量の範囲で性能向上を図るべ
く、ROM内に格納したプログラムをRAM上にコピー
して動作させるための方式が考案されている。
In general, a RAM has a higher program execution speed than a ROM.
Executing on the RAM can be executed at higher speed than executing on the OM, and the performance of the information processing apparatus is also improved. However, since a RAM is generally more expensive than a ROM, a method for copying a program stored in the ROM onto the RAM and operating the RAM has been devised in order to improve the performance in a limited amount of mounted RAM. ing.

【0004】速度の異なる複数のメモリを有する情報処
理装置において、CPUの論理的なアドレス空間のう
ち、ある仮想アドレスの範囲を、複数のメモリのいずれ
かの物理アドレスに変換するための機構が、広く利用さ
れている。例えば、CPUに内蔵されているTLB(Tr
anslation Look-aside Buffer)を利用する方法や、M
MU(Memory Management Unit)を利用する方法などが
一般的である。
In an information processing apparatus having a plurality of memories of different speeds, a mechanism for converting a range of a certain virtual address in a logical address space of a CPU into one of physical addresses of a plurality of memories is provided. Widely used. For example, the TLB (Tr
anslation Look-aside Buffer) or M
A method using an MU (Memory Management Unit) is generally used.

【0005】上記の変換方式を使えば、プログラムを仮
想アドレスで動作させた場合、そのプログラムがROM
に格納されているのかRAMに格納されているのかの差
を意識する必要がない。つまり、ROMで実行するかR
AMで実行するかの制御を、プログラム本体に手を加え
ることなく制御することが可能である。
If the above-mentioned conversion method is used, when a program is operated at a virtual address, the program is stored in a ROM.
It is not necessary to be aware of the difference between the data stored in the RAM and the data stored in the RAM. That is, whether to execute in ROM or R
It is possible to control whether the program is executed by AM without changing the program body.

【0006】例えば、特開平11−129558号公報
では、あらかじめプログラムが処理を開始する前の段階
でRAMの空き容量を判断し、作業領域として使用しな
いRAMにROMのプログラムの全部あるいは一部をコ
ピーしてRAM上でプログラムを動作させる方式を提案
している。
For example, in Japanese Patent Application Laid-Open No. H11-129558, the free space of the RAM is determined in advance before the program starts processing, and all or a part of the ROM program is copied to a RAM not used as a work area. To run a program on a RAM.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記特
開平11−129558号公報の方式では、プログラム
の実行前やジョブの開始前の段階でRAMの余裕度をチ
ェックすると記載されているが、RAMの利用量はプロ
グラムの実行中に動的に変化するため、あらかじめRA
M実行用に領域を確保してしまう方式の場合には、RA
M利用量の見積もりに余裕を加えることが不可欠であ
り、限られた搭載RAMを限界まで利用することが困難
である。
However, the method disclosed in Japanese Patent Application Laid-Open No. H11-129558 describes that the margin of the RAM is checked before the program is executed or before the job is started. Because the usage dynamically changes during the execution of the program, the RA
In the case of a method in which an area is reserved for M execution, RA
It is indispensable to add a margin to the estimation of the M usage amount, and it is difficult to use the limited mounted RAM to the limit.

【0008】さらに、特開平11−129558号公報
の方式では、プログラム実行中はRAM実行の領域が固
定されているため、プログラム実行中に、利用しないR
AM領域が増えた場合でも、その領域をRAM実行用と
して利用できないという問題がある。
Further, in the method disclosed in Japanese Patent Application Laid-Open No. H11-129558, since the area for executing the RAM is fixed during the execution of the program, R
Even if the AM area increases, there is a problem that the area cannot be used for executing the RAM.

【0009】そこで、本発明では、RAM実行用のRA
Mを動的に確保および解放することにより、限られたR
AM搭載量の範囲で、可能な限りのRAMをRAM実行
用に割り当て、プログラムの処理能力を向上させること
が可能な情報処理装置の制御方法を提供することを目的
としている。
Therefore, according to the present invention, the RA for RAM execution is
By dynamically securing and releasing M, the limited R
It is an object of the present invention to provide a control method of an information processing apparatus capable of allocating as much RAM as possible for execution of RAM within the range of the AM load and improving the processing capability of a program.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、プログラムが仮想アドレス空間中で処理
を実行している期間に、プログラムのどの部分が主に実
行されているのかを計測する手段を有する。この計測手
段により、ある期間内に、プログラムの中で最も頻繁に
CPUで実行されている部分を特定することが可能であ
る。
In order to achieve the above object, the present invention provides a method for determining which part of a program is mainly executed while the program is executing processing in a virtual address space. It has means for measuring. With this measuring means, it is possible to specify a part of the program most frequently executed by the CPU within a certain period.

【0011】また、最も頻繁にCPUで実行されている
部分を、より高速の物理メモリ上で実行させるようにア
ドレス変換することにより、プログラム全体を高速の物
理メモリ上で実行するよりも、効率的にプログラムの性
能を向上させることができる。
Further, by performing address conversion so that a portion most frequently executed by the CPU is executed on a higher-speed physical memory, it is more efficient than executing the entire program on the higher-speed physical memory. In addition, the performance of the program can be improved.

【0012】また、プログラム実行中に作業領域が不足
した場合には、高速の物理メモリにマッピングされてい
る領域の中で、最も実行頻度の低い部分を、より低速の
物理メモリ上で実行させるように、マッピングを変更す
ることにより、より高速の物理メモリ上にプログラムの
作業領域を確保することが可能である。
If the work area becomes insufficient during execution of the program, the least frequently executed part of the area mapped to the high-speed physical memory is executed on the lower-speed physical memory. In addition, by changing the mapping, it is possible to secure a work area for the program on a faster physical memory.

【0013】請求項1の発明は、CPUと、このCPU
で実行されるプログラムを格納した第1のメモリと、こ
の第1のメモリの内容の一部をコピーして保持すること
が可能な第2のメモリと、前記第1のメモリ領域内の物
理アドレスと前記第2のメモリ領域内の物理アドレスと
のどちらかを前記CPUの論理アドレス領域中の同一の
仮想アドレスに変換可能なマッピング手段と、一定時間
が経過する度に前記CPUが論理アドレス領域中のどの
アドレスのプログラムを実行しているかを検知するため
の検知手段とを有し、プログラム実行中に前記検知手段
によって検出したアドレス値の分布を集計し、該集計に
基づいて実行頻度の高い仮想アドレスを含む領域を前記
第1のメモリと前記第2のメモリとのより高速の方のメ
モリの物理アドレスに変換することを特徴としたもので
ある。
According to a first aspect of the present invention, a CPU and the CPU
A first memory storing a program executed in the first memory, a second memory capable of copying and holding a part of the contents of the first memory, and a physical address in the first memory area. Mapping means for converting either the physical address in the second memory area to the same virtual address in the logical address area of the CPU; And a detection unit for detecting which address of the program is being executed. The distribution of the address values detected by the detection unit during the execution of the program is totaled, and the virtual An area including an address is converted into a physical address of a faster one of the first memory and the second memory.

【0014】請求項2の発明は、請求項1の発明におい
て、前記プログラムは、入力データを画像生成用の出力
データに変換する画像処理プログラムであることを特徴
としたものである。
According to a second aspect of the present invention, in the first aspect, the program is an image processing program for converting input data into output data for generating an image.

【0015】請求項3の発明は、請求項2の発明と、前
記出力データに基づく印刷が可能な印刷機構とを有する
プリンタである。
According to a third aspect of the present invention, there is provided a printer having the second aspect and a printing mechanism capable of performing printing based on the output data.

【0016】[0016]

【発明の実施の形態】図1は、本発明による情報処理装
置を有するプリンタの一実施例を説明するための概略構
成図で、プリンタ1は、印刷機構2とコントローラ3と
を内蔵している。コントローラ3は、ホスト計算機から
入力された印刷データを、印刷機構2が用紙に印字可能
なデータに変換する。コントローラ3は、ホスト計算機
からのデータを受け取るための入力インタフェース4、
印刷機構2にデータを送るための出力インタフェース
5、CPU6、CPU6が解釈実行するプログラムが格
納されたROM7、プログラムの作業領域などに利用さ
れるRAM8およびタイマ9から構成されている。コン
トローラ3内の各機能モジュールを相互に接続するため
のバス等の通信回路は省略してある。
FIG. 1 is a schematic structural view for explaining an embodiment of a printer having an information processing apparatus according to the present invention. The printer 1 includes a printing mechanism 2 and a controller 3 therein. . The controller 3 converts print data input from the host computer into data that can be printed on paper by the printing mechanism 2. The controller 3 has an input interface 4 for receiving data from the host computer,
It comprises an output interface 5 for sending data to the printing mechanism 2, a CPU 6, a ROM 7 storing a program interpreted and executed by the CPU 6, a RAM 8 used as a work area of the program, and a timer 9. A communication circuit such as a bus for interconnecting the function modules in the controller 3 is omitted.

【0017】図2は、ROM7に格納されたプログラム
をCPU6の論理アドレス空間上で動作させる方式の一
例を示した図で、CPU6に内蔵されているアドレス変
換機構(TLB)150を利用している。ROM7に
は、ホスト計算機から入力されたデータを処理するため
のプログラム20と、それ以外の例外処理のための例外
プログラム30が格納されている。プログラム20は、
ROM7の物理アドレス100から格納されているが、
アドレス変換機構150を経由して論理アドレス300
からCPU6で実行されることになる。ここでは、論理
アドレスから物理アドレスへの変換にTLB150を利
用しているが、CPU6がTLB150を持たない場合
には、MMU等の外付けのアドレス変換回路を利用して
も同様の構成が可能である。
FIG. 2 is a diagram showing an example of a system for operating a program stored in the ROM 7 on the logical address space of the CPU 6, and utilizes an address translation mechanism (TLB) 150 built in the CPU 6. . The ROM 7 stores a program 20 for processing data input from the host computer and an exception program 30 for other exception processing. Program 20
Although it is stored from the physical address 100 of the ROM 7,
The logical address 300 via the address translator 150
To be executed by the CPU 6. Here, the TLB 150 is used for conversion from the logical address to the physical address. However, when the CPU 6 does not have the TLB 150, a similar configuration is possible by using an external address conversion circuit such as an MMU. is there.

【0018】図3は、プログラム20の実行頻度を計測
するための方式の一例を示した図で、タイマ9は、一定
時間毎にCPU6に割込みを入れるための回路である。
図3に示した例では、タイマ9がCPU6の外部の回路
になっているが、CPU6にタイマ機能が内蔵されてい
る場合には、それを利用しても良い。タイマ9から割込
みが入ると、CPU6は、現在実行中のプログラムの論
理アドレスが格納されているプログラムカウンタ40の
内容を、例外プログラムカウンタ41にコピーする。次
に、プログラムカウンタ40に、例外プログラム30の
先頭アドレスをロードして、例外プログラム30の実行
を開始する。この割込みによる例外処理の方式自体は、
ごく一般的に利用されているものである。
FIG. 3 shows an example of a method for measuring the execution frequency of the program 20. The timer 9 is a circuit for interrupting the CPU 6 at regular intervals.
In the example shown in FIG. 3, the timer 9 is a circuit external to the CPU 6, but if the CPU 6 has a built-in timer function, it may be used. When an interrupt is received from the timer 9, the CPU 6 copies the contents of the program counter 40 storing the logical address of the currently executing program to the exception program counter 41. Next, the start address of the exception program 30 is loaded into the program counter 40, and the execution of the exception program 30 is started. The exception handling method itself by this interrupt is
It is very commonly used.

【0019】図3に示したとおり、タイマ9から割込み
が入った時点で、プログラム20のどの部分が実行され
ていたのかは、例外プログラム30の中で、CPU6の
例外プログラムカウンタ41の値を調べれば知ることが
できる。プログラム20を固定長の5個のブロック(ブ
ロック21からブロック25まで)に分割しておく。例
外プログラム30の中で、例外プログラムカウンタ41
の値が、どのブロックの範囲にあるのかを検査し、該当
するブロックの頻度情報に値1を加える。この処理をあ
る期間にわたってある回数行なうことにより、プログラ
ム30の中で、どのブロックが最も多くCPU6で実行
されたか、また、逆にどのブロックがCPU6で最も実
行されなかったのかを知ることが可能になる。
As shown in FIG. 3, the value of the exception program counter 41 of the CPU 6 can be checked in the exception program 30 to determine which part of the program 20 was being executed at the time of the interruption from the timer 9. You can know. The program 20 is divided into five fixed-length blocks (blocks 21 to 25). In the exception program 30, the exception program counter 41
Is checked in which block range, and the value 1 is added to the frequency information of the corresponding block. By performing this process a certain number of times over a certain period, it is possible to know which block in the program 30 has been executed the most by the CPU 6 and conversely which block has been executed the least by the CPU 6. Become.

【0020】プログラム20の各ブロックの大きさは固
定長にするのが簡便ではあるが、ブロックの処理内容や
重要度によっては、ブロック毎に大きさが異なっていて
も良い。タイマ9の時間間隔は、本実施形態では特定し
ないが、プログラム20の実行期間に比較して、充分に
短いことが望ましい。タイマ9の時間間隔が短すぎる
と、例外プログラム30ばかりが実行されることにな
り、本来のプログラム20の実行が進まない。逆に時間
間隔が長すぎると、有効な頻度情報が得られない。例え
ば、0.01秒単位などの値が考えられる。また、時間
間隔は必ずしも固定値である必要はなく、可変でも良
い。
Although it is convenient to make the size of each block of the program 20 a fixed length, the size may be different for each block depending on the processing content and importance of the block. Although the time interval of the timer 9 is not specified in the present embodiment, it is desirable that the time interval be sufficiently shorter than the execution period of the program 20. If the time interval of the timer 9 is too short, only the exception program 30 will be executed, and the execution of the original program 20 will not proceed. Conversely, if the time interval is too long, effective frequency information cannot be obtained. For example, a value such as a unit of 0.01 seconds can be considered. Further, the time interval does not necessarily have to be a fixed value, but may be variable.

【0021】図4は、プログラム20の頻度情報を使っ
て、プログラム20の物理アドレスと論理アドレスの変
換を修正する方法の一例を示した図である。プログラム
20全体がROM7で実行されており、本発明によって
得られた頻度情報から、CPU6でブロック24が最も
多く実行されていると判明した場合、それまでROM7
のブロック24を、RAM8にコピーしてブロック2
4’を作成する。次に、CPU6の論理アドレス340
をRAM8のブロック24’の物理アドレス240に変
換するようにTLB150を再設定することができる。
FIG. 4 is a diagram showing an example of a method for correcting the conversion between the physical address and the logical address of the program 20 by using the frequency information of the program 20. If the entire program 20 is executed in the ROM 7 and the frequency information obtained by the present invention indicates that the block 24 is most frequently executed by the CPU 6, the ROM 7
Block 24 is copied to the RAM 8 to block 2
Create 4 '. Next, the logical address 340 of the CPU 6
TLB 150 can be reconfigured to translate to the physical address 240 of block 24 'of RAM 8.

【0022】一般に、RAM8上でのプログラム実行速
度は、ROM7上でのプログラム実行速度よりも高速な
ので、ブロック24’はブロック24よりも高速に実行
可能になる。このようにして、最もCPU6で実行され
る回数が多いブロックを、より高速のメモリ上に配置し
て実行することにより、プログラム20全体の処理性能
を向上させることができる。
Generally, the program execution speed on the RAM 8 is faster than the program execution speed on the ROM 7, so that the block 24 'can be executed faster than the block 24. In this way, by arranging and executing the block that is executed most frequently by the CPU 6 on a faster memory, the processing performance of the entire program 20 can be improved.

【0023】逆に、プログラム20の実行中に、RAM
8上の作業領域をより多く確保する必要が発生した場
合、その時点でRAM8上にコピーして実行しているブ
ロックの中から、最も実行頻度が低いブロックを選ん
で、元のROM7上のブロックに変換されるようにTL
B150を再設定することにより、作業領域として利用
可能なRAM8の領域を自由に拡張することも可能であ
る。
Conversely, during execution of the program 20, the RAM
If it is necessary to secure more work areas on the ROM 8, the block with the lowest execution frequency is selected from the blocks copied and executed on the RAM 8 at that time, and the block on the original ROM 7 is selected. To be converted to TL
By resetting B150, the area of the RAM 8 that can be used as a work area can be freely extended.

【0024】[0024]

【発明の効果】以上の説明から明らかなように、本発明
の情報処理装置においては、プログラムの実行中の実行
頻度に応じて動的に物理メモリと仮想アドレスの変換を
更新するので、高速の物理メモリを最適に利用すること
が可能になり、高速の物理メモリの搭載量が限定されて
いる場合でも、高速の処理が可能である。
As is apparent from the above description, in the information processing apparatus of the present invention, the translation between the physical memory and the virtual address is dynamically updated in accordance with the execution frequency during the execution of the program. The physical memory can be used optimally, and high-speed processing can be performed even when the amount of mounted high-speed physical memory is limited.

【0025】また、本発明の情報処理装置をプリンタ内
蔵のコントローラに適用することにより、コントローラ
に搭載したRAMを最適に利用することが可能になり、
コントローラの処理性能が向上する。
By applying the information processing apparatus of the present invention to a controller built in a printer, it is possible to optimally use a RAM mounted on the controller,
The processing performance of the controller is improved.

【0026】さらに、本発明を適用したコントローラを
内蔵したプリンタにおいては、処理性能と搭載RAM量
のバランスを最適化することができるので、同じ処理性
能であれば、より搭載RAM量を削減することが可能に
なり、プリンタのコストを低く抑えることができる。
Further, in a printer incorporating a controller to which the present invention is applied, the balance between the processing performance and the amount of mounted RAM can be optimized. Therefore, if the processing performance is the same, the amount of mounted RAM can be further reduced. And the cost of the printer can be kept low.

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

【図1】 本発明による情報処理装置を有するプリンタ
の一実施例を説明するための概略構成図である。
FIG. 1 is a schematic configuration diagram illustrating an embodiment of a printer having an information processing apparatus according to the present invention.

【図2】 ROMに格納されたプログラムをCPUの論
理アドレス空間上で動作させる方式の一例を示した図で
ある。
FIG. 2 is a diagram showing an example of a method of operating a program stored in a ROM on a logical address space of a CPU.

【図3】 プログラムの実行頻度を計測するための方式
の一例を示した図である。
FIG. 3 is a diagram showing an example of a method for measuring the execution frequency of a program.

【図4】 プログラムの頻度情報を使って、プログラム
の物理アドレスと論理アドレスの変換を修正する方法の
一例を示した図である。
FIG. 4 is a diagram showing an example of a method for correcting conversion between a physical address and a logical address of a program using frequency information of the program.

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

1…プリンタ、2…印刷機構、3…コントローラ、4…
入力インタフェース、5…出力インタフェース、6…C
PU、7…ROM、8…RAM、9…タイマ、20…プ
ログラム、30…例外プログラム、40…プログラムカ
ウンタ、41…例外プログラムカウンタ、100,24
0…物理アドレス、150…アドレス変換機構(TL
B)、300,340…論理アドレス。
DESCRIPTION OF SYMBOLS 1 ... Printer, 2 ... Printing mechanism, 3 ... Controller, 4 ...
Input interface, 5 ... Output interface, 6 ... C
PU, 7 ROM, 8 RAM, 9 timer, 20 program, 30 exception program, 40 program counter, 41 exception program counter, 100, 24
0: physical address, 150: address translation mechanism (TL
B), 300, 340... Logical addresses.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 12/10 501 G06F 12/10 501Z ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 12/10 501 G06F 12/10 501Z

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 CPUと、このCPUで実行されるプロ
グラムを格納した第1のメモリと、この第1のメモリの
内容の一部をコピーして保持することが可能な第2のメ
モリと、前記第1のメモリ領域内の物理アドレスと前記
第2のメモリ領域内の物理アドレスとのどちらかを前記
CPUの論理アドレス領域中の同一の仮想アドレスに変
換可能なマッピング手段と、一定時間が経過する度に前
記CPUが論理アドレス領域中のどのアドレスのプログ
ラムを実行しているかを検知するための検知手段とを有
し、プログラム実行中に前記検知手段によって検出した
アドレス値の分布を集計し、該集計に基づいて実行頻度
の高い仮想アドレスを含む領域を前記第1のメモリと前
記第2のメモリとのより高速の方のメモリの物理アドレ
スに変換することを特徴とする情報処理装置。
1. A CPU, a first memory storing a program executed by the CPU, a second memory capable of copying and holding a part of the contents of the first memory, Mapping means for converting either the physical address in the first memory area or the physical address in the second memory area to the same virtual address in the logical address area of the CPU; Detecting means for detecting which address in the logical address area the CPU is executing the program each time the CPU executes, and the distribution of the address values detected by the detecting means during program execution is totaled, Converting an area including a virtual address with a high execution frequency to a physical address of a faster one of the first memory and the second memory based on the totaling; Characteristic information processing device.
【請求項2】 請求項1に記載の情報処理装置におい
て、前記プログラムは、入力データを画像生成用の出力
データに変換する画像処理プログラムであることを特徴
とする情報処理装置。
2. The information processing apparatus according to claim 1, wherein the program is an image processing program for converting input data into output data for generating an image.
【請求項3】 請求項2に記載の情報処理装置と、前記
出力データに基づく印刷が可能な印刷機構とを有するプ
リンタ。
3. A printer comprising: the information processing apparatus according to claim 2; and a printing mechanism capable of printing based on the output data.
JP2000251850A 2000-08-23 2000-08-23 Information processing device and printer having the same device Pending JP2002063072A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000251850A JP2002063072A (en) 2000-08-23 2000-08-23 Information processing device and printer having the same device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000251850A JP2002063072A (en) 2000-08-23 2000-08-23 Information processing device and printer having the same device

Publications (1)

Publication Number Publication Date
JP2002063072A true JP2002063072A (en) 2002-02-28

Family

ID=18741197

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000251850A Pending JP2002063072A (en) 2000-08-23 2000-08-23 Information processing device and printer having the same device

Country Status (1)

Country Link
JP (1) JP2002063072A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008156944A1 (en) * 2007-06-20 2008-12-24 Freescale Semiconductor Inc. Exception-based timer control
WO2009028106A1 (en) * 2007-08-31 2009-03-05 Panasonic Corporation Information processor
US7701805B2 (en) 2004-06-25 2010-04-20 Ricoh Company, Ltd. Time correction apparatus and image forming device having the time correction apparatus
US7831862B2 (en) 2007-01-30 2010-11-09 Freescale Semiconductor, Inc. Selective timer control during single-step instruction execution
JP2014044587A (en) * 2012-08-27 2014-03-13 Fujitsu Ltd Wireless device and wireless signal processing method
WO2018193736A1 (en) * 2017-04-19 2018-10-25 富士通株式会社 Information processing device, information processing method, and information processing system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7701805B2 (en) 2004-06-25 2010-04-20 Ricoh Company, Ltd. Time correction apparatus and image forming device having the time correction apparatus
US7831862B2 (en) 2007-01-30 2010-11-09 Freescale Semiconductor, Inc. Selective timer control during single-step instruction execution
WO2008156944A1 (en) * 2007-06-20 2008-12-24 Freescale Semiconductor Inc. Exception-based timer control
WO2009028106A1 (en) * 2007-08-31 2009-03-05 Panasonic Corporation Information processor
JP4727749B2 (en) * 2007-08-31 2011-07-20 パナソニック株式会社 Information processing device
JP2014044587A (en) * 2012-08-27 2014-03-13 Fujitsu Ltd Wireless device and wireless signal processing method
WO2018193736A1 (en) * 2017-04-19 2018-10-25 富士通株式会社 Information processing device, information processing method, and information processing system

Similar Documents

Publication Publication Date Title
US20110107044A1 (en) Memory migration
US8738890B2 (en) Coupled symbiotic operating system
JP3666258B2 (en) Printer
JP2002140227A (en) Memory compression managing device
JP2695017B2 (en) Data transfer method
JP2002063072A (en) Information processing device and printer having the same device
JP2000181637A5 (en) Data transfer control method, data processing device and storage medium
JP4359031B2 (en) System controller
JP2000163313A (en) Device and system for controlling program read
US5841429A (en) Method and apparatus for managing a character pattern
JP7191713B2 (en) Printer controller, printer control program, and printer
JPH023351A (en) Printer
US6209049B1 (en) Data processing system and method for inputting data from storage devices where the data buss width for input depends on the number of memory devices
JPH07210365A (en) Image forming device
KR100195953B1 (en) High performance dma operating method of i/o processor
JP2000076131A (en) Printer, control method therefor and storage medium
JP2007185911A (en) Printer controller and printer
JP4724289B2 (en) Data processing apparatus and memory access control method for data processing apparatus
US6430647B1 (en) Data processing system for use in conjunction with a font card or the like
JP3499043B2 (en) Printing device
JP2002103699A (en) Method for transferring data and electrophotographic system
JP3596974B2 (en) Image forming device
JPH11203059A (en) Image input and output device and its memory access method, and storage medium storing computer readable program
CN117389685A (en) Virtual machine thermal migration dirty marking method and device, back-end equipment and chip thereof
JP2000122968A (en) Input/output cache memory and its control method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051207

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060118

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060221