Optimizing JavaScript Standard Library Functions in JSC

Optimizing JavaScript Standard Library Functions in JSC

After three years working on JavaScriptCore (JSC), I recently had the opportunity to work on optimizing one of our standard library functions for the first time.

Read more

A New Bytecode Format for JavaScriptCore

A New Bytecode Format for JavaScriptCore

In revision r237547 we introduced a new bytecode format for JavaScriptCore (JSC).

Read more