A recent patch improves JavaScript performance by addressing issues with property lookup optimizations when properties are shadowed or the prototype chain is mutated. This optimization, known as Shape Teleporting, ensures that inline caches remain efficient by reshaping objects in the prototype chain when necessary. The upgrade

5m read timeFrom spidermonkey.dev
Post cover image
Table of contents
What is Shape Teleporting?

Sort: