Make typing hotpath work.

This commit is contained in:
2026-07-28 15:19:25 +01:00
parent 425ffddf71
commit ee887d0806
5 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ AppendBuffer::~AppendBuffer() {
free(p);
}
inline uint32_t AppendBuffer::key(char c) {
uint32_t AppendBuffer::key(char c) {
if (t_offset == CHUNK_SIZE)
new_text_chunk();