Overview of WebKit’s CSS JIT Compiler

Benjamin Poulain: When using the CSS JIT, the task of matching a selector is split in two: first compiling, then testing. A JIT compiler takes the selector, does all the complicated computations when compiling, and generates a tiny binary blob corresponding to the input selector: a compiled selector. When it is time to find if … Continue reading Overview of WebKit’s CSS JIT Compiler