Files
ladybird/Libraries/LibJS/Runtime/Reference.h
Jelle Raaijmakers 6ce327f715 LibJS: Reduce size of Optional<EnvironmentCoordinate>
Reduces the size of `Optional<EnvironmentCoordinate>` from 12 to 8
bytes, and by reordering the fields in `Reference` we shrink that down
from 64 to 56 bytes as well.
2026-03-20 12:03:36 +01:00

4.5 KiB