mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 10:59:24 +02:00
This helps some of the Cloudflare Turnstile stuff run faster, since they are deliberately screwing with JS engines by asking us to do a bunch of bitwise operations on e.g 65535.56 By rounding such values in bytecode generation, the interpreter can stay on the happy path while executing, and finish quite a bit faster.
161 KiB
161 KiB