ladybird/Tests/LibJS/Bytecode
Andreas Kling 02b0746676 LibJS: Deduplicate double constants in bytecode generator
Add a deduplication cache for double constants, matching the existing
approach for int32 and string constants. Multiple references to the
same floating-point value now share a single constant table entry.
2026-03-20 00:51:23 -05:00
..
expected LibJS: Deduplicate double constants in bytecode generator 2026-03-20 00:51:23 -05:00
input LibJS: Deduplicate double constants in bytecode generator 2026-03-20 00:51:23 -05:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00