inlinable
Jump to navigation
Jump to search
English
[edit]Alternative forms
[edit]Etymology
[edit]Adjective
[edit]inlinable (not comparable)
- (software compilation) Capable of being inlined.
- 2012, Tom Christiansen, Larry Wall, Brian Foy, Programming Perl, page 561:
- If
somefn
were an inlinable constant function, then even switching the evaluation order like this […] wouldn't change the outcome, since the entire expression still resolves at compile time.