On Thu, Apr 21, 2016 at 3:41 PM, Steven G. Johnson <[email protected]> wrote: > Even if it fails to inline, it still shouldn't allocate memory. Probably > file an issue.
The allocation is caused by splatting. I believe we have an issue for this. > > On Thursday, April 21, 2016 at 2:09:42 PM UTC-4, Kristoffer Carlsson wrote: >> >> Long expressions can fail to inline. Throw in some parenthesis grouping >> the expression into smaller parts will work around it.
