Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change notification.
The "LucyBookClub" page has been changed by LoganBell: http://wiki.apache.org/lucy/LucyBookClub?action=diff&rev1=46&rev2=47 Review questions: - TBA + 1. What purpose does -fvisibility-inlines-hiddens serve, especially in regard to C++? + + 2. Why is the strategy of using the most restrictive visibility possible a good practice when writing C++ to work with Elf? + + 3 What is a symbol map file for? + + 4 What is a wrapper function? And what are drawbacks of using wrapper functions? + + 5. What is an alias? + + 6. Is using DF_SYMBOLIC a good idea? + + 7. Why is the length of symbol name important? And why in C++ is this a problem? + + 8. Why is char str[] = "some string" more optimal than char *str = "some string"? + + 9 What are some other ways to make string lookup faster? + + 10. Why is using read only memory when possible more optimal? + + 11 Why is a switch statement a good way to implement an array of functions like behavior? + + 12. How do virtual function tables impact startup time? == Community Notes ==
