JPS62288946A - Jump log recording system - Google Patents

Jump log recording system

Info

Publication number
JPS62288946A
JPS62288946A JP61133543A JP13354386A JPS62288946A JP S62288946 A JPS62288946 A JP S62288946A JP 61133543 A JP61133543 A JP 61133543A JP 13354386 A JP13354386 A JP 13354386A JP S62288946 A JPS62288946 A JP S62288946A
Authority
JP
Japan
Prior art keywords
jump
information
instructions
unconditional
register
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
JP61133543A
Other languages
Japanese (ja)
Inventor
Junichi Moriuchi
森内 純一
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61133543A priority Critical patent/JPS62288946A/en
Publication of JPS62288946A publication Critical patent/JPS62288946A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To facilitate reducing and understanding the quantity of recorded information by discriminating the same loop in accordance with conditional jump instructions and the number of unconditional jump instructions between two conditional jump instructions to record the number of times of repeated processing also. CONSTITUTION:A jump instruction detecting means 100 discriminates the jump instruction executed in the processing process and the jump condition to output jump information jd. A jump information control means 200 holds information jd, which the means 100 outputs when detecting the conditional jump instruction and collates it with next output information jd. A jump counting control means 300 counts and stores the number of unconditional jump instructions detected between two continuously detected conditional jump instructions and collates it with the next counted number of unconditional jump instructions. A memory control means 400 counts the number of time of repeat and stores it in a memory 1 when collation in the means 200 results in coincidence and that in the means 300 results in coincidence. Thus, jump information is not recorded repeatedly but the number of times of repeat is recorded.

Description

【発明の詳細な説明】 3、発明の詳細な説明 〔概要〕 処理過程を、ジャンプ命令のジャンプ先アドレスおよび
ジャンプ先アドレスにより記録する装置において、条件
ジャンプ命令と、二つの条件ジャンプ命令間にある無条
件ジャンプ命令数とにより同一ループを識別し、繰返し
処理回数を併せ記録することにより、記録量の削減およ
び理解を容易とする。
[Detailed Description of the Invention] 3. Detailed Description of the Invention [Summary] In an apparatus that records a processing process by a jump destination address of a jump instruction and a jump destination address, a conditional jump instruction and a jump destination address between two conditional jump instructions are provided. By identifying the same loop based on the number of unconditional jump instructions and recording the number of repetitions, it is possible to reduce the recording amount and facilitate understanding.

〔産業上の利用分野〕[Industrial application field]

本発明は処理過程をジャンプ情報により記録する装置に
おけるジャンプ履歴記録方式の改良に関する。
The present invention relates to an improvement in a jump history recording method in an apparatus for recording processing steps using jump information.

情報処理装置等により実行されるプログラムの開発段階
において、該プログラムを処理装置等により実行し、そ
の処理過程を記録することにより、プログラムの正常性
を確認することが行われる。
2. Description of the Related Art In the development stage of a program to be executed by an information processing device or the like, the normality of the program is confirmed by executing the program by the processing device or the like and recording the processing process.

かかる処理過程において、ジャンプ命令が実行された場
合に、ジャンプ先アドレスおよびジャンプ先アドレスを
示すジャンプ情報を記録することにより、前記処理過程
を判断することが行われている。
In such a process, when a jump instruction is executed, the process is determined by recording a jump destination address and jump information indicating the jump destination address.

かかるジャンプ情報を記録する場合に、必要最小限の情
報を、処理過程が理解し易い状態で記録することが望ま
しい。
When recording such jump information, it is desirable to record the minimum necessary information in a state where the processing process is easy to understand.

〔従来の技術〕[Conventional technology]

従来あるジャンプ履歴記録方式においては、対象とする
処理過程で検出された総てのジャンプ命令に対し、ジャ
ンプ情報を順次メモリに記録していた。
In a conventional jump history recording method, jump information is sequentially recorded in a memory for all jump instructions detected in a target processing process.

例えば第8図に示す如き処理過程を記録する場合に、パ
ラメターiをrOJ  (rxJは十進数字を示す、以
下同様)に設定しくステップSl)、処理lを実行した
後(ステップS2)、パラメターiに11」を加算しく
ステップS3)、ステップS4において、条件(i =
 10000>が成立し無ければ、アドレスEからアド
レスDヘジャンプする条件ジャンプ命令JXが検出され
ると、記録装置は第9図に示す如く、メモリ (MEM
)1のアドレスa=lにジャンプ先アドレスEおよびジ
ャンプ先アドレスDを含むジャンプ情報jd(E−D)
を格納する。
For example, when recording a processing process as shown in FIG. 11" is added to i (step S3), and in step S4, the condition (i =
10000> is not satisfied, when a conditional jump instruction JX to jump from address E to address D is detected, the recording device stores the memory (MEM) as shown in FIG.
) Jump information jd (E-D) including jump destination address E and jump destination address D at address a=l of 1
Store.

条件ジャンプ命令JXおよび処理2を実行した後(ステ
ップS4およびS5)、ステップS6においてアドレス
FからアドレスAにジャンプする無条件ジャンプ命令J
Cが検出されると、・記録装置は第9図に示す如く、メ
モリ (MEM)1のアドレスa−r2Jにジャンプ先
アドレスFおよびジャンプ先アドレスAを含むジャンプ
情報jd(F−A)を格納する。
After executing conditional jump instruction JX and process 2 (steps S4 and S5), unconditional jump instruction J jumps from address F to address A in step S6.
When C is detected, the recording device stores jump information jd(F-A) including jump destination address F and jump destination address A at address a-r2J of memory (MEM) 1, as shown in FIG. do.

以下同様にしてステップS6乃至SIOの処理過程にお
いて、記録装置はステップS8およびS10でそれぞれ
無条件ジャンプ命令JBおよびJCを検出し、メモリ 
(MEM)1のアドレスa−「3」および「4」にそれ
ぞれジャンプ情報jd(H−B)およびjd  (G=
C)を格納する。
Similarly, in the process of steps S6 to SIO, the recording device detects unconditional jump commands JB and JC in steps S8 and S10, and
Jump information jd (H-B) and jd (G=
C) is stored.

以下同様にして、ステップS4において条件(i=10
000>が成立する迄は、ステップS2乃至SIOの処
理が9999回繰返し実行され、記録装置は、メモリ 
(MEM)1のアドレスミニ乃至4に格納したジャンプ
情報jd (E−D)乃至j、d(G−C)を、ア゛ド
レスa=r5J乃至「39996」迄の領域に、999
9回繰返し格納する。
Similarly, in step S4, the condition (i=10
000> is satisfied, the processing from step S2 to SIO is repeatedly executed 9999 times, and the recording device stores the memory.
(MEM) Jump information jd (E-D) to j, d (GC) stored in addresses mini to 4 of 1 to the area from address a=r5J to "39996", 999
Store repeatedly 9 times.

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

以上の説明から明らかな如く、従来あるジャンプ履歴記
録方式においては、記録の対象となる処理過程において
検出された総てのジャンプ命令に対応するジャンプ情@
jdが検出順序に記録される。
As is clear from the above explanation, in the conventional jump history recording method, jump information corresponding to all jump instructions detected in the processing process to be recorded is recorded.
jd is recorded in the detection order.

従って処理過程内に多数回の繰返し処理(所謂ループ)
が含まれる場合には、繰返し処理内で検出されるジャン
プ命令に対応するジャンプ情報jdが、繰返し回数だけ
記録されることとなり、記録用メモリの所要記憶容量も
増加し、然も処理過程が理解し難い状態で記録されるこ
ととなる。
Therefore, the process is repeated many times (so-called loop).
is included, the jump information jd corresponding to the jump instruction detected during repeated processing will be recorded for the number of repetitions, and the required storage capacity of the recording memory will also increase, making it difficult to understand the processing process. It will be recorded in a difficult condition.

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

第1図は本発明の原理を示す図である。゛第1図におい
て、1はジャンプ情報jdを記録するメモリ、■は記録
対象となる処理過程で順次実行される命令である。
FIG. 1 is a diagram showing the principle of the present invention.゛In Fig. 1, 1 is a memory for recording jump information jd, and ■ is an instruction that is executed sequentially in the processing process to be recorded.

100.200.300および400は、それぞれ本発
明により設けられたジャンプ命令検出手段、ジャンプ情
報制御手段、ジャンプ計数制御手段およびメモリ制御手
段である。
Reference numerals 100, 200, 300 and 400 are jump command detection means, jump information control means, jump count control means and memory control means provided according to the present invention, respectively.

ジャンプ命令検出手段100は、処理過程において実行
されるジャンプ命令およびジャンプ条件を識別し、ジャ
ンプ情報jdを出力する。
Jump instruction detection means 100 identifies jump instructions and jump conditions to be executed in the process, and outputs jump information jd.

ジャンプ情報制御手段200は、ジャンプ命令検出手段
100が条件ジャンプ命令を検出した場合に出力するジ
ャンプ情@jdを保持し、次回出力される条件ジャンプ
命令のジャンプ情報jdと照合する。
The jump information control means 200 holds the jump information @jd output when the jump instruction detection means 100 detects a conditional jump instruction, and collates it with the jump information jd of the conditional jump instruction to be output next time.

ジャンプ計数制御手段300は、ジャンプ命令検出手段
100が続いて検出した二つの条件ジャンプ命令間で検
出した無条件ジャンプ命令数を計数蓄積し、次回計数す
る無条件ジャンプ命令数と照合する。
The jump count control means 300 counts and accumulates the number of unconditional jump instructions detected between two conditional jump instructions successively detected by the jump instruction detection means 100, and compares it with the number of unconditional jump instructions to be counted next time.

メモリ制御手段400は、ジャンプ情報制御手段200
の照合結果と、ジャンプ計数制御手段300の照合結果
とが共に一致を示す場合に、同一処理過程が繰返し実行
されたと判定し、繰返し回数を計数してメモリlに格納
する。
The memory control means 400 is the jump information control means 200
When the matching result of the jump counting control means 300 and the matching result of the jump counting control means 300 both show a match, it is determined that the same processing process has been repeatedly executed, and the number of repetitions is counted and stored in the memory l.

〔作用〕[Effect]

従って同一処理過程が、多数回繰返し実行される場合に
も、ジャンプ情報を繰返し記録する代わりに繰返し回数
が記録されることとなり、記録用のメモリの所要記憶容
量も大幅に削減され、また理解し易く記録可能となる。
Therefore, even when the same processing process is repeatedly executed many times, the number of repetitions is recorded instead of repeatedly recording jump information, which greatly reduces the storage capacity required for recording memory. It becomes possible to record easily.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第2図ゆ本発明の一実施例による記録装置を示す図であ
り、第3図は第2図におけるタイミング制御過程の一例
を示す図であり、第4図は第2図におけるジャンプ計数
制御過程の一例を示す図であり、第5図は第2図におけ
るジャンプ情報制御過程の一例を示す図であり、第6図
は第2図におけるメモリ制御過程の一例を示す図であり
、第7図は本発明の一実施例による記録結果を示す図で
ある。なお、全図を通じて同一符号は同一対象物を示す
FIG. 2 is a diagram showing a recording apparatus according to an embodiment of the present invention, FIG. 3 is a diagram showing an example of the timing control process in FIG. 2, and FIG. 4 is a diagram showing a jump counting control process in FIG. 5 is a diagram showing an example of the jump information control process in FIG. 2, FIG. 6 is a diagram showing an example of the memory control process in FIG. 2, and FIG. 7 is a diagram showing an example of the memory control process in FIG. FIG. 2 is a diagram showing recording results according to an embodiment of the present invention. Note that the same reference numerals indicate the same objects throughout the figures.

第2図においては、ジャンプ命令検出部(JPC)2が
ジャンプ命令検出手段100として設けられ、ジャンプ
計数制御部(JCC)4がジャンプ計数制御手段300
として設けられ、ジャンプ情報制御部(JDC)5がジ
ャンプ情報制御手段200として設けられ、メモリ制御
部(MMC)6がメモリ制御手段400として設けられ
ている。
In FIG. 2, a jump command detection section (JPC) 2 is provided as a jump command detection means 100, and a jump count control section (JCC) 4 is provided as a jump count control means 300.
A jump information control section (JDC) 5 is provided as jump information control means 200, and a memory control section (MMC) 6 is provided as memory control means 400.

ジャンプ計数制御部(JCC)4内には現ループ内無条
件ジャンプ命令数n1を蓄積するレジスタ(JCRI)
41および前回ループ内無条件ジャンプ命令数n2を蓄
積するレジスタ(JCR2)42が設けられ、ジャンプ
情報制御部(JDC)5内には前回条件ジャンプ情報j
dを蓄積するレジスタ(JDR)51が設けられ、メモ
リ制御部(MMC)6内にはジャンプ情報格納アドレス
a1を蓄積するレジスタ(JDPR)61およびループ
回数n3を格納するアドレスa2を蓄積するレジスタ(
LCPR)62が設けられている。
The jump count control unit (JCC) 4 includes a register (JCRI) that stores the number n1 of unconditional jump instructions in the current loop.
41 and a register (JCR2) 42 for accumulating the number n2 of unconditional jump instructions in the previous loop.
A register (JDR) 51 is provided to store the jump information storage address a1, and a register (JDPR) 51 is provided in the memory control unit (MMC) 6 to store the jump information storage address a1, and a register (JDPR) 51 to store the jump information storage address a1 is stored.
LCPR) 62 is provided.

初期状態においては、現ループ内無条件ジャンプ命令数
n1、前回ループ内無条件ジャンプ命令数02およびル
ープ回数n3は共に「0」に設定され、ジャンプ情報格
納アドレスalおよびループ回数格納アドレスa2は何
れも「1」に設定され、また前回条件ジャンプ情報レジ
スタ(、JDR)51には何等のジャンプ情報jdも蓄
積されていない。
In the initial state, the number n1 of unconditional jump instructions in the current loop, the number 02 of unconditional jump instructions in the previous loop, and the number of loops n3 are all set to "0", and the jump information storage address al and the loop number storage address a2 are both set to "0". is set to "1", and no jump information jd is stored in the previous condition jump information register (JDR) 51.

第2図乃至第6図において、ジャンプ命令検出部(JP
C)2は、記録対象となる処理過程の、各実行される命
令Iを監視し、ジャンプ命令が検出されると、タイミン
グ制御部(TC)3に伝達するジャンプ命令検出信号j
plを論理“1”に設定し、ジャンプ元アドレスおよび
ジャンプ先アドレスを含むジャンプ情報jdを出力し、
ジャンプ情報制御部(JDC)5およびメモリ制御部(
MMC)6に伝達する。更にジャンプ命令検出部(JP
C)2は、検出したジャンプ命令が条件ジャンプ命令で
あった場合にはジャンプ命令検出信号jp2も論理“1
”に設定し、ジャンプ命令検出信号jplと共にタイミ
ング制御部(TC)3に伝達する。
2 to 6, the jump instruction detection unit (JP
C) 2 monitors each executed instruction I in the processing process to be recorded, and when a jump instruction is detected, transmits a jump instruction detection signal j to the timing control unit (TC) 3.
Set pl to logic “1” and output jump information jd including the jump source address and jump destination address,
Jump information control unit (JDC) 5 and memory control unit (
MMC) 6. Furthermore, a jump instruction detection unit (JP
C) 2, if the detected jump instruction is a conditional jump instruction, the jump instruction detection signal jp2 also becomes logic "1".
” and transmits it to the timing control unit (TC) 3 together with the jump command detection signal jpl.

合筆8図に示す処理過程における各実行命令がジャンプ
命令検出部(JPC)2に伝達されたとする。
It is assumed that each execution command in the process shown in FIG. 8 is transmitted to the jump command detection unit (JPC) 2.

第8図のステップS4において条件ジャンプ命令JXが
検出されると、ジャンプ命令検出信号jp1およびjp
2が共に論理″1″に設定され、ジャンプ情報jd  
(E−D)が出力される。
When the conditional jump instruction JX is detected in step S4 of FIG. 8, the jump instruction detection signals jp1 and jp
2 are both set to logic "1", and jump information jd
(E-D) is output.

タイミング制御部(TC)3においては、ジー1−ンプ
命令検出信号jplおよびjp2が共に論理“O″に設
定されている場合には、タイミング信号t1乃至t4は
何れも論理“0”に設定されているが、ジャンプ命令検
出信号jplが論理“1″に設定され(ステップ531
)、且つジャンプ命令検出信号jp2が論理“1”に設
定されると(ステップ532)、第3図に示す如くタイ
ミング信号t2を論理“1”に設定する(ステップ53
3)。
In the timing control unit (TC) 3, when both the jump command detection signals jpl and jp2 are set to logic "O", the timing signals t1 to t4 are all set to logic "0". However, the jump instruction detection signal jpl is set to logic "1" (step 531).
), and when the jump instruction detection signal jp2 is set to logic "1" (step 532), the timing signal t2 is set to logic "1" as shown in FIG. 3 (step 53).
3).

ジャンプ計数制御部(JCC)4においては第4図に示
す如く、タイミング制御部(TC)3から伝達されるタ
イミング信号t1が論理″0”であり(ステップ34.
1)、タイミング信号t2が論理″1″であることから
(ステップ542)、レジスタ(JCRI)41内の現
ループ内無条件ジャンプ命令数n1と、レジスタ(JC
R2)42内の前回ループ内無条件ジャンプ命令数n2
とを照合しくステップ543)、両者が共に「0」であ
ることから照合信号m1を論理“1”に設定する (ス
テップ5410)。
In the jump counting control section (JCC) 4, as shown in FIG. 4, the timing signal t1 transmitted from the timing control section (TC) 3 is logic "0" (step 34.
1), since the timing signal t2 is logic "1" (step 542), the number n1 of unconditional jump instructions in the current loop in the register (JCRI) 41 and the register (JC
R2) Number of unconditional jump instructions in the previous loop in 42 n2
Since both are "0", the verification signal m1 is set to logic "1" (step 5410).

ジャンプ情報制御部(JDC)5は第5図に示す如く、
タイミング制御部(TC)3から伝達されるタイミング
信号t2が論理“1”に設定された場合には(ステップ
551)、ジャンプ命令検出部(JPC)2から伝達さ
れたジャンプ情報jd  (E−D)と、前回条件ジャ
ンプ情報レジスタ(JDR)51の蓄積内容とを照合し
、不一致であることから照合信号m2を論理“0”に設
定する(ステップ553)、 照合信号mlが論理“l”、照合信号m2が論理“0”
に設定であることから、ゲート7がタイミング制御部(
TC)3に伝達する照合信号m3を論理“0”に設定す
ると、タイミング制御部(TC)3は夕・イミング信号
t4を論理″1”に設定する(ステップ535)。
As shown in FIG. 5, the jump information control unit (JDC) 5
When the timing signal t2 transmitted from the timing control section (TC) 3 is set to logic "1" (step 551), jump information jd (E-D ) and the accumulated contents of the previous condition jump information register (JDR) 51, and since they do not match, the verification signal m2 is set to logic "0" (step 553), the verification signal ml is set to logic "1", Verification signal m2 is logic “0”
Since gate 7 is set to timing control section (
When the verification signal m3 transmitted to the timing controller (TC) 3 is set to logic "0", the timing control section (TC) 3 sets the evening timing signal t4 to logic "1" (step 535).

ジャンプ計数制御部(JCC)4は、タイミング信号t
3が論理“0”であり、タイミング信号t4が論理゛1
”であることから(ステップS45および546)、レ
ジスタ(JCRl)41内の現ループ内無条件ジャンプ
命令数n1=rOJを前回ループ内無条件ジャンプ命令
数n2としてレジスタ(JCR2>’4.2に蓄積しく
ステップ547)、更にレジスタ(JCRl)41を「
0」に初期設定する(ステップ848)。
A jump counting control unit (JCC) 4 receives a timing signal t.
3 is logic “0” and timing signal t4 is logic “1”.
” (steps S45 and 546), the number of unconditional jump instructions in the current loop n1=rOJ in the register (JCRl) 41 is set as the number of unconditional jump instructions in the previous loop n2 to register (JCR2>'4.2). In step 547), the register (JCRl) 41 is
0'' (step 848).

ジャンプ情報制御部(JDC)5は、タイミング信号t
4が論理“l”であることから、゛伝達されたジャンプ
情報jd  (E−D)を前回条件ジャンプ情報として
レジスタ(J’DR’)  51に蓄積する(ステップ
555)。
A jump information control unit (JDC) 5 receives a timing signal t.
4 is logic "1", the transmitted jump information jd (ED) is stored in the register (J'DR') 51 as the previous conditional jump information (step 555).

メモリ制御部(MMC)5は第6図に示す如く、タイミ
ング制御部(TC)3から伝達されるタイミング信号t
1およびt3が共に論理“0”で、タイミング信号t4
が論理“1”であることから(ステップS61乃至S 
6 ’3 )、ジャンプ命令検出部(JPC)2から伝
達されたジャンプ情報jd  (E−D)をメモリ (
MEM)1の、レジスタ(JDPR)61に蓄積されて
いるジャンプ情報格納アドレスal−rlJに格納しく
ステップ564)、ループ回数格納アドレスレジスタ(
LCPR)62内に蓄積されているループ回数格納アド
レスa2を、ジャンプ情報格納アドレスa1.=「1」
に「1」を加算した「2」に変更しくステップS6’5
)、メモリ (MEM)1のループ回数格納アドレスa
2’−r2Jにループ回数n3=「1」を格納しくステ
ップ566)、レジスタ(JI)PR)61内のジャン
プ情報格納アドレスal−rlJに「2」を加算した「
3」に変更する(ステップ567)。
As shown in FIG. 6, the memory control unit (MMC) 5 receives the timing signal t transmitted from the timing control unit (TC) 3.
1 and t3 are both logic "0", and the timing signal t4
is logic “1” (steps S61 to S
6'3), jump information jd (E-D) transmitted from the jump instruction detection unit (JPC) 2 is stored in the memory (
MEM) 1, jump information storage address al-rlJ stored in register (JDPR) 61 (step 564), loop number storage address register (
LCPR) 62 is stored in the loop count storage address a2, and the jump information storage address a1. = “1”
In step S6'5, add "1" to "2".
), memory (MEM) 1 loop count storage address a
Step 566) to store the loop count n3 = "1" in 2'-r2J, and add "2" to the jump information storage address al-rlJ in the register (JI) PR) 61.
3" (step 567).

次にステップS6(第8図)において無条件ジャンプ命
令JAが検出されると、ジャンプ命令検出部(JPC)
2はジャンプ命令検出信号jplのみを論理“1”に設
定し、ジャンプ情報jd(F −A>を出力する。  
 − タイミング制、御部(TC)3は、ジャンプ命令検出信
号jplが論理“1”に設定され(ステンプ531)、
且つジャンプ命令検出信号jp2が論理″0”に設定さ
れると(ステップ532)、タイミング信号t1を論理
“1”に設定する(ステップ536)。
Next, when the unconditional jump instruction JA is detected in step S6 (FIG. 8), the jump instruction detection section (JPC)
2 sets only the jump instruction detection signal jpl to logic "1" and outputs jump information jd(F-A>).
- The timing control and control unit (TC) 3 sets the jump instruction detection signal jpl to logic "1" (step 531),
When the jump instruction detection signal jp2 is set to logic "0" (step 532), the timing signal t1 is set to logic "1" (step 536).

ジャンプ計数制御部(JCC)4は、タイミング制御部
(TC)3から伝達されるタイミング信号t1が論理“
1”であることから(ステップ541)、レジスタ(J
CRI)41内の現ループ内無条件ジャンプ命令数nl
−40Jに「1」を加算して「1」とする(ステップ5
49)。
The jump counting control unit (JCC) 4 determines whether the timing signal t1 transmitted from the timing control unit (TC) 3 is logical “
1” (step 541), register (J
CRI) Number of unconditional jump instructions in the current loop in 41 nl
Add “1” to −40J to make “1” (Step 5
49).

メモリ制御部(MMC)6は、タイミング制御部(TC
)3から伝達されるタイミング信号tlが論理“1”で
あることから(ステップ561)、ジャンプ命令検出部
(JPC)2から伝達されたジャンプ情報jd  (F
−A)をメモリ (MEM)1の、レジスタ(JDPR
)61に蓄積されているジャンプ情報格納アドレスal
−r3Jに格納しくステップ36B)、レジスタ(JD
PR)61内に蓄積されているジャンプ情報格納アドレ
スal=r3Jを「4」に変更する(ステップ569)
The memory control unit (MMC) 6 includes a timing control unit (TC).
Since the timing signal tl transmitted from ) 3 is logic "1" (step 561), jump information jd (F
-A) in memory (MEM) 1, register (JDPR)
) 61, the jump information storage address al
- Store in r3J (step 36B), register (JD
PR) Change the jump information storage address al=r3J stored in 61 to "4" (step 569)
.

同様にステップS8および510(第8図)において無
条件ジャンプ命令JBおよびJCが検出されると、レジ
スタ(JCRI)4.1内の現ループ内無条件ジャンプ
命令数n1−rlJは「3」に変更され、メモリ (M
EM)lのジャンプ情報格納アドレスa 1−r4jお
よび「5」にジャンプ情報jd (H−B)およびjd
 (G−C)が格納され、レジスタ(、JDPR)61
内のジャンプ情報格納アドレスal−r5Jは「6」に
変更される。
Similarly, when unconditional jump instructions JB and JC are detected in steps S8 and 510 (FIG. 8), the number of unconditional jump instructions in the current loop n1-rlJ in register (JCRI) 4.1 becomes "3". modified, memory (M
Jump information storage address a 1-r4j and "5" of EM) l Jump information jd (H-B) and jd
(GC) is stored in register (, JDPR) 61
The jump information storage address al-r5J in is changed to "6".

ステップS2(第8図)から第2回目の繰返し処理が開
始され、再びステップS4において条件ジャンプ命令J
Xが検出されると、ジャンプ計数制御部(JCC)4は
レジスタ(JCRI)内の現ループ内無条件ジャンプ命
令数n1と、レジスタ(JCR2)内の前回ループ内無
条件ジャンプ命令数02とを照合しくステップ543)
、不一致であることから照合信号m1を論理“0゛に設
定しくステップ544)、またジャンプ情報制御部(J
DC)5はジャンプ命令検出部(J P C)2から伝
達されたジャンプ情報jd(E−D)と、レジスタ(J
DR)51内の前回条件ジャンプ情@jd(E−D)と
を照合し、一致したことから照合信号m2を論理“l”
に設定する(ステップ856)。
The second iterative process starts from step S2 (FIG. 8), and again in step S4, the conditional jump instruction J
When X is detected, the jump count control unit (JCC) 4 reads the number n1 of unconditional jump instructions in the current loop in the register (JCRI) and the number 02 of unconditional jump instructions in the previous loop in the register (JCR2). Check step 543)
, the verification signal m1 is set to logic "0" (step 544), and the jump information control unit (J
DC) 5 receives the jump information jd (E-D) transmitted from the jump instruction detection unit (JPC) 2 and the register (JPC) 5.
DR) 51 and the previous condition jump information @jd(E-D), and since they match, the verification signal m2 is set to logic “l”.
(step 856).

その結果タイミング制御部(TC)3はタイミング信号
t4を論理“1”に設定する為、ジャンプ計数制御部(
JCC)4はレジスタ41内の現ループ内無条件ジャン
プ命令数n 1−r3Jを前回ループ内無条件ジャンプ
命令数02としてレジスタ(JCR2)42に蓄積して
レジスタ(JCRl)41を「0」に初期設定しくステ
ップS47および54B)、またジャンプ情報制御部(
JDC)5はジャンプ命令検出部(JPC)2から伝達
されたジャンプ情報jd (E−D)を前回条件ジャン
プ情報レジスタ(JDR)51に蓄積する(ステップ5
55)。
As a result, the timing control section (TC) 3 sets the timing signal t4 to logic "1", so the jump counting control section (TC) 3 sets the timing signal t4 to logic "1".
JCC) 4 is the number of unconditional jump instructions in the current loop in the register 41, n 1-r3J, which is stored in the register (JCR2) 42 as the number of unconditional jump instructions in the previous loop, 02, and the register (JCRl) 41 is set to "0". Initial setting steps S47 and 54B), jump information control section (
JDC) 5 stores the jump information jd (E-D) transmitted from the jump instruction detection unit (JPC) 2 in the previous condition jump information register (JDR) 51 (step 5).
55).

メモリ制御部(MMC)6はジャンプ命令検出部(JP
C)2から伝達されたジャンプ情報jd(E−D)をメ
モリ (MEM)1の、レジスタ(JDPR)61に蓄
積されているジャンプ情報格納アドレスal−r6Jに
格納しくステップ564)、レジスタ(LCPR)’6
2内に蓄積されているループ回数格納アドレスa 2=
 r2J をジャンプ情報格納アドレスa 1−r6J
 + Illに変更しくステップ565)、ループ回数
格納アドレスa2−r7Jにループ回数n3−rlJを
格納しくステップ566)、レジスタ(JDPR)61
内のジャンプ情報格納アドレスal−r6Jに「2」を
加算した「8」に変更する(ステップ567)。
The memory control unit (MMC) 6 has a jump instruction detection unit (JP
C) The jump information jd (E-D) transmitted from 2 is stored in the jump information storage address al-r6J stored in the register (JDPR) 61 of the memory (MEM) 1. )'6
Loop count storage address a 2 = stored in 2
Jump r2J information storage address a 1-r6J
+ Change to Ill step 565), store the loop number n3-rlJ in the loop number storage address a2-r7J step 566), register (JDPR) 61
"2" is added to the jump information storage address al-r6J in "8" (step 567).

以後再びステップS6、S8および510(第8図)に
おいて無条件ジャンプ命令JA乃至JCが検出されると
、ジャンプ計数制御部(JCC)4内のレジスタ(JC
RI)41には現ループ内無条件ジャンプ命令数n1=
I3Jが蓄積され、ジャンプ情報jd (F−A) 、
jd  (H−B)およびja(c−、C)がメモリ 
(MEM)1のジャンプ情報格納アドレスat−r8J
乃至「10」に格納され、メモリ制御部(MMC)6内
のレジスタ(JDPR)61にはジャンプ情報格納アド
レスa 1= rl IJが蓄積される。
Thereafter, when unconditional jump instructions JA to JC are detected again in steps S6, S8, and 510 (FIG. 8), the register (JC
RI) 41 has the number of unconditional jump instructions in the current loop n1=
I3J is accumulated and jump information jd (F-A),
jd (H-B) and ja (c-, C) are memory
(MEM) 1 jump information storage address at-r8J
The jump information storage address a 1 = rl IJ is stored in the register (JDPR) 61 in the memory control unit (MMC) 6.

ステップS2(第8図)から第3回目の繰返し処理が開
始され、再びステップS4において条件ジャンプ命令J
Xが検出されると、ジャンプ計数制御部(JCC)4は
レジスタ(JCRI)内の現ループ内無条件ジャンプ命
令数n 1 = r3Jと、レジスタ(JCR2)内の
前回ループ内無条件ジャンプ命令数n2=r3Jとを照
合しくステップ543)、一致したことから照合信号m
1を論理“1″に設定しくステップ5410)、またジ
ャンプ情報制御部(、JDC)5はジャンプ命令検出部
(JPC)2から伝達されたジャンプ情報jd(E −
D)と、レジスタ(JDR)51内の前回条件ジャンプ
情報jd(E−D)とを照合し、一致したことから照合
信号m2を論理“1”に設定する(ステップ553)。
The third iterative process starts from step S2 (FIG. 8), and again in step S4, the conditional jump instruction J
When X is detected, the jump count control unit (JCC) 4 calculates the number of unconditional jump instructions in the current loop n 1 = r3J in the register (JCRI) and the number of unconditional jump instructions in the previous loop in the register (JCR2). Step 543) to match n2=r3J, and since they match, the matching signal m
1 to logic "1" (step 5410), and the jump information control unit (JDC) 5 receives the jump information jd(E-) transmitted from the jump command detection unit (JPC) 2.
D) and the previous conditional jump information jd (E-D) in the register (JDR) 51, and since they match, the verification signal m2 is set to logic "1" (step 553).

ゲート7は、ジャンプ計数制御部(JCC)4から伝達
される照合信号m1と、ジャンプ情報制御部(JDC)
5から伝達される照合信号m2とが共に論理“1″であ
ることから、タイミング制御部(TC)3に伝達する照
合信号m3を論理“1”に設定する。
The gate 7 receives the verification signal m1 transmitted from the jump counting control section (JCC) 4 and the jump information control section (JDC).
Since both the verification signal m2 transmitted from the timing controller (TC) 5 is logic "1", the verification signal m3 transmitted to the timing control section (TC) 3 is set to logic "1".

タイミング制御部(TC)3は、照合信号m3が論理“
1”に設定されると(ステップ534)、タイミング信
号t3を論理“1”に設定する(ステップ537)。
The timing control unit (TC) 3 determines that the collation signal m3 is logical “
When the timing signal t3 is set to "1" (step 534), the timing signal t3 is set to logic "1" (step 537).

その結果ジャンプ計数制御部(JCC)4はレジスタ4
1内の前回ループ内無条件ジャンプ命令数n2=r3J
を変更すること無くレジスタ(JCRI)41をrOJ
に初期設定しくステップS45および54B)、またジ
ャンプ情報制御部(、IDC)5内の前回条件ジャンプ
情報レジスタ(JDR)51は何等変更を受けない。
As a result, jump count control unit (JCC) 4 register 4
Number of unconditional jump instructions in the previous loop in 1 n2 = r3J
Register (JCRI) 41 is set to rOJ without changing
(steps S45 and 54B), and the previous condition jump information register (JDR) 51 in the jump information control unit (IDC) 5 is not changed in any way.

メモリ制御部(MMC)6は、メモリ (MEM)1の
、レジスタ(LCPR)62に蓄積されているループ回
数格納アドレスa2−r7Jに格納されているループ回
数n3−rlJに「1」を加算して「2」に変更しくス
テップ3610)、またレジスタ(JDPR)61に蓄
積されているジャンプ情報格納アドレスal=rllJ
を、ループ回数格納アドレスa 2−r7jに「1」を
加算した「8」に変更する(ステップ5611)。
The memory control unit (MMC) 6 adds "1" to the loop number n3-rlJ stored in the loop number storage address a2-r7J stored in the register (LCPR) 62 of the memory (MEM) 1. (step 3610), and the jump information storage address al=rllJ stored in the register (JDPR) 61.
is changed to "8", which is obtained by adding "1" to the loop count storage address a2-r7j (step 5611).

以後第8図においてステップS2乃至S10が繰返し処
理される度に、メモリ (MEM)1のループ回数格納
アドレスa2−r7Jに格納されるループ回数n3にr
lJが加算される。
From then on, each time steps S2 to S10 are repeated in FIG.
lJ is added.

かくして第8図のステップS2乃至SIOが9999回
繰返し処理されると、メモリ (MEM)1の、ループ
回数格納アドレスa 2−r7Jに格納されるループ回
数n3はr9998Jとなり、またジャンプ情報格納ア
ドレスal−r8J乃至「10」にジャンプ情報jd 
(F−A) 、jd(H=B)およびjd (G−C)
が格納された後、更にステップS2から第10000回
目の繰返し処理が開始されると、ステップS4において
条件(i = l OOOO)が成立することによりジ
ャンプ情報jd (E−END)となり、ループ回数格
納アドレスa 2−rl 2Jに「1」が格納されて処
理が終了する。
In this way, when steps S2 to SIO in FIG. 8 are repeatedly processed 9999 times, the loop number n3 stored in the loop number storage address a2-r7J of the memory (MEM) 1 becomes r9998J, and the jump information storage address al -Jump information jd from r8J to “10”
(F-A), jd (H=B) and jd (G-C)
After is stored, when the 10,000th repetition process starts from step S2, the condition (i = l OOOO) is satisfied in step S4, resulting in jump information jd (E-END), and the number of loops is stored. "1" is stored in address a2-rl2J, and the process ends.

以上の結果メモリ(MEM)1には、第7図に示す如く
、ジャンプ情報格納アドレスal=r1」に第1回の処
理で検出された条件ジャンプ命令JXのジャンプ情報j
d (E−D)が格納され、ジャンプ情報格納アドレス
al−r3J乃至「5」に第1回乃至第9998回の繰
返し処理の間で検出された無条件ジャンプ命令JA乃至
JCのジャンプ情報jd (F−A) 、jd (H−
B)およびjd (G−C)が−組格納され、ジャンプ
情報格納アドレスa1=6に、第2回乃至第9999回
の繰返し処理で検出された条件ジャンプ命令JXのジャ
ンプ情報jd (E−D)が−組格納され、ジャンプ情
報格納アドレスal=r8J乃至「10」に第9999
回の処理で検出された無条件ジャンプ命令JA乃至JC
のジャンプ情報jd(F−A) 、j d (H−B)
およびjd(G−C)が格納され、ジャンプ情報格納ア
ドレスa1−rl IJに第10000回目の条件ジャ
ンプ命令のジャンプ情@jd 1−END)が−組格納
され、またループ回数格納アドレスa2−2に第1回の
ループ回数n3=rlJが格納され、ループ回数格納ア
ドレスa2=r7Jに第2回乃至第9999回のループ
回数n3=r9998Jが格納され、ループ回数格納ア
ドレスa2=r12Jに第10000回目のループ回数
「1」が格納されて記録が終了する。
In the result memory (MEM) 1, as shown in FIG. 7, the jump information j of the conditional jump instruction JX detected in the first processing is stored at the jump information storage address al=r1.
d (E-D) is stored, and the jump information jd ( F-A), jd (H-
B) and jd (G-C) are stored in the jump information storage address a1=6, and the jump information jd (E-D ) is stored, and the 9999th jump information storage address al=r8J to "10" is stored.
Unconditional jump instructions JA to JC detected in the process
Jump information of jd(F-A), jd(H-B)
and jd(GC) are stored, and the jump information @jd 1-END) of the 10000th conditional jump instruction is stored in the jump information storage address a1-rl IJ, and the loop count storage address a2-2 The first loop count n3=rlJ is stored in the loop count storage address a2=r7J, the second to 9999th loop count n3=r9998J is stored in the loop count storage address a2=r12J, and the 10000th loop count is stored in the loop count storage address a2=r12J. The loop count "1" is stored and the recording ends.

以上の説明から明らかな如く、本実施例によれば、第8
図に示される処理過程が、第7図に示す如くメモリ(M
EM>1の僅かな記憶領域に、理解し易い状態で記録さ
れる。
As is clear from the above explanation, according to this embodiment, the eighth
The processing process shown in the figure is as shown in FIG.
It is recorded in a small storage area of EM>1 in an easy-to-understand state.

なお、第2図乃至第7図はあく迄本発明の一実施例に過
ぎず、例えばタイミング制御部(TC)3、ジャンプ計
数制御部(JCC)4、ジャンプ情報制御部(JDC)
5およびメモリ制御部(MMC>6の処理過程は図示さ
れるものに限定されることは無く、他に幾多の変形が考
慮されるが、何れの場合にも本発明の効果は変わらない
。また本発明の対象となる処理過程は、図示されるもの
に限定されぬことは言う迄も無い。
Note that FIGS. 2 to 7 are only one embodiment of the present invention, and for example, a timing control section (TC) 3, a jump counting control section (JCC) 4, a jump information control section (JDC)
5 and the memory control unit (MMC>6) are not limited to those shown in the drawings, and many other modifications may be considered; however, the effects of the present invention remain the same in any case. It goes without saying that the processing steps covered by the present invention are not limited to those shown in the drawings.

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

以上、本発明によれば、前記記録装置において、同一処
理過程が、多数回繰返し実行される場合にも、ジャンプ
情報を繰返し記録する代わりに繰返し回数が記録される
こととなり、記録用のメモリの所要記憶容量も大幅に削
減され、また理解し易く記録可能となる。
As described above, according to the present invention, even when the same processing process is repeatedly executed many times in the recording device, the number of repetitions is recorded instead of repeatedly recording jump information, and the recording memory is The required storage capacity is also significantly reduced, and the information can be recorded in an easy-to-understand manner.

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

第1図は本発明の原理を示す図、第2図は本発明の一実
施例による記録装置を示す図、第3図は第2図における
タイミング制御過程の一例を示す図、第4図は第2図に
おけるジャンプ計数制御過程の一例を示す図、第5図は
第2図におけるジャンプ情報制御過程の一例を示す図、
第6図は第2図におけるメモリ制御過程の一例を示す図
、第7す図、第9囲壁従来ある記録結果の一例を示す図
である。 図において、lはメモリ (MEM) 、2はジャンプ
命令検出部(JPC)、3はタイミング制御部(TC)
、4はジャンプ計数制御部(JCC)、5はジャンプ情
報制御部(JDC) 、6はメモリ制御部(MMC) 
、7はゲート、41は現ループ内無条件ジャンプ命令数
n1を蓄積するレジスタ(JCRI)、42は前回ルー
プ内無条件ジャンプ命令数n2を蓄積するレジスタ(J
CR2)、51は前回条件ジャンプ情報レジスタ(JD
R)、61はジャンプ情報格納アドレスa1を蓄積する
レジスタ(JDPR) 、62はループ回数格納アドレ
スa2を蓄積するレジスタ(LCPR) 、1は命令、
JA乃至JCは無条件ジャンプ命令、aはアドレス、j
dはジャンプ情報、jplおよびjp2はジャンプ命令
検出信号、ml乃至m3は照合信号、n3はループ回数
、tl乃至t4はタイミング信号、E、F、GおよびH
はジャンプ元アドレス、A、、B、CおよびDはジャン
プ先アドレス、ステップS1乃至5610はステップ、
をわ ノ;iζ・て1.01(σ)λj)ミ理図亭 1 団 茶 ?  閾 午2区にス・(邦)4Sンブ帛り〃ψぷp茅 3 口 物に2(1(=、117ろジ痔ンフ′釘数毎11仰是材
亭2図(沫′げゐジVンプ゛1゛ユ捜副仰遇推茅 5 
図 :fニーL  区 言己伸^丈守零と「fる刈3理問ネイ !  8  M
FIG. 1 is a diagram showing the principle of the present invention, FIG. 2 is a diagram showing a recording device according to an embodiment of the present invention, FIG. 3 is a diagram showing an example of the timing control process in FIG. 2, and FIG. 4 is a diagram showing an example of the timing control process in FIG. FIG. 5 is a diagram showing an example of the jump count control process in FIG. 2; FIG. 5 is a diagram showing an example of the jump information control process in FIG. 2;
FIG. 6 is a diagram showing an example of the memory control process in FIG. 2, and FIG. In the figure, l is memory (MEM), 2 is jump instruction detection unit (JPC), and 3 is timing control unit (TC).
, 4 is jump counting control unit (JCC), 5 is jump information control unit (JDC), 6 is memory control unit (MMC)
, 7 is a gate, 41 is a register (JCRI) that stores the number n1 of unconditional jump instructions in the current loop, and 42 is a register (JCRI) that stores the number n2 of unconditional jump instructions in the previous loop.
CR2), 51 is the previous condition jump information register (JD
R), 61 is a register (JDPR) that stores jump information storage address a1, 62 is a register (LCPR) that stores loop count storage address a2, 1 is an instruction,
JA to JC are unconditional jump instructions, a is address, j
d is jump information, jpl and jp2 are jump command detection signals, ml to m3 are verification signals, n3 is the number of loops, tl to t4 are timing signals, E, F, G and H
is the jump source address, A, , B, C, and D are the jump destination addresses, steps S1 to 5610 are the steps,
wowano;iζ・te1.01(σ)λj)Mirizutei 1 Dancha? In the 2nd ward of the threshold, there are 4 S (Japanese) songs. 3. 2 (1) for the food. 5
Diagram: f knee L Kutoto no Kinobu ^ Jōmori Rei and “furugari 3 Riku Nei! 8 M

Claims (1)

【特許請求の範囲】 処理過程を、ジャンプ命令実行時のジャンプ元アドレス
およびジャンプ先アドレスを示すジャンプ情報により記
録する装置において、 前記処理過程において実行されるジャンプ命令およびジ
ャンプ条件を識別し、前記ジャンプ情報(jd)を出力
するジャンプ命令検出手段(100)と、 前記ジャンプ命令検出手段(100)が条件ジャンプ命
令を検出した場合に出力する前記ジャンプ情報(jd)
を保持し、次回出力される条件ジャンプ命令のジャンプ
情報(jd)と照合するジャンプ情報制御手段(200
)と、 前記ジャンプ命令検出手段(100)が続いて検出した
二つの条件ジャンプ命令間で検出した無条件ジャンプ命
令数を計数蓄積し、次回計数する前記無条件ジャンプ命
令数と照合するジャンプ計数制御手段(300)と、 前記ジャンプ情報制御手段(200)の照合結果が一致
を示し、且つ前記ジャンプ計数制御手段(300)の照
合結果が一致を示す場合に、繰返し回数を計数し、前記
メモリ(1)に格納するメモリ制御手段(400)とを
設けることを特徴とするジャンプ履歴記録方式。
[Scope of Claims] A device for recording a processing process using jump information indicating a jump source address and a jump destination address when a jump instruction is executed, comprising: identifying a jump instruction executed in the processing process and a jump condition; a jump instruction detection means (100) that outputs information (jd); and the jump information (jd) that is output when the jump instruction detection means (100) detects a conditional jump instruction.
jump information control means (200
), and jump counting control for counting and accumulating the number of unconditional jump instructions detected between two conditional jump instructions successively detected by the jump instruction detection means (100), and comparing the number with the number of unconditional jump instructions to be counted next time. When the comparison results of the means (300) and the jump information control means (200) indicate a match, and the comparison result of the jump count control means (300) indicates a match, the number of repetitions is counted and the memory ( 1) A jump history recording method characterized in that a memory control means (400) for storing data is provided.
JP61133543A 1986-06-09 1986-06-09 Jump log recording system Pending JPS62288946A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61133543A JPS62288946A (en) 1986-06-09 1986-06-09 Jump log recording system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61133543A JPS62288946A (en) 1986-06-09 1986-06-09 Jump log recording system

Publications (1)

Publication Number Publication Date
JPS62288946A true JPS62288946A (en) 1987-12-15

Family

ID=15107271

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61133543A Pending JPS62288946A (en) 1986-06-09 1986-06-09 Jump log recording system

Country Status (1)

Country Link
JP (1) JPS62288946A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02148339A (en) * 1988-11-30 1990-06-07 Nec Corp Tracer control circuit
JPH02244342A (en) * 1989-03-17 1990-09-28 Fujitsu Ltd Trace for branch instruction
US5901283A (en) * 1996-09-04 1999-05-04 Mitsubishi Electric Semiconductor Software Co., Ltd Microcomputer
WO2009157036A1 (en) * 2008-06-24 2009-12-30 富士通株式会社 Information processor and control method
JP2018163656A (en) * 2017-03-24 2018-10-18 エイアールエム リミテッド Trace data representation

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02148339A (en) * 1988-11-30 1990-06-07 Nec Corp Tracer control circuit
JPH02244342A (en) * 1989-03-17 1990-09-28 Fujitsu Ltd Trace for branch instruction
US5901283A (en) * 1996-09-04 1999-05-04 Mitsubishi Electric Semiconductor Software Co., Ltd Microcomputer
WO2009157036A1 (en) * 2008-06-24 2009-12-30 富士通株式会社 Information processor and control method
JP2018163656A (en) * 2017-03-24 2018-10-18 エイアールエム リミテッド Trace data representation

Similar Documents

Publication Publication Date Title
AU752641B2 (en) Controller for a digital processor
JPS62288946A (en) Jump log recording system
US4628449A (en) Vector interrupt system and method
US5483657A (en) Method of controlling execution of a data flow program and apparatus therefor
US5253349A (en) Decreasing processing time for type 1 dyadic instructions
US20030037227A1 (en) Processor enabling exception handling to be set by program
CN112116083B (en) Neural network accelerator and detection method and device thereof
JP2009093495A (en) Memory access control apparatus, computer, memory access control method, and memory access control program
JP2003316571A (en) Parallel processor
JPH10240522A (en) Arithmetic unit
KR102161742B1 (en) Pipeline system including feedback route and operating method of the same
JP2845650B2 (en) Logical expression evaluation arithmetic unit
US20060176812A1 (en) Data-driven-type information processor outputting data packet to be processed at prescribed interval and method of controlling the same
Castillo et al. Deadlock in process networks: a dynamic detection and resolution
JP3169878B2 (en) Memory control circuit
JP3123946B2 (en) Microcomputer
CN111090466B (en) Optimization method, device, equipment and storage medium of call instruction
US20240370308A1 (en) Cpu resource control method and apparatus, and computer-readable storage medium
JPH08328879A (en) Task management system
CN118394591A (en) Method, system and medium for processing spam aiming at response delay of software system and intelligent automobile
JPS59105151A (en) Controlling method of interruption
JPH02304654A (en) Error detecting and correcting circuit
JPH05347093A (en) Refresh circuit for dram and refreshing method
CN116560840A (en) CPU resource control method, device and computer readable storage medium
CN116521182A (en) Decompilation method, tool, readable storage medium and program product