inline call

This commit is contained in:
Mike J Innes 2018-02-28 13:47:14 +00:00
parent 4606339a57
commit 6bdc2b37a9

View File

@ -16,7 +16,7 @@ end
Call(f, args...) = Call{typeof(f),typeof(args)}(f, args)
(c::Call)() = c.func(data.(c.args)...)
@inline (c::Call)() = c.func(data.(c.args)...)
mutable struct Tracked{T}
ref::UInt32