Join Slack
Powered by
if we don’t inline we can’t have local or non-loca...
# arrow
p
pakoito
07/03/2018, 11:18 PM
if we don’t inline we can’t have local or non-local returns
r
raulraja
07/04/2018, 10:19 AM
I see, thanks for the use case.
@pakoito
@gildor
So the bigger risk is not allowing local returns if we inline them all?
p
pakoito
07/04/2018, 10:22 AM
if we *don’t inline we don’t allow local returns
pakoito
07/04/2018, 10:23 AM
if we do inline w/o crossinline we allow local returns and coroutines, at the cost of copying the function on every callsite, affecting size
r
raulraja
07/04/2018, 11:18 AM
got it, thanks both for clarifying
3
Views
Open in Slack
Previous
Next