builtin function

A builtin function is a function whose implementation is handled specially by the compiler. Typically, it may substitute a sequence of automatically generated instructions for the original function call, similar to an inline function. Unlike an inline function, the compiler has an intimate knowledge and can thus better integrate and optimize it for a given situation.