期刊名称:International Journal of Computer Science and Network Security
印刷版ISSN:1738-7906
出版年度:2020
卷号:20
期号:5
页码:120-123
出版社:International Journal of Computer Science and Network Security
摘要:Compilation time has always been an important factor for performance analysis of any system. This paper discusses the various optimized iterative techniques to analyze the performance of programs like loop unrolling, loop level parallelism or loop-carried dependence, and loop ordering. In first technique, loop is unrolled up to scale 5 and then compared with rolled one to find out performance differences. In the second technique, it finds that the loop carried dependence and inter-change the statements order and exposes the par-allelism. In the third one, the loop order is changed to reduce the jump calls during code execution. The execution time of all three methods are compared, that is the proof of high performance after implementing the optimized iterative techniques. The execution time may differ on different machines. The results are calculated on a core i5 machine with 2.7Ghz processor under Linux kernel.