Conditional Elimination through Code Duplication
Joachim Breitner

TL;DR
This paper introduces a code optimization technique that reduces program execution time by duplicating code to eliminate conditional jumps, trading increased code size for faster runtime.
Contribution
The paper presents a novel method for conditional elimination via code duplication, improving runtime efficiency in programs.
Findings
Reduces program runtime significantly
Increases code size due to duplication
Effective in optimizing conditional branches
Abstract
We propose an optimizing transformation which reduces program runtime at the expense of program size by eliminating conditional jumps.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Advanced Malware Detection Techniques · Software Engineering Research
