Computer Vision Conference (CVC) 2026
21-22 May 2026
Publication Links
IJACSA
Special Issues
Computer Vision Conference (CVC)
Computing Conference
Intelligent Systems Conference (IntelliSys)
Future Technologies Conference (FTC)
International Journal of Advanced Computer Science and Applications(IJACSA), Volume 16 Issue 10, 2025.
Abstract: In modern software development, achieving high performance increasingly relies on effective parallelization. While much of the existing research has focused on loop-level parallelism, function-level parallelization remains relatively underutilized. Yet, in many real-world applications, function calls serve as natural units of computation that could greatly benefit from concurrent execution. To address this gap, we present an automated tool that analyzes sequential C++ code, identifies independent function calls, and evaluates their suitability for parallel execution. The tool performs three key analyses: dependency analysis to detect function calls, context analysis to understand execution conditions, and workload assessment to determine whether parallelization would result in significant performance benefits. Based on the analysis results, the tool transforms eligible function calls into parallel equivalents without altering the original program logic. Additionally, the tool generates detailed Control Flow Graphs (CFG) for each function in three formats, facilitating further structural analysis. Three benchmark programs were used in experimental testing. The evaluation measured both sequential and parallel execution times, along with the computed performance gain expressed as a percentage reduction in runtime. Results demonstrated the tool’s ability to improve execution efficiency and reduce processing time. These outcomes emphasize the tool’s role in advancing function-level automatic parallelization. The tool showed notable performance improvements across the three benchmark applications, with the Employee Performance System achieving the highest improvement of 54.6%, followed by the Genomic Sequence System at 48.3%, and the Book Reviews System achieving an improvement of 36.1%. Demonstrating the tool’s ability to improve efficiency via automated function-level parallelization.
Shuruq Abed Alsaedi, Fathy Elbouraey Eassa, Amal Abdullah AlMansour, Lama Abdulaziz Al Khuzayem and Rsha Talal Mirza. “A Technique for Automated Parallel Optimization of Function Calls in C++ Code”. International Journal of Advanced Computer Science and Applications (IJACSA) 16.10 (2025). http://dx.doi.org/10.14569/IJACSA.2025.0161061
@article{Alsaedi2025,
title = {A Technique for Automated Parallel Optimization of Function Calls in C++ Code},
journal = {International Journal of Advanced Computer Science and Applications},
doi = {10.14569/IJACSA.2025.0161061},
url = {http://dx.doi.org/10.14569/IJACSA.2025.0161061},
year = {2025},
publisher = {The Science and Information Organization},
volume = {16},
number = {10},
author = {Shuruq Abed Alsaedi and Fathy Elbouraey Eassa and Amal Abdullah AlMansour and Lama Abdulaziz Al Khuzayem and Rsha Talal Mirza}
}
Copyright Statement: This is an open access article licensed under a Creative Commons Attribution 4.0 International License, which permits unrestricted use, distribution, and reproduction in any medium, even commercially as long as the original work is properly cited.