It would be tragic if public sector services adopted the JavaScript-heavy stacks that frontend influencers have popularised. Right?| Infrequently Noted
In my previous post “Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals”, we took our first deep dive into the world of browser exploitation by covering a few complex topics that were necessary for fundamental knowledge. We mainly covered topics on how JavaScript and V8 worked under the hood by exploring what objects, maps and shapes were, how these objects were structured in memory, and we also covered some basic memory optimizations such as pointer tagging ...| Jack Hacks
V8 reduced its heap size up to 43%! Learn how in “Pointer Compression in V8”!| v8.dev