1 paper · 1 filter
Omar Abusabha, Jiyong Uhm, Tamer Abuhmed +1
A function inlining optimization is a widely used transformation in modern compilers, which replaces a call site with the callee's body in need. While this transformation improves…