Question

Need help with this: 1. What is inlining, and when might it be beneficial? 2. Describe...

Need help with this:
1. What is inlining, and when might it be beneficial?

2. Describe memory aliasing.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please Note: I have answered the first Question, according to Chegg Answering Guidelines. Please Re-Post for receiving answers on the other questions.

Q1. Answer)
In computer science, the inlining is the optimization of the manual or the compiler which is used to replace the function call location with the body of the function implementation. Thus inlining occurs during the compile-time and does not change the source code, and is then processed using the compiler. The inlining process has some effect on performance such as this can improve speed by it takes up more space.

Excess of inlining, however, will hurt the speed of the program execution as there is the inline code that will consume too much instruction cache and also much space. Thus the inline functions are somewhat little faster than the normal function calls as the calling of the function has some overhead which is saved in the inline calls.

Thus the inlining has benefits such as it eliminates the instructions which are required for the function calls, reduces the register spilling and also does not have to pass the references and then de-reference the calls when the call by reference is used.


**Please Hit Like if you appreciate my answer. For further doubts on the question or answer please drop a comment, I'll be happy to help. Thanks for posting.**

Add a comment
Know the answer?
Add Answer to:
Need help with this: 1. What is inlining, and when might it be beneficial? 2. Describe...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT