In this post, we are going to understand the inline cache with respect to Chakra. We will briefly look at the need for inline cache as well. If you haven’t heard of inline cache at all, this wiki page and the type blog are necessary to read before we deep dive. To quote from wiki: The concept of inline caching is based on the empirical observation that the objects that occur at a particular call site are often of the same type. In those cases, performance can be increased greatly by storing...