Code written in high-level programming languages has a lot of overhead, in this article we discuss low-level techniques used to optimize this code for efficiency.
Table of contents.Introduction.Sources of optimizations.Semantic preserving optimizations.Summary.References.Introduction.
Source code written in high level languages presents a lot of overhead, that is, if we translate each construct into machine code in a naive manner.
In this article, we shall see ways in which we eliminate ...
Published on February 19, 2022 13:31