Tim Ledbetter
Tim Ledbetter
I noticed this when profiling `Octane/typescript.js`: ``` Suite Test Speedup Old (Mean ± Range) New (Mean ± Range) ---------- ----------------------------------- --------- --------------------------------- --------------------------------- Kraken ai-astar.js 0.992 1.202 ± 1.202 …...
This is what remained from a more adventurous LibRegex change I attempted. Yields approximately 5% improvement in regex benchmarks: ``` Suite Test Speedup Old (Mean ± Range) New (Mean ±...
I hit this when running `JetStream/gcc-loops.cpp.js` with GCC-15. The included test case fails on `master` when sanitizers are enabled.
When putting a list inside a table caption, the list doesn't have the correct amount of vertical space. Reduction from https://www.bamsoftware.com/hacks/zipbomb/: ```html List item Bottom text ``` | Ladybird |...
The browser crashes when clicking on one of the short videos on https://bbc.co.uk. I was able to recreate the crash with this snippet: ```html div { transition: var(--foo); } const...
This replaces multiple string comparisons with a single hash lookup for various CSS value types.