Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-24 | LibJS: Add a separate "identifier table" to bytecode executables | Andreas Kling | |
This is a specialized string table for storing identifiers only. Identifiers are always FlyStrings, which makes many common operations faster by allowing O(1) comparison. |