Files
ladybird/Userland/Libraries/LibJS/Bytecode/StringTable.cpp
Gunnar Beutner 6a0d1fa259 LibJS: Store strings in a string table
Instead of using Strings in the bytecode ops this adds a global string
table to the Executable struct which individual operations can refer
to using indices. This brings bytecode ops one step closer to being
pointer free.
2021-06-09 17:42:52 +02:00

684 B