Commits

Xin Tong committed d20492cbeeb
Rename FunctionSignatureOptCloner to FunctionSignatureOpts Eventually, we decided to do this 1. Have the function signature opts (used to be called the cloner to create the optimized function. 2. Mark the thunk as always_inline 3. Rely on the inliner to inline the thunk to get the benefit of calling optimized function directly.