flâneur — a map of the web's best reading

Speculation in JavaScriptCore | WebKit

webkit.org · 33,883 words · saved by 1 readers

This post is all about speculative compilation, or just speculation for short, in the context of the JavaScriptCore virtual machine.

Speculation in JavaScriptCore Jul 29, 2020 by Filip Pizlo @filpizlo This post is all about speculative compilation, or just speculation for short, in the context of the JavaScriptCore virtual machine. Speculative compilation is ideal for making dynamic languages, or any language with enough dynamic features, run faster. In this post, we will look at speculation for JavaScript. Historically, this technique or closely related variants has been applied successfully to Smalltalk , Self , Java , .NET , Python , and Ruby , among others. Starting in the 90’s, intense benchmark-driven competitio

Explore this link on the map →

saved by

related reading