WebKit Binary Size Speed Boost

Benjamin Poulain: The memory locality of the instructions affects the CPU caches; the more the code is spread out, the more time the CPU cores are waiting for something to do. Typically, we want to reduce the number of cache misses, being from the instruction-cache, TLB, page faults, etc. Since cache sizes and memory speeds … Continue reading WebKit Binary Size Speed Boost