| Inline methods that can be inlined. The current implementation limits the
methods that can be inlined to those that are composed of at most two
top-level expressions.
Future improvements will allow more complex methods to be inlined based on
the number of call sites, as well as adding support for more complex target
method expressions.
|