dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
tooCostly
dmd
inlinecost
Determine if too expensive to inline.
pure nothrow @
safe
bool
tooCostly
(
int
cost
)
Parameters
cost
int
cost of inlining
Return Value
Type:
bool
true if too costly
Meta
Source
See Implementation
dmd
inlinecost
functions
inlineCostExpression
inlineCostFunction
isInlinableNestedAggregate
tooCostly
Determine if too expensive to inline.