A METHOD FOR ENHANCING EXECUTION SPEED OF PROGRAM HAVING FOR-LOOP STRUCTURE

PURPOSE: A method for enhancing execution speed of program having a loop structure using a macro function is provided to improve the program execution speed by using a macro function which reduces overall loop rotation numbers. CONSTITUTION: A macro function is established by receiving count, remain...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: BAEK, YEONG JIN
Format: Patent
Sprache:eng ; kor
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:PURPOSE: A method for enhancing execution speed of program having a loop structure using a macro function is provided to improve the program execution speed by using a macro function which reduces overall loop rotation numbers. CONSTITUTION: A macro function is established by receiving count, remainder, and execution command. The macro function executes the simple execution as a loop type by the count value and executes the execution command by the remainder value. The count and the remainder are obtained by dividing the overall execution number into the loop range. A looping command is executed by establishing the execution command included in the loop structure to a macro function as a factor.