callmeFilip / Thinking-in-CPP-Volume-1-2nd-Edition

Homework and Classwork repository
0 stars 0 forks source link

Chapter_15 Task_31 #325

Open callmeFilip opened 3 years ago

callmeFilip commented 3 years ago

(Advanced) Find out exactly how much more time is required for a virtual function call by going to your processor’s assembly-language information or other technical manual and finding out the number of clock states required for a simple call versus the number required for the virtual function instructions.

callmeFilip commented 3 years ago

Не успях да намеря толкова подробна документация. Най-близкото което намерих е това: https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html , но процеса се описва съвсем повърхностно.