A New Bytecode Format for JavaScriptCore
https://webkit.org/blog/9329/a-new-bytecode-format-for-javascriptcore/ [webkit.org]
2019-06-21 23:00
In this post, we will start with a quick overview of JSC’s bytecode, key aspects of the old bytecode format and the optimizations it enabled. Next, we will look into the new format and how it affects interpreter execution. Finally, we will look at the impact of the new format on memory usage and performance and how this rewrite improved type safety in JavaScriptCore.
source: HN