mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
We know that the payload is always 0 for these three Value types, and so we can implement checking for them as full 64-bit compares against constant values instead of checking just the tag. This avoids shifting the tag 48 bits to the right before comparing it. Since these are used all over the place, it actually leads to a nice code size reduction.
22 KiB
22 KiB