ON EFFICIENCY AND OPTIMIZATION OF C++ PROGRAMS

Authors
Citation
Pc. Wu et Fj. Wang, ON EFFICIENCY AND OPTIMIZATION OF C++ PROGRAMS, Software, practice & experience, 26(4), 1996, pp. 453-465
Citations number
22
Categorie Soggetti
Computer Sciences","Computer Science Software Graphycs Programming
ISSN journal
00380644
Volume
26
Issue
4
Year of publication
1996
Pages
453 - 465
Database
ISI
SICI code
0038-0644(1996)26:4<453:OEAOOC>2.0.ZU;2-B
Abstract
The efficiency of object-oriented programs has become a point of great interest, One necessary factor for program efficiency is the optimiza tion techniques involved. This paper presents the performance of sever al variations of a given C++ program and compares them with a version that uses no object-oriented features, Our result indicates that some object-oriented features in C++ are not well optimized in current C+compilers. We thus discuss some code optimization techniques that can improve the efficiency based on the given C++ program.