November 1999
Intermediate to advanced
336 pages
6h 29m
English
Inlining is the replacement of a method call with the code for the method.
Inlining improves performance by removing call overhead and allowing cross-call optimizations to take place.
Inlining is primarily an execution-time optimization, though it can also result in smaller executable images as well.
Read now
Unlock full access