javascript
Brief description  about Online courses   join in Online courses
View AISHWARYA  SRIKANTHAN 's Profile

What are inline functions?

What are inline functions?
Asked by AISHWARYA SRIKANTHAN | Aug 5, 2010 |  Reply now
Replies (1)
View embedded instructor 's Profile
The ARM compilers support inline functions with the keyword __inline. This results in each call to an inline function being substituted by its body, instead of a normal call. This results in faster code, but it adversely affects code size, particularly if the inline function is
large and used often.
Aug 5, 2010