Search Books

Static Analysis and optimization of Object Oriented Systems: Concepts and Approaches

Author Soham Sundar Chakraborty, Rajeev Kumar, P. P. Chakrabarti
Publisher LAP LAMBERT Academic Publishing
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
58.03 64.00 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $75.08

✓ Usually ships in 24 hours

Share:
Book Details
ISBN / ASIN3848413531
ISBN-139783848413539
AvailabilityUsually ships in 24 hours
Sales Rank5,559,638
MarketplaceUnited States 🇺🇸

Description

In this book we have discussed various aspects of object oriented systems and their optimizations. We have mainly explored dynamic dispatch, one of the key language features of object oriented programming paradigm along with devirtualization, an optimization technique to resolve dynamic dispatch to particular function calls. We have also studied dynamic dispatch table construction which is used to enable dynamic dispatch and method inlining as the post-devirtualization optimization. Precise type analysis techniques have been proposed for the whole program and code component to achieve static devirtualization of the dynamic dispatches in the code. After devirtualization, certain call patterns are identified using which better method inlining has been achieved with reduced code growth. Efficient construction of the dispatch table has also been proposed using type analysis to reduce the size of the dispatch table which in turn helps to reduce the overhead of the execution systems.