inline call
This commit is contained in:
parent
4606339a57
commit
6bdc2b37a9
@ -16,7 +16,7 @@ end
|
|||||||
|
|
||||||
Call(f, args...) = Call{typeof(f),typeof(args)}(f, args)
|
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}
|
mutable struct Tracked{T}
|
||||||
ref::UInt32
|
ref::UInt32
|
||||||
|
Loading…
Reference in New Issue
Block a user